Cusecovar | R Documentation |
proposes new parameter vectors respecting a covariance structure
Cusecovar(xref, amplif, n)
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 |
xnew : matrix [ n , NPar ] of new vectors
Fabrice Zaoui
# Definition of the parameters
xref <- matrix(rexp(35), 35, 1)
amplif <- 2.
n <- 5
# Call the function
res <- Cusecovar(xref, amplif, n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.