Click or drag to resize

CategoricalSamples Method

Samples an array of Bernoulli distributed random variables.

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

Return Value

IEnumerableInt32
a sequence of successful trial counts.

Implements

IDiscreteDistributionSamples
See Also