Learn R Programming

CompLognormal (version 1.0)

pcomplnorm: Composite lognormal cdf

Description

Computes the cdf of the composite lognormal distribution

Usage

pcomplnorm(x, spec, sigma = 1, theta = 1, ...)

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 of the lognormal distribution, must be positive
spec
the specific distribution with which lognormal should be composited with
...
other parameters

Value

  • An object of the same length as x, giving the cdf values computed at x

References

S. Nadarajah, S. A. A. Bakar, CompLognormal: A new R package, submitted

Examples

Run this code
x=runif(10,min=0,max=1)
y=pcomplnorm(x,"exp",rate=1)

Run the code above in your browser using DataLab