vfmrg {vfcp} | R Documentation |
Auxiliary function
Description
Auxiliary function used in vfploto
. It computes random
variable value of the CDF or survival which can be
one of the c("weibull", "gamma", "lnorm", "norm", "betapr", "beta").
Usage
vfmrg(rdj, i, cosi, yo, cdf)
Arguments
rdj |
A character vector. Its components are from c("weibull", "gamma", "lnorm", "norm", "betapr", "beta"). | |||||
i |
An index of the | |||||
cosi |
A vector of probabilities | |||||
yo |
Vector size
| |||||
cdf |
Cumulative distribution function when |
Details
"betapr"
is the name of 'BetaPrime' distribution from
extrDistr
package. The other name 'BetaPrime' is 'Inverted Beta'.
Value
Numeric vector
Author(s)
Josef Brejcha
[Package vfcp version 1.4.0 Index]