powered by
Generates an object of class "GEV".
"GEV"
GEV(loc = 0, scale = 1, shape = 0, location = loc)
Object of class "GEV"
real number: location parameter of the GEV distribution.
positive real number: scale parameter of the GEV distribution
non-negative real number: shape parameter of the GEV distribution.
real number: location of GEV distribution
Nataliya Horbenko nhorbenko@gmail.com
GEV-class, dgpd
GEV-class
dgpd
(P1 <- GEV(loc = 0, scale = 1, shape = 0)) plot(P1) E(GEV()) 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