Computes inverse of a covariate matrix using Choleski decomposition.
compute_inverse(mtrx)
mtrx
An n * n covariate matrix
n * n
A matrix that represent the inverse of the input matrix.