matvcov {caRamel} | R Documentation |
Calculation of the variances-covariances matrix on the reference population
Description
calculates the variances-covariances matrix on the reference population
Usage
matvcov(x, g)
Arguments
x |
: population |
g |
: center of reference population (in the parameter space) |
Value
rr : variances-covariances matrix on the reference population
Author(s)
Fabrice Zaoui
Examples
# Definition of the parameters
x <- matrix(rexp(30), 30, 1)
g <- mean(x)
# Call the function
res <- matvcov(x, g)
[Package caRamel version 1.4 Index]