Dirichlet(Double, Int32, Random) 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,
Random randomSource
)
Parameters
- alpha Double
- The value of each parameter of the Dirichlet distribution.
- k Int32
- The dimension of the Dirichlet distribution.
- randomSource Random
- The random number generator which is used to draw random samples.
See Also