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:
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. |
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through the MaxClass property has been exceeded. |