MultiSampleTest<T>.Samples Property

Gets the collection of samples for the test.

Definition

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

Property Value

IList<Vector<T>>
A list of vectors containing the samples.

Remarks

Use this property to access the collection of samples the test will be applied to. All samples must be of type Vector<T>.

See Also