frechetdist {mistr} | R Documentation |
The function creates an object which represents the Frechet distribution.
frechetdist(loc = 0, scale = 1, shape = 1)
loc |
location parameter, default: 0. |
scale |
scale parameter, default: 1. |
shape |
shape parameter, default: 1. |
See Frechet
.
Object of class frechetdist.
Fr <- frechetdist(0, 1, 2)
d(Fr, c(2, 3, 4, NA))
r(Fr, 5)