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

Property Value

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

See Also