Two Sample Test<T>.Sample 1 Property
Gets or sets the first 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 first sample this test is being applied to.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> Sample1 { get; set; }
Property Value
Vector<T>The first sample this test is being applied to.