GumbelParameter-class {distrEx} | R Documentation |
The class of the parameter of Gumbel distributions.
Objects can be created by calls of the form new("GumbelParameter", ...)
.
loc
:scale
:name
:
Class "Parameter"
, directly.
Class "OptionalParameter"
, by class "Parameter"
.
signature(object = "GumbelParameter")
: access method for
slot loc
. signature(x = "GumbelParameter")
: access method for
slot scale
. signature(object = "GumbelParameter")
: replace method for
slot loc
. signature(x = "GumbelParameter")
: replace method for
slot scale
. Matthias Kohl Matthias.Kohl@stamats.de
new("GumbelParameter")