Click or drag to resize
ProportionalHazardsGetVarianceCovarianceMatrix Method
Returns the estimated asymptotic variance-covariance matrix of the parameters.

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

Return Value

Type: Double
A double matrix containing the estimated asymptotic variance-covariance matrix of the parameters.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
See Also