dist.intcv {pmxcv} | R Documentation |
Built-in integration-based %CV functions
Description
Built-in integration-based %CV functions
Usage
dist.intcv(
dist = "log",
...,
exact = ifelse(dist == "log", TRUE, FALSE),
lambda = NULL,
fun = FALSE
)
Arguments
dist |
Selection of built-in distributions. |
... |
passed to moment() |
exact |
If there is an exact moment generating function, use that. Default TRUE only for log |
lambda |
shape parameter for nonmemboxcox() |
fun |
return function (for use in invcv()) |
Value
Percent CV
[Package pmxcv version 0.0.1.0 Index]