matvcov | R Documentation |
calculates the variances-covariances matrix on the reference population
matvcov(x, g)
x |
: population |
g |
: center of reference population (in the parameter space) |
rr : variances-covariances matrix on the reference population
Fabrice Zaoui
# Definition of the parameters
x <- matrix(rexp(30), 30, 1)
g <- mean(x)
# Call the function
res <- matvcov(x, g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.