ProportionalHazardsGetParameterStatistics Method |
Returns the parameter estimates and associated statistics.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[,] GetParameterStatistics()
Public Overridable Function GetParameterStatistics As Double(,)
public:
virtual array<double,2>^ GetParameterStatistics()
abstract GetParameterStatistics : unit -> float[,]
override GetParameterStatistics : unit -> float[,]
Return Value
Type:
Double A
double matrix containing the parameter
estimates and associated statistics.
Exceptions Remarks
There is one row for each
coefficient, and the columns of the
returned matrix contain the following:
Column | Statistic |
---|
0 | The coefficient estimate, |
1 | Estimated standard deviation of the estimated coefficient |
2 | Asymptotic normal score for testing that the coefficient is
zero against the two-sided alternative |
3 | p-value associated with the normal score in column 2 |
See Also