Learn R Programming

pmxcv (version 0.0.2)

dist.intcv: 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
)

Value

Percent CV

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

Examples

Run this code
dist.intcv("log", v = 0.2)
dist.intcv("logit", u = 0.5, v = 0.3)

Run the code above in your browser using DataLab