| ProportionalHazardsGetCaseStatistics Method |
Returns the case statistics for each observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double[,] GetCaseStatistics()
Public Overridable Function GetCaseStatistics As Double(,)
public:
virtual array<double,2>^ GetCaseStatistics()
abstract GetCaseStatistics : unit -> float[,]
override GetCaseStatistics : unit -> float[,]
Return Value
Type:
Double A
double matrix containing the case statistics.
Exceptions
Remarks
There is one row for each observation, and
the columns of the
returned matrix contain the following:
| Column | Statistic |
|---|
| 0 | Estimated survival probability at the observation time. |
| 1 | Estimated observation influence or leverage. |
| 2 | A residual estimate. |
| 3 | Estimated cumulative baseline hazard rate. |
| 4 | Observation proportionality constant. |
See Also