
qapx_cf(p, raw.cumulants, support=c(-Inf,Inf), lower.tail = TRUE, log.p = FALSE)
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.p
.dapx_gca, papx_gca, AS269, rapx_cf
# normal distribution:
pvals <- seq(0.001,0.999,length.out=501)
q1 <- qapx_cf(pvals, c(0,1,0,0,0,0,0))
q2 <- qnorm(pvals)
q1 - q2
Run the code above in your browser using DataLab