Click or drag to resize
ProportionalHazardsGetCaseStatistics Method
Returns the case statistics for each observation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[,] GetCaseStatistics()

Return Value

Type: Double
A double matrix containing the case statistics.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
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.

See Also