Description Usage Arguments Value See Also Examples
Functions implementing the Bernoulli-lognormal distribution, in which zero values
occur with probability 1-prob and non-zero values follow a lognormal
distribution with meanlog and sdlog parameters.
dblnorm gives a probability density function (pdf),
pblnorm gives the cumulative distribution
function (cdf), qblnorm gives the quantile function (inverse cdf),
and rblnorm is used for generating random variates.
1 2 3 4 |
x, q |
vector of quantiles. |
p |
vector of cumulative probabilities. |
n |
number of random samples. |
prob |
probability of a non-zero value. |
meanlog |
meanlog parameter of the lognormal distribution. |
sdlog |
sdlog parameter of the lognormal distribution. |
dblnorm gives the pdf, pblnorm gives the cdf,
qblnorm gives the inverse cdf (or quantile function), and
rblnorm generates random variates.
dlnorm, bweibull, bpareto2,
bgamma
1 |
Loading required package: pso
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.