Click or drag to resize

DirichletSample 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 double[] Sample()

Return Value

Double
A sample from this distribution.
See Also