SECdistrUv-class {sn}R Documentation

Class "SECdistrUv"

Description

Univariate skew-elliptically contoured distributions

Objects from the class

Objects can be created by a call to function makeSECdistr when its argument dp is a vector.

Slots

family:

a character string which selects the parametric family; currently, possible values are: "SN", "ESN", "ST", "SC".

dp:

a numeric vector of parameters; its length depends on the selected family.

name:

a character string with name of the distribution.

Methods

show

signature(object = "SECdistrUv"): ...

plot

signature(x = "SECdistrUv"): ...

summary

signature(object = "SECdistrUv"): ...

Note

See makeSECdistr for a detailed description of family and dp.

Author(s)

Adelchi Azzalini

See Also

SECdistrMv, plot,SECdistrUv-method, summary,SECdistrUv-method

Examples

f2 <- makeSECdistr(dp=c(3, 5, -4, 6.5), family="ST", name="My first ST")
show(f2)
plot(f2)
plot(f2, probs=c(1,5,9)/10)
plot(f2, range=c(-30,10), probs=NULL, col=2, main=NULL)
summary(f2)

[Package sn version 1.0-0 Index]