MixedTS-class {MixedTS}R Documentation

"MixedTS": A class for informations about Mixed Tempered Stable

Description

Mathematical description of the Mixed Tempered Stable distribution.

This class inherits from the class param.MixedTS and is a superclass for MixedTS.qmle-class.

Objects from the Class

This object is built by the following methods:

dMixedTS, pMixedTS, qMixedTS, rMixedTS.

Slots

Data:

Object of class "numeric" containing a random number. This slot is filled when the method rMixedTS is used.

dens:

Object of class "numeric" that contains the density of the MixedTS. This slot is filled by dMixedTS.

prob:

Object of class "numeric" that contains the probability of the MixedTS. This slot is filled by pMixedTS and pMixedTS.

xMixedTS:

Object of class "numeric" that contains the support for the density and probability.

quantile:

Object of class "logical". If TRUE the object is built by the method qMixedTS. If FALSE the object is built by the method qMixedTS.

mu0:

Object of class "numeric". See param.MixedTS.

mu:

Object of class "numeric". See param.MixedTS.

sigma:

Object of class "numeric". See param.MixedTS.

a:

Object of class "vector". See param.MixedTS.

alpha:

Object of class "numeric". See param.MixedTS.

lambda_p:

Object of class "numeric". See param.MixedTS.

lambda_m:

Object of class "numeric". See param.MixedTS.

Mixing:

Object of class "character". See param.MixedTS.

paramMixing:

Object of class "list". See param.MixedTS.

MixingLogMGF:

Object of class "OptionalFunction". See param.MixedTS.

Extends

Class "param.MixedTS", directly.

Methods

plot

signature(x = "MixedTS", ...)


[Package MixedTS version 1.0.4 Index]