Regression Model<T>.Dependent Variable Property
Gets a vector that contains the dependent variable that is to be fitted.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> DependentVariable { get; }