Returns the case statistics for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[,] GetCaseStatistics()
Visual Basic (Declaration)
Public Overridable Function GetCaseStatistics As Double(,)
Visual C++
public:
virtual array<double,2>^ GetCaseStatistics()

Return Value

A double matrix containing the case statistics.

Remarks

There is one row for each observation, and the columns of the returned matrix contain the following:

ColumnStatistic
0Estimated survival probability at the observation time.
1Estimated observation influence or leverage.
2A residual estimate.
3Estimated cumulative baseline hazard rate.
4Observation proportionality constant.

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also