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