Click or drag to resize

IDistribution Interface

Probability Distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IDistribution

The IDistribution type exposes the following members.

Properties
 NameDescription
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Top
See Also