IMsValueAtRiskTransform.UseCholeskyFactorization

Fore Syntax

UseCholeskyFactorization: Boolean;

Fore.NET Syntax

UseCholeskyFactorization: System.Boolean;

Description

The UseCholeskyFactorization property determines whether Cholesky factorization should be used.

Comments

Available values:

The UseCholeskyFactorization property is used only in the Monte-Carlo method, that is, IMsValueAtRiskTransform.MethodType = MsValueAtRiskMethodType.MonteCarlo.

Fore Example

The property use is given in IMsValueAtRiskTransform.Portfolio.

See also:

IMsValueAtRiskTransform