splint_R.Rd
A function to conduct the interpolation given data and fitted quantiles
splint_R(
y,
quantiles,
alphas,
y2,
tail_param_u,
tail_param_l,
q_shift,
q_stretch,
tails = "gaussian",
distn = "c"
)
a vector of quantile or pdf
a matrix of size N b p
quantiles that were computed
second derivatives
the tail parameters for upper quantiles
the tail parameters for lower quantiles
normalization parameters
normalization parameters
based on what distribution to compute the tails
a string which indicates what type of distribution to return. See details.
A vector of quantiles or density corresponding to y
the distn
argument takes on "p" to evaluate a PF, "c" to evaluate a CDF,
and "q" to evaluate a quantile distribution.