qMixedTS-methods {MixedTS} | R Documentation |
Quantile of Mixed Tempered Stable distribution
Description
This Method returns the quantile of a Mixed Tempered Stable.
Methods
signature(object = "param.MixedTS",x = numeric(), setSup=NULL,setInf=NULL,N=2^10)
-
This method returns an object of class
MixedTS
where the slotprob
contains the value of the quantile evaluated on thex
(x is the probability).setSup
andsetInf
are used to choose+ infinity
and- infinty
.N
is the number of point used for discretization infft
algorithm.
[Package MixedTS version 1.0.4 Index]