powered by
calculates the variances-covariances matrix on the reference population
matvcov(x, g)
rr : variances-covariances matrix on the reference population
: population
: center of reference population (in the parameter space)
Fabrice Zaoui
# Definition of the parameters x <- matrix(rexp(30), 30, 1) g <- mean(x) # Call the function res <- matvcov(x, g)
Run the code above in your browser using DataLab