Click or drag to resize

CategoricalSamples Method

Samples a sequence of categorically distributed random variables.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<int> Samples()

Return Value

IEnumerableInt32
A sequence of sampled category indices.

Implements

IDiscreteDistributionSamples
See Also