Discrete Distribution<T>.Items Property
Gets the set of items in the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An Index<T> of the items in the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Index<T> Items { get; }
Property Value
Index<T>An Index<T> of the items in the distribution.