wei: Weibull Distrubtion

View source: R/wei.R

weiR Documentation

Weibull Distrubtion

Description

This function returns the inverse cumulative distribution function value for the Weibull Distribution, or the third asymptote of the extreme value distribution (type III). It is calculated based on the inverse complemenary error function. The maximum CDF value that can be inverted is x = 0.999.

Usage

wei(p, m = 0, s = 1)

Arguments

p

probability of nonexceedence < 1

m

mean of sample

s

standard deviation of sample

Value

value of nonexceedence for that probability


LimpopoLab/hydrostats documentation built on April 14, 2025, 5:25 a.m.