rcomplnorm: Composite lognormal random numbers

Description Usage Arguments Value Author(s) References Examples

View source: R/CompLognormal.R

Description

Generates random numbers from the composite lognormal distribution

Usage

1
rcomplnorm(n, spec, sigma = 1, theta = 1, ...)

Arguments

n

number of random numbers to be generated

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

...

other parameters

Value

An object of the length n, giving the random numbers from the composite lognormal distribution

Author(s)

Saralees Nadarajah

References

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

Examples

1
y=rcomplnorm(100,"exp",rate=1)

CompLognormal documentation built on May 2, 2019, 9:27 a.m.