Learn R Programming

mistr (version 0.0.6)

burrdist: Creates an Object Representing Burr Distribution

Description

The function creates an object which represents the Burr distribution.

Usage

burrdist(shape1 = 2, shape2 = 2)

Value

Object of class burrdist.

Arguments

shape1

shape parameter, default: 2.

shape2

shape parameter, default: 2.

Details

See Burr.

See Also

Burr

Examples

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

Run the code above in your browser using DataLab