SSTdParameter-class: Parameter of an SSTd distributions

SSTdParameter-classR Documentation

Parameter of an SSTd distributions

Description

The class of the parameter of an SSTd distribution.

Objects from the Class

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

Slots

mean

real number: location parameter of a SSTd distribution.

sd

real number: scale parameter of a SSTd distribution.

xi

real number: shape parameter of a SSTd distribution.

nu

positive number: the degree of freedom parameter of a SSTd distribution.

name

default name is “parameter of a SSTd distribution”.

Extends

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

Methods

mean

signature(object = "SSTdParameter"): access method for slot mean.

sd

signature(object = "SSTdParameter"): access method for slot sd.

xi

signature(object = "SSTdParameter"): access method for slot xi.

nu

signature(object = "SSTdParameter"): access method for slot nu.

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

SSTd-class, Parameter-class

Examples

P <- new("SSTdParameter")
mean(P)
sd(P)
xi(P)
nu(P)
P

distrRmetrics documentation built on Jan. 31, 2024, 3:05 a.m.