UseCholeskyFactorization: Boolean;
UseCholeskyFactorization: System.Boolean;
The UseCholeskyFactorization property determines whether Cholesky factorization should be used.
Available values:
True. Use the Cholesky factorization.
False. Do not use the Cholesky factorization.
The UseCholeskyFactorization property is used only in the Monte-Carlo method, that is, IMsValueAtRiskTransform.MethodType = MsValueAtRiskMethodType.MonteCarlo.
The property use is given in IMsValueAtRiskTransform.Portfolio.
See also: