mginv: Constructing the generalized inverse of a matrix

View source: R/utils.R

mginvR Documentation

Constructing the generalized inverse of a matrix

Description

Computes the generalized inverse of a matrix X. This function is used in the m2LL.FPBK.nodet functions in order to estimate the spatial covariance parameters

Usage

mginv(X, tol = sqrt(.Machine$double.eps))

Arguments

X

The matrix to be inverted

tol

The tolerance of the estimation

Value

The generalized inverse matrix


highamm/sptotal documentation built on Aug. 12, 2024, 2:04 a.m.