IMSL C# Numerical Library

CategoricalGenLinModel.CaseAnalysis Property

The case analysis.

public virtual double[,] CaseAnalysis {get;}

Property Value

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

CategoricalGenLinModel Class | Imsl.Stat Namespace