Cusecovar {caRamel} | R Documentation |
New parameter vectors generation respecting a covariance structure
Description
proposes new parameter vectors respecting a covariance structure
Usage
Cusecovar(xref, amplif, n)
Arguments
xref |
: matrix [ . , NPar ] of the reference population whose covariance structure is to be used |
amplif |
: amplification factor of the standard deviation on each parameter |
n |
: number of new vectors to generate |
Value
xnew : matrix [ n , NPar ] of new vectors
Author(s)
Fabrice Zaoui
Examples
# Definition of the parameters
xref <- matrix(rexp(35), 35, 1)
amplif <- 2.
n <- 5
# Call the function
res <- Cusecovar(xref, amplif, n)
[Package caRamel version 1.4 Index]