Discrete Distribution<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.2
C#
A read-only vector of the probabilities.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<double> Probabilities { get; }
Property Value
Vector<Double>A read-only vector of the probabilities.