Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

matrixsqrtinv

Inverse of the Matrix squared root


Description

Inverse of the Matrix square root of a matrix using the eigendecomposition.

Usage

matrixsqrtinv(S, tol = sqrt(.Machine$double.eps))

Arguments

S

A squered matrix

tol

Tolerance for the igenvalues

Details

Inverse of the Matrix square root of a matrix using the eigendecomposition and removing the eigenvalues smaller than a tolerance

Value

The inverse matrix square root of the argument

Author(s)

Jose Luis Vicente Villardon

See Also

Examples

data(iris)
x=as.matrix(iris[,1:4])
S= t(x) 
matrixsqrtinv(S)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.