MultiSampleTest<T>.Sample Property

Gets the vector that contains the sample data.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T>? Sample { get; }

Property Value

Vector<T>

See Also