Regression Model<T> Constructor
Constructs a new univariate model based on a model specification.
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
protected RegressionModel(
ModelInput specification,
ModelStatus status
)
Parameters
- specification ModelInput
- The specification of the variables in the model.
- status ModelStatus
- The current status of the model.