Gets the independent Variable this Parameter corresponds to.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Variable As Variable
C#
public Variable Variable { get; }
C++
public:
Variable^ Variable {
	Variable^ get ();
}

Value

The independent Variable this Parameter corresponds to.

Remarks

Some parameters do not correspond to an independent variable. The intercept in a LinearRegressionModel is an example. In such a case, this property returns nullNothingnullptr.