matvcov: Calculation of the variances-covariances matrix on the...

View source: R/matvcov.R

matvcovR 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)


caRamel documentation built on March 18, 2022, 7:23 p.m.