cov2prec: Covariance matrix to its matrix inverse (Precision matrix)

View source: R/community_graph.R

cov2precR Documentation

Covariance matrix to its matrix inverse (Precision matrix)

Description

Covariance matrix to its matrix inverse (Precision matrix)

Usage

cov2prec(Cov, tol = 1e-04)

Arguments

Cov

symmetric covariance matrix (can be correlation also)

tol

tolerance to define a zero eigenvalue (ie - is Prec positive definite)


zdk123/SpiecEasi documentation built on Oct. 20, 2023, 6:49 a.m.