Model Constructor

Constructs a new statistical model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected Model(
	ModelInput specification,
	ModelStatus status
)

Parameters

specification  ModelInput
Model specification that defines the input variables to the model.
status  ModelStatus
Specifies the model's stage in the modeling process.

See Also