MultiSampleTest<T>.Samples Property

Gets the collection of samples for the test.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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