IMSGARCHCoefficients.Coefficients

Fore Syntax

Coefficients: ICoefficients;

Fore.NET Syntax

Coefficients: Prognoz.Platform.Interop.Stat.ICoefficients;

Description

The Coefficients property returns estimates of MS-GARCH coefficients and their characteristics.

Comments

To determine mean and covariance matrix for generation, use the IMSGARCHCoefficients.InitMeanValues and IMSGARCHCoefficients.InitCovarianceMatrix properties.

Fore and Fore.NET Examples

The property use is given in the example for ISmMarkovSwitchingGARCH.MCMCParameters.

See also:

IMSGARCHCoefficients