mpinv: Calculate the inverse matrix

View source: R/mpinv.r

mpinvR Documentation

Calculate the inverse matrix

Description

This function calculates the inverse of the non-square matrix as part of the calculation of the robust correlation matrix.

Usage

mpinv(X)

Arguments

X

Data Matrix

Value

Matrix

Author(s)

Md Bahadur Badsha (mbbadshar@gmail.com)

Examples

Inversematrix <- mpinv(simu_data_M0)

MRPC documentation built on April 11, 2022, 5:10 p.m.

Related to mpinv in MRPC...