powered by
Generates an object of class "GPareto".
"GPareto"
GPareto(loc = 0, scale = 1, shape = 0, location = loc)
Object of class "GPareto"
real number: location parameter of the GPareto distribution.
positive real number: scale parameter of the GPareto distribution
non-negative real number: shape parameter of the GPareto distribution.
alternative argument name for argument 'loc' --- to support argument names of package VGAM.
Nataliya Horbenko nhorbenko@gmail.com
GPareto-class, dgpd
GPareto-class
dgpd
(P1 <- GPareto(loc = 1, scale = 1, shape = -0.5)) plot(P1) E(GPareto()) E(P1) E(P1, function(x){x^2}) var(P1) sd(P1) median(P1) IQR(P1) mad(P1)
Run the code above in your browser using DataLab