Learn R Programming

distrRmetrics (version 2.8.2)

STd: Generating function for standardized T distribution class

Description

Generates a scaled object of class "Td"; the scale (sd) is chosen such that STd(nu=3, sd=1) has variance 1 independently from the degrees of freedom nu. This object is of class "AffLinAbscontDistribution".

Usage

STd(mean = 0, sd = 1, nu = 5)

Value

Object of class "STd"

Arguments

mean

real number: location parameter of the STd distribution.

sd

positive real number: scale parameter of the STd distribution

nu

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

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

dstd, AbscontDistribution-class

Examples

Run this code
(ST <- STd(mean = 1, sd = 1, nu = 3))
plot(ST)

Run the code above in your browser using DataLab