gclm.lowertri: Recover lower triangular GCLM

Description Usage Arguments Value

View source: R/gclm.R

Description

Recover the only lower triangular stable matrix B such that Sigma (Σ) is the solution of the associated continuous Lyapunov equation:

BΣ + Σ B' + C = 0

Usage

1
gclm.lowertri(Sigma, P = solve(Sigma), C = diag(nrow = nrow(Sigma)))

Arguments

Sigma

covariance matrix

P

the inverse of the covariance matrix

C

symmetric positive definite matrix

Value

A stable lower triangular matrix


gclm documentation built on July 1, 2020, 10:35 p.m.