TwoSampleTest<T>.Sample1 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.0
C#
public Vector<T> Sample1 { get; set; }

Property Value

Vector<T>
The first sample this test is being applied to.

See Also