DirichletSample(Random, Double) Method |
Samples a Dirichlet distributed random vector.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] Sample(
Random rnd,
double[] alpha
)
Parameters
- rnd Random
- The random number generator to use.
- alpha Double
- The Dirichlet distribution parameter.
Return Value
Doublea sample from the distribution.
See Also