Dirichlet(Double, Int32) Constructor |
Initializes a new instance of the
Dirichlet class.
random number generator.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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