cdfln3 {lmomco} | R Documentation |
This function computes the cumulative probability or nonexceedance probability
of the Log-Normal3 distribution given parameters (zeta, μ,
and σ) of the distribution computed by parln3
.
The cumulative distribution function of the distribution is
F(x) = Phi(y) mbox{,}
where Phi is the cumulative ditribution function of the standard normal distribution and y is
cdfln3(x, para)
x |
A real value. |
para |
The parameters from parln3 or similar. |
Nonexceedance probability (F) for x.
W.H. Asquith
NEED
lmr <- lmom.ub(c(123,34,4,654,37,78)) cdfln3(50,parln3(lmr))