qGLDcsw | R Documentation |
Quantile function, quantile density, density quantile and inverse quantile
functions for GLD distribution with CSW parameterization.
frGLDcsw
is quantile optimality ratio for choosing the density bandwidth (see Predengast & Staudte, 2016)
qGLDcsw(u, mu, sg, chi, xi, alpha = 0.25)
fGLDcsw(u, mu, sg, chi, xi, alpha = 0.25)
frGLDcsw(u, chi, xi)
dqGLDcsw(u, mu, sg, chi, xi, alpha = 0.25, log = FALSE)
rGLDcsw(n, mu, sg, chi, xi, alpha = 0.25)
pGLDcsw(q, ..., lower = 0, upper = 1, tol = 1e-06, silent = TRUE, trace = 0)
u |
numeric vector of probabilities |
mu |
CSW GLD median parameter |
sg |
CSW GLD interquartile range parameter |
chi |
CSW GLD assymetry parameter |
xi |
CSW GLD steepness parameter |
alpha |
CSW GLD tail parameter |
log |
should the log density be returned. Default=FALSE |
n |
numeric number of samples to draw |
q |
vector of quantiles |
... |
used by method |
lower , upper |
the |
tol |
the |
silent |
the |
trace |
integer number passed to |
quantiles, QDF, DQF, random samples or probabilities of GLD (CSW parameterization)
p_grd <- make_pgrid()
qGLDcsw(p_grd, 1, 1, -1/8, 1/32)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.