powered by
The class of the parameter of Gumbel distributions.
Objects can be created by calls of the form new("GumbelParameter", ...).
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".
"Parameter"
"OptionalParameter"
signature(object = "GumbelParameter"): access method for slot loc.
signature(object = "GumbelParameter")
signature(x = "GumbelParameter"): access method for slot scale.
signature(x = "GumbelParameter")
signature(object = "GumbelParameter"): replace method for slot loc.
signature(x = "GumbelParameter"): replace method for slot scale.
Gumbel-class, Parameter-class
Gumbel-class
Parameter-class
# NOT RUN { new("GumbelParameter") # }
Run the code above in your browser using DataLab