Click or drag to resize
PartialCovariancesGetPartialCovarianceMatrix Method
Returns the partial covariance matrix.

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

Return Value

Type: Double
The partial covariance matrix.
Remarks
This is valid only if the input to the constructor was a covariance matrix.
See Also