powered by
Auxiliary function that calculates the expected values of marginal distributions.
vfenuo(marg, xo)
Character vector size greater than or equal to 2. Its components can now be c("weibull", "gamma", "lnorm", "norm", "betapr", "beta").
Vector size 2*length(marg) of parameters of marg.
2*length(marg)
marg
xo[odd]
scale
meanlog
mean
shape1
xo[even]
shape
sdlog
sd
shape2
Numeric vector size equal to length(marg).
length(marg)
# NOT RUN { vfenuo(marg = c("betapr", "beta", "norm", "weibull"), xo = c(5, 5, 3, 20, 30, 5, 100, 1.5)) # }
Run the code above in your browser using DataLab