StepwiseRegressionHistory Property |
The stepwise regression history for the independent variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] History { get; }
Public Overridable ReadOnly Property History As Double()
Get
public:
virtual property array<double>^ History {
array<double>^ get ();
}
abstract History : float[] with get
override History : float[] with get
Property Value
Type:
Double
A
double array containing the recent history of the
independent variables.
Remarks
The last element corresponds to the dependent variable.
History[i] | Status
of i-th Variable |
---|
0.0 | This variable has never been added
to the model. |
0.5 | This variable was added into the
model during initialization. |
k 0.0 |
This variable was added to the model during the k-th step.
|
k 0.0 |
This variable was deleted from model during the k-th step |
See Also