vfenuo: Expected values of marginal distributions

Description Usage Arguments Value Author(s) Examples

View source: R/vfenuo.R

Description

Auxiliary function that calculates the expected values of marginal distributions.

Usage

1
vfenuo(marg, xo)

Arguments

marg

Character vector size greater than or equal to 2. Its components can now be c("weibull", "gamma", "lnorm", "norm", "betapr", "beta").

xo

Vector size 2*length(marg) of parameters of marg.

xo[odd] scale, meanlog, mean, shape1
xo[even] shape, sdlog, sd, shape2

Value

Numeric vector size equal to length(marg).

Author(s)

Josef Brejcha

Examples

1
2
vfenuo(marg = c("betapr", "beta", "norm", "weibull"),
  xo = c(5, 5, 3, 20, 30, 5, 100, 1.5))

vfcp documentation built on May 2, 2019, 2:52 p.m.