Learn R Programming

CompLognormal (version 3.0)

pcomplnorm: Composite lognormal cdf

Description

Computes the cdf of the composite lognormal distribution

Usage

pcomplnorm(x, spec, sigma = 1, theta = 1, log.p=FALSE, lower.tail=TRUE, ...)

Arguments

x
scale or vector of positive values at which the cdf needs to be computed
sigma
the value of sigma parameter of the lognormal distribution, must be positive
theta
the value of theta parameter, the cutoff point, must be positive
spec
the specific distribution with which the lognormal distribution should be composited with
log.p
if TRUE then log(cdf) are returned
lower.tail
if TRUE then cdf are returned else 1-cdf are retured
...
other parameters

Value

x, giving the cdf values computed at x

References

S. Nadarajah, S. A. A. Bakar, CompLognormal: An R Package for Composite Lognormal Distributions, submitted

Examples

Run this code
y=pcomplnorm(x,"exp",rate=1)

Run the code above in your browser using DataLab