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