Click or drag to resize
ProportionalHazardsGetParameterStatistics Method
Returns the parameter estimates and associated statistics.

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

Return Value

Type: Double
A double matrix containing the parameter estimates and associated 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 coefficient, and the columns of the returned matrix contain the following:

ColumnStatistic
0The coefficient estimate, \hat{\beta}
1Estimated standard deviation of the estimated coefficient
2Asymptotic normal score for testing that the coefficient is zero against the two-sided alternative
3p-value associated with the normal score in column 2

See Also