powered by
The function creates an object which represents the Frechet distribution.
frechetdist(loc = 0, scale = 1, shape = 1)
location parameter, default: 0.
scale parameter, default: 1.
shape parameter, default: 1.
Object of class frechetdist.
See Frechet.
Frechet
# NOT RUN { Fr <- frechetdist(0, 1, 2) d(Fr, c(2, 3, 4, NA)) r(Fr, 5) # }
Run the code above in your browser using DataLab