Parameter<T>.Variable Property

Gets the independent Variable this Parameter<T> corresponds to.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IVector Variable { get; }

Property Value

IVector
The independent Variable this Parameter<T> 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 null.

See Also