ParetoParameter-class {distrEx}R Documentation

Paramter of Pareto distributions

Description

The class of the parameter of Pareto distributions.

Objects from the Class

Objects can be created by calls of the form new("ParetoParameter", ...).

Slots

shape:
real number: shape parameter of a Pareto distribution.
Min:
positive real number: Min parameter of a Pareto distribution.
name:
default name is “parameter of a Pareto distribution”.

Extends

Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".

Methods

shape
signature(object = "ParetoParameter"): access method for slot shape.
Min
signature(x = "ParetoParameter"): access method for slot Min.
shape<-
signature(object = "ParetoParameter"): replace method for slot shape.
Min<-
signature(x = "ParetoParameter"): replace method for slot Min.

Author(s)

Nataliya Horbenko Nataliya.Horbenko@itwm.fraunhofer.de

See Also

Pareto-class, Parameter-class

Examples

new("ParetoParameter")

[Package distrEx version 2.1 Index]