eval_PDF.Rd
Evaluate PDF given quantiles and residuals
eval_PDF(y, quantiles, alphas, distn = "p", tails = "gaussian")
a vector of quantile or pdf
a matrix of size N b p made up of the previously fitted quantiles
which quantiles were previously computed, vector of probs
a string which indicates what type of distribution to return. See details.
what distribution to use when computing the tails
the distn
argument takes on "p" to evaluate a PF, "c" to evaluate a CDF,
and "q" to evaluate a quantile distribution.