Learn R Programming

ERPeq (version 0.1.0)

cdfweibull: Cumulative distribution function of the Weibull distribution

Description

Cumulative distribution function of the Weibull distribution

Usage

cdfweibull(par, x)

Value

return the value of the cdf of the weibull distribution

Arguments

par

parameter vector of the Weibull distribution. First parameter is the shape and second is the scale parameter

x

vector of quantiles

References

Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.

Examples

Run this code
cdfweibull(c(2,3),5)

Run the code above in your browser using DataLab