Click or drag to resize

Dirichlet(Double, Random) Constructor

Initializes a new instance of the Dirichlet class. The distribution will be initialized with the default random number generator.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dirichlet(
	double[] alpha,
	Random randomSource
)

Parameters

alpha  Double
An array with the Dirichlet parameters.
randomSource  Random
The random number generator which is used to draw random samples.
See Also