GumbelParameter-class: Paramter of Gumbel distributions

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

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

1
new("GumbelParameter")

RobExtremes documentation built on May 2, 2019, 3:44 p.m.