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 methodrMixedTS
is used.dens
:Object of class
"numeric"
that contains the density of the MixedTS. This slot is filled bydMixedTS
.prob
:Object of class
"numeric"
that contains the probability of the MixedTS. This slot is filled bypMixedTS
andpMixedTS
.xMixedTS
:Object of class
"numeric"
that contains the support for the density and probability.quantile
:Object of class
"logical"
. IfTRUE
the object is built by the methodqMixedTS
. IfFALSE
the object is built by the methodqMixedTS
.mu0
:Object of class
"numeric"
. Seeparam.MixedTS
.mu
:Object of class
"numeric"
. Seeparam.MixedTS
.sigma
:Object of class
"numeric"
. Seeparam.MixedTS
.a
:Object of class
"vector"
. Seeparam.MixedTS
.alpha
:Object of class
"numeric"
. Seeparam.MixedTS
.lambda_p
:Object of class
"numeric"
. Seeparam.MixedTS
.lambda_m
:Object of class
"numeric"
. Seeparam.MixedTS
.Mixing
:Object of class
"character"
. Seeparam.MixedTS
.paramMixing
:Object of class
"list"
. Seeparam.MixedTS
.MixingLogMGF
:Object of class
"OptionalFunction"
. Seeparam.MixedTS
.
Extends
Class "param.MixedTS"
, directly.
Methods
- plot
signature(x = "MixedTS", ...)