Click or drag to resize

Dirichlet(Double, Int32) Constructor

Initializes a new instance of the Dirichlet class. 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,
	int k
)

Parameters

alpha  Double
The value of each parameter of the Dirichlet distribution.
k  Int32
The dimension of the Dirichlet distribution.
See Also