powered by
Calculate the power inverse of the input matrix
p_ginv(X, p)
The input data matrix.
p is the power. For example, to calculate the inverse of X, p is set to be 1.
The power inverse of the input matrix.
p_ginv is use to calcuate X^(-p).
p_ginv_sq
# NOT RUN { X = matrix(rnorm(25,0,1),nrow=5,ncol=5); pinv_X = p_ginv(X,2); # }
Run the code above in your browser using DataLab