burrdist: Creates an Object Representing Burr Distribution

View source: R/creators.R

burrdistR Documentation

Creates an Object Representing Burr Distribution

Description

The function creates an object which represents the Burr distribution.

Usage

burrdist(shape1 = 2, shape2 = 2)

Arguments

shape1

shape parameter, default: 2.

shape2

shape parameter, default: 2.

Details

See Burr.

Value

Object of class burrdist.

See Also

Burr

Examples

B <- burrdist(2, 2)
d(B, c(2, 3, 4, NA))
r(B, 5)

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