weibulldist: Creates an Object Representing Weibull Distribution

View source: R/creators.R

weibulldistR Documentation

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

Weibull

Examples

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

mistr documentation built on March 7, 2023, 7:42 p.m.