Paramter of Gumbel distributions
The class of the parameter of Gumbel distributions.
Objects can be created by calls of the form new("GumbelParameter", ...)
.
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”.
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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.