RegressionModel<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.0
C#
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.

See Also