compute_inverse: Compute matrix inverse for a covariate matrix

View source: R/compute_inverse.R

compute_inverseR Documentation

Compute matrix inverse for a covariate matrix

Description

Computes inverse of a covariate matrix using Choleski decomposition.

Usage

compute_inverse(mtrx)

Arguments

mtrx

An n * n covariate matrix

Value

A matrix that represent the inverse of the input matrix.


boyuren158/GP-CERF documentation built on April 14, 2024, 10:25 a.m.