DiscreteDistribution<T>.Probabilities Property

Gets the probabilities of the items in the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> Probabilities { get; }

Property Value

Vector<Double>
A read-only vector of the probabilities.

See Also