Click or drag to resize

Categorical(Histogram) Constructor

Initializes a new instance of the Categorical class from a histogram. The distribution will not be automatically updated when the histogram changes. The categorical distribution will have one value for each bucket and a probability for that value proportional to the bucket count.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Categorical(
	Histogram histogram
)

Parameters

histogram  Histogram
The histogram from which to create the categorical variable.
See Also