chol_decomp: Cholesky Decomposition

Description Usage Arguments Value

View source: R/VAR-2-estimation.R

Description

Cholesky decomposition of a positive-definite matrix using the Cholesky-Banachiewicz algorithm.

Usage

1

Arguments

A

A matrix, must be positive definite. If not, an error will be thrown.

Value

A matrix, the 'square root' of matrix A, as in A = LL'. TODO IS IT L or L'?


nielsaka/zeitreihe documentation built on March 17, 2020, 8:38 p.m.