qGLDfkml | R Documentation |
Quantile function, quantile density, density quantile and inverse quantile
functions for GLD distribution with FKML parameterization.
aGLDfkml_mean
and aGLDfkml_median
are theoretical mean and median, which can be used
for adjusting the quantile likelihood.
qGLDfkml(u, l1, l2, l3, l4)
fGLDfkml(u, l1, l2, l3, l4)
dqGLDfkml(u, l1, l2, l3, l4, log = FALSE)
rGLDfkml(n, l1, l2, l3, l4)
pGLDfkml(q, ..., lower = 0, upper = 1, tol = 1e-06, silent = TRUE, trace = 0)
is_GLDfkml_valid(l1, l2, l3, l4)
aGLDfkml_mean(l1, l2, l3, l4)
aGLDfkml_median(l1, l2, l3, l4)
u |
numeric vector of probabilities |
l1 |
GLD parameter |
l2 |
GLD parameter |
l3 |
GLD parameter |
l4 |
GLD 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 (FKML parameterization)
p_grd <- make_pgrid()
qGLDfkml(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.