MultiSampleTest<T>.Sample Property

Gets the vector that contains the sample data.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Sample { get; }

Property Value

Vector<T>

See Also