Click or drag to resize
CategoricalGenLinModelCaseAnalysis Property
The case analysis.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[,] CaseAnalysis { get; }

Property Value

Type: Double
A double matrix containing the case analysis or null if Solve has not been called.
Remarks

The matrix is nobs\times{5} where nobs is the number of observations. The matrix contains:

ColumnStatistic
0Prediction.
1The residual.
2The estimated standard error of the residual.
3The estimated influence of the observation.
4The standardized residual.

Case studies are computed for all observations except where missing values prevent their computation. The prediction in column 0 depends upon the model used as follows:

ModelPrediction
0The predicted mean for the observation.
1-4The probability of a success on a single trial.

See Also