ANCOVAGetVarCovCoefficients Method |
Returns a matrix containing the estimated variances and covariances
for the coefficients returned using GetModelCoefficients.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[][] GetVarCovCoefficients()
Public Function GetVarCovCoefficients As Double()()
public:
array<array<double>^>^ GetVarCovCoefficients()
member GetVarCovCoefficients : unit -> float[][]
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