| GParetoParameter-class | R Documentation |
The class of the parameter of generalized Pareto distribution.
Objects can be created by calls of the form new("GParetoParameter", ...).
locreal number: location parameter of a generalized Pareto distribution.
scalereal number: scale parameter of a generalized Pareto distribution.
shapereal number: shape parameter of a generalized Pareto distribution.
namedefault name is “parameter of a GPareto distribution”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "GParetoParameter"): access method for
slot loc.
signature(object = "GParetoParameter"): alias to loc,
to support argument naming of package VGAM.
signature(object = "GParetoParameter"): access method for
slot scale.
signature(object = "GParetoParameter"): access method for
slot shape.
signature(object = "GParetoParameter"): replace method for
slot loc.
signature(object = "GParetoParameter"): alias to loc<-,
to support argument naming of package VGAM.
signature(object = "GParetoParameter"): replace method for
slot shape.
signature(object = "GParetoParameter"): replace method for
slot shape.
Nataliya Horbenko nhorbenko@gmail.com
GPareto-class, Parameter-class
P <- new("GParetoParameter")
loc(P)
## same as
location(P)
scale(P)
shape(P)
scale(P) <- 2
loc(P) <- -5
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.