Gets or sets the first NumericalVariable this test is being applied to.

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property Sample1 As NumericalVariable
C#
public NumericalVariable Sample1 { get; set; }
C++
public:
NumericalVariable^ Sample1 {
	NumericalVariable^ get ();
	void set (NumericalVariable^ value);
}

Value

The first NumericalVariable this test is being applied to.