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#
The independent Variable this Parameter<T> corresponds to.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IVector Variable { get; }
Property Value
IVectorThe 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.