Parameter<T>.Variable Property
Gets the independent Variable this Parameter<T> corresponds to.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The independent Variable this Parameter<T> corresponds to.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.