Two Sample Test<T>.Sample 2 Property
            
            
            Gets or sets the second sample this test is being applied to.
            
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The second sample this test is being applied to.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Vector<T> Sample2 { get; set; }Property Value
Vector<T>The second sample this test is being applied to.