powered by
Calculate the inverse of a covariance matrix.
inverse(sigma, p)
The covariance matrix.
The dimension of the matrix.
The inverse of the covariance matrix.
# NOT RUN { a<- matrix(c(1,0,0,0),ncol=2) a inverse(a,2) # }
Run the code above in your browser using DataLab