GumbelParameter-class: Paramter of Gumbel distributions

GumbelParameter-classR 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 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)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

Gumbel-class, Parameter-class

Examples

new("GumbelParameter")

RobExtremes documentation built on Feb. 12, 2024, 3:01 a.m.