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.0.3
C#
The second sample this test is being applied to.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> Sample2 { get; set; }
Property Value
Vector<T>The second sample this test is being applied to.