Click or drag to resize

FiniteDiscreteDistributionMasses Property

Gets the probabilities of the Values of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDoubleMatrix Masses { get; }

Property Value

Type: ReadOnlyDoubleMatrix
The probabilities of the Values.
Remarks

Entries in Masses can be 0 and their sum must be equal to 1.

See Also