Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

weibulldist

Creates an Object Representing Weibull Distribution


Description

The function creates an object which represents the Weibull distribution.

Usage

weibulldist(shape = 1, scale = 1)

Arguments

shape

shape parameter, default: 1.

scale

scale parameter, default: 1.

Details

See Weibull.

Value

Object of class weibulldist.

See Also

Examples

W <- weibulldist(1, 1)
d(W, c(2, 3, 4, NA))
r(W, 5)

mistr

Mixture and Composite Distributions

v0.0.4
GPL-3
Authors
Lukas Sablica [aut, cre] (<https://orcid.org/0000-0001-9166-4563>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.