frechetdist {mistr}R Documentation

Creates an Object Representing Frechet Distribution

Description

The function creates an object which represents the Frechet distribution.

Usage

frechetdist(loc = 0, scale = 1, shape = 1)

Arguments

loc

location parameter, default: 0.

scale

scale parameter, default: 1.

shape

shape parameter, default: 1.

Details

See Frechet.

Value

Object of class frechetdist.

See Also

Frechet

Examples

Fr <- frechetdist(0, 1, 2)
d(Fr, c(2, 3, 4, NA))
r(Fr, 5)

[Package mistr version 0.0.6 Index]