ppe3: Cumulative distribution function of Pearson type-3...

View source: R/ppe3.R

ppe3R Documentation

Cumulative distribution function of Pearson type-3 Distribution

Description

Cumulative distribution function of Pearson type-3 Distribution

Usage

ppe3(x, para = c(10, 1, 1.5))

Arguments

x

quantile/s

para

parameters as c(mu, sigma, gamma) that are c(location, scale, shape).

Value

Non-exceedance probability from the cumulative distribution function.

Author(s)

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples


u <- ppe3(x = 12, para = c(10, 1, 1.5))


LMoFit documentation built on May 29, 2024, 9:15 a.m.