Learn R Programming

ERPeq (version 0.1.0)

cdflnormal: Cumulative distribution function of the log-normal distribution

Description

Cumulative distribution function of the log-normal distribution

Usage

cdflnormal(par, x)

Value

return the value of the cdf of the log-normal distribution

Arguments

par

parameter vector of the log-normal distribution. First parameter is the shape and second is the scale parameter

x

vector of quantiles

References

Heyde, C. C. (1963). On a property of the lognormal distribution. Journal of the Royal Statistical Society: Series B (Methodological), 25(2), 392-393.

Examples

Run this code
cdflnormal(c(2,3),5)

Run the code above in your browser using DataLab