Description Generic function Methods Author(s) See Also Examples
The Coefficient of Variation of an object with mutiple iterations along the sixth
(iter
) dimension can be calculated using cv()
. An object of the same
class, with length=1 on the sixth dimension, will be returned.
CV of x
is calculated as sd(x)/mean(x).
For objects of class FLModel
, cv
returns the result of
sqrt(diag(sigma))/theta
where sigma is the variance-covariance matrix of the theta parameter set.
cv(object)
Works along the iter
dimension of an
FLQuant
The FLR Team
FLComp
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.