Learn R Programming

LMoFit (version 0.1.6)

pln3: Cumulative distribution function of Lognormal-3 Distribution

Description

Cumulative distribution function of Lognormal-3 Distribution

Usage

pln3(x, para = c(0, 0, 1))

Arguments

x

quantile/s

para

parameters as c(zeta, mu, sigma) that is c(lower bound, mean on log scale, standard deviation on log scale).

Value

Non-exceedance probability from the cumulative distribution function.

Examples

Run this code
# NOT RUN {
u <- pln3(x = 12, para = c(0, 0, 1))

# }

Run the code above in your browser using DataLab