p: where to evaluate the approximate distribution.
raw.cumulants: an atomic array of the 1st through kth raw cumulants. The first value is the mean of the distribution, the second should be the variance of the distribution, the remainder are raw cumulants.
support: the support of the density function. It is assumed that the density is zero on the complement of this open interval. This defaults to c(-Inf,Inf) for the normal basis, c(0,Inf) for the gamma basis, and c(0,1) for the Beta, and c(-1,1) for the arcsine and wigner.
lower.tail: whether to compute the lower tail. If false, we approximate the survival function.
log.p: logical; if TRUE, probabilities p are given as log(p).
Returns
The approximate quantile at p.
Details
Given the cumulants of a probability distribution, we approximate the quantile function via a Cornish-Fisher expansion.
Note
Monotonicity of the quantile function is not guaranteed.
Jaschke, Stefan R. "The Cornish-Fisher-expansion in the context of Delta-Gamma-normal approximations." No. 2001, 54. Discussion Papers, Interdisciplinary Research Project 373: Quantification and Simulation of Economic Processes, 2001. http://www.jaschke-net.de/papers/CoFi.pdf