Multi Sample Test<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.1.5
    C#
    
 
 
A list of vectors containing the samples.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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>.