ISmQuantileRegression.CovarianceMatrix

Fore Syntax

CovarianceMatrix: Array;

Fore.NET Syntax

CovarianceMatrix: System.Array;

Description

The CovarianceMatrix property returns covariance matrix values.

Comments

It is required to use an array of Double values.

Fore and Fore.NET Examples

The property use is given in the example for ISmQuantileRegression.Explained.

See also:

ISmQuantileRegression