Gets the independent
Variable this
ParameterT corresponds to.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IVector Variable { get; }
Public ReadOnly Property Variable As IVector
Get
public:
property IVector^ Variable {
IVector^ get ();
}
member Variable : IVector with get
Property Value
Type:
IVectorThe independent
Variable this
ParameterT corresponds to.
Some parameters do not correspond to an independent variable. The
intercept in a LinearRegressionModel is an example.
In such a case, this property returns .
Reference