loc
$= a$,
scale
$= b$, shape
$= s$ is
new("GEV", loc, scale,shape)
.
More frequently they are created via the generating function
GEV
."AbscontDistribution"
, directly.
Class "UnivariateDistribution"
, by class "AbscontDistribution"
.
Class "Distribution"
, by class "AbscontDistribution"
.dgpd
, AbscontDistribution-class
(P1 <- new("GEV", loc = 0, scale = 1,shape = 0))
plot(P1)
shape(P1)
loc(P1)
scale(P1) <- 4
loc(P1) <- 2
plot(P1)
Run the code above in your browser using DataLab