ppe31: Cumulative probability of Pearson Type III distribution

View source: R/CDFs.R

ppe31R Documentation

Cumulative probability of Pearson Type III distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Pearson Type III distribution given parameters (μ, σ, and γ). Based in function of lmomco package.

Usage

ppe31(q, mu, sigma, gamma)

Arguments

q

a real value vector.

mu

μ is the mean (see parexp function).

sigma

σ is the standard deviation (see parexp function).

gamma

γ is the skew (see parexp function).

Value

Nonexceedance probability (F) for q.

Author(s)

David Zamora <dazamoraa@unal.edu.co> Water Resources Engineering Research Group - GIRE


dazamora/IDFtool documentation built on Jan. 1, 2023, 3:29 p.m.