pexp1: Cumulative probability of Exponential distribution

View source: R/CDFs.R

pexp1R Documentation

Cumulative probability of Exponential distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Exponential distribution given parameters ξ and α. Based in function of lmomco package.

Usage

pexp1(q, xi, alpha)

Arguments

q

A real value vector.

xi

ξ is a location parameter (see parexp function).

alpha

α s a scale parameter (see parexp function).

Value

Nonexceedance probability (F) for q.

Author(s)

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


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