Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GumbelParameter-class

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 slot loc.

scale

signature(x = "GumbelParameter"): access method for slot scale.

loc<-

signature(object = "GumbelParameter"): replace method for slot loc.

scale<-

signature(x = "GumbelParameter"): replace method for slot scale.

Author(s)

See Also

Examples

new("GumbelParameter")

ROptEstOld

Optimally Robust Estimation - Old Version

v1.2.0
LGPL-3
Authors
Matthias Kohl [aut, cre, cph]
Initial release
2019-04-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.