Learn R Programming

distrRmetrics (version 2.8.2)

SSTd: Generating function for SSTd-class

Description

Generates an object of class "SSTd".

Usage

SSTd(mean = 0, sd = 1, nu = 5, xi = 1.5)

Value

Object of class "SSTd"

Arguments

mean

real number: location parameter of the SSTd distribution.

sd

positive real number: scale parameter of the SSTd distribution

xi

positive real number: shape parameter of the SSTd distribution.

nu

real number larger than 2: degree of freedom parameter of the SSTd distribution.

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

dsstd, AbscontDistribution-class

Examples

Run this code
(ST <- SSTd(mean = 1, sd = 1, xi = 0.5))
plot(ST)

Run the code above in your browser using DataLab