MixedTS.qmle-class {MixedTS} | R Documentation |
MixedTS.qmle
: a class for Maximum Likelihood of Mixed Tempered Stable
Description
This class is constructed by function MixedTS.qmle
. It is a subclass for the MixedTS-class
Objects from the Class
Objects can be created by function MixedTS.qmle
.
Slots
time
:Object of class
"numeric"
. Computational Time.coef
:Object of class
"numeric"
. Estimated parameters.vcov
:Object of class
"matrix"
. Approximate variance-covariance matrix.min
:Object of class
"numeric"
. Minimum value of objective function.details
:Object of class
"list"
. A list as returned fromconstrOptim
nobs
:Object of class
"integer"
. Number of observation.method
:Object of class
"character"
. The optimization method used.Data
:Object of class
"numeric"
. SeeMixedTS-class
.dens
:Object of class
"numeric"
. SeeMixedTS-class
.prob
:Object of class
"numeric"
. SeeMixedTS-class
.xMixedTS
:Object of class
"numeric"
. SeeMixedTS-class
.quantile
:Object of class
"logical"
. SeeMixedTS-class
.mu0
:Object of class
"numeric"
. SeeMixedTS-class
.mu
:Object of class
"numeric"
. SeeMixedTS-class
.sigma
:Object of class
"numeric"
. SeeMixedTS-class
.a
:Object of class
"vector"
. SeeMixedTS-class
.alpha
:Object of class
"numeric"
. SeeMixedTS-class
.lambda_p
:Object of class
"numeric"
. SeeMixedTS-class
.lambda_m
:Object of class
"numeric"
. SeeMixedTS-class
.Mixing
:Object of class
"character"
. SeeMixedTS-class
.paramMixing
:Object of class
"list"
. SeeMixedTS-class
.MixingLogMGF
:Object of class
"OptionalFunction"
. SeeMixedTS-class
.
Extends
Class "MixedTS"
, directly.
Class "param.MixedTS"
, by class "MixedTS", distance 2.
Methods
- summary
signature(.Object = "MixedTS.qmle")
- coef
signature(.Object = "MixedTS.qmle")
- vcov
signature(.Object = "MixedTS.qmle")
- logLik
signature(.Object = "MixedTS.qmle")
- BIC
signature(.Object = "MixedTS.qmle")
- AIC
signature(.Object = "MixedTS.qmle")