pweibull2: CDF of weibull distribution

View source: R/truncated_weibull.R

pweibull2R Documentation

CDF of weibull distribution

Description

Lower and upper tail probabilities of the weibull distribution with the shape and rate parameterization.

Usage

pweibull2(x, shape, lambda, log.p = FALSE, lower.tail = TRUE)

Arguments

x

vector of values

shape

shape parameter

lambda

rate parameter

log.p

logical; if TRUE, probabilities p are given as log(p)

lower.tail

logical; if TRUE (default), probabilities are P(X <= x), otherwise, P(X > x)

Value

vector of tail probabilities

See Also

Other weibull2: dweibull2_trunc_log(), dweibull2(), rweibull2_trunc(), rweibull2()


rmorsomme/PDSIR documentation built on April 27, 2023, 2:56 p.m.