frechetdist: Creates an Object Representing Frechet Distribution

View source: R/creators.R

frechetdistR 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)

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