ppe3 {LMoFit} | R Documentation |
Cumulative distribution function of Pearson type-3 Distribution
ppe3(x, para = c(10, 1, 1.5))
x |
quantile/s |
para |
parameters as c(mu, sigma, gamma) that are c(location, scale, shape). |
Non-exceedance probability from the cumulative distribution function.
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
u <- ppe3(x = 12, para = c(10, 1, 1.5))