Click or drag to resize
ANCOVAGetVarCovCoefficients Method
Returns a matrix containing the estimated variances and covariances for the coefficients returned using GetModelCoefficients.

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

Return Value

Type: Double
A matrix of size ngroup + ncov by ngroup + ncov containing the estimated variances and covariances for the coefficients returned using GetModelCoefficients.
See Also