| GEVParameter-class | R Documentation |
The class of the parameter of generalized Pareto distribution.
Objects can be created by calls of the form new("GEVParameter", ...).
locreal number: location parameter of a GEV distribution.
scalereal number: scale parameter of a GEV distribution.
shapereal number: shape parameter of a GEV distribution.
namedefault name is “parameter of a GEV distribution”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "GEVParameter"): access method for
slot loc.
signature(object = "GEVParameter"): alias to loc,
to support argument naming of package VGAM.
signature(object = "GEVParameter"): access method for
slot scale.
signature(object = "GEVParameter"): access method for
slot shape.
signature(object = "GEVParameter"): replace method for
slot loc.
signature(object = "GEVParameter"): alias to loc<-,
to support argument naming of package VGAM.
signature(object = "GEVParameter"): replace method for
slot shape.
signature(object = "GEVParameter"): replace method for
slot shape.
Nataliya Horbenko nhorbenko@gmail.com
GEV-class, Parameter-class
P <- new("GEVParameter")
loc(P)
## same as
location(P)
scale(P)
shape(P)
scale(P) <- 2
location(P) <- 4
shape(P) <- -1 # may be negative!
P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.