Click or drag to resize

CategoricalP Property

Gets the probability mass vector (non-negative ratios) of the multinomial.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] P { get; }

Property Value

Double
Remarks
Sometimes the normalized probability vector cannot be represented exactly in a floating point representation.
See Also