GumbelParameter-class {RobExtremes} | R Documentation |
Paramter of Gumbel distributions
Description
The class of the parameter of Gumbel distributions.
Objects from the Class
Objects can be created by calls of the form new("GumbelParameter", ...)
.
Slots
loc
real number: location parameter of a Gumbel distribution.
scale
positive real number: scale parameter of a Gumbel distribution.
name
default name is “parameter of a Gumbel distribution”.
Extends
Class "Parameter"
, directly.
Class "OptionalParameter"
, by class "Parameter"
.
Methods
- loc
signature(object = "GumbelParameter")
: access method for slotloc
.- scale
signature(x = "GumbelParameter")
: access method for slotscale
.- loc<-
signature(object = "GumbelParameter")
: replace method for slotloc
.- scale<-
signature(x = "GumbelParameter")
: replace method for slotscale
.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
new("GumbelParameter")
[Package RobExtremes version 1.3.0 Index]