Click or drag to resize

DirichletSample(Random, Double) Method

Samples a Dirichlet distributed random vector.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
a sample from the distribution.
See Also