interpolate_one_row.Rd
Interpolate a single set of quantiles
interpolate_one_row(quantile, alphas, x, distn = "q", tails = "gaussian")
quantile | matrix of fitted quantiles to interpolate |
---|---|
alphas | values those quantiles are fit to |
x | values along which to evaluate the CDF, PDF, or quantile function |
distn | distribution to use, one of "q", "c", or "p" |
tails | what distribution to use for fitting tail distributions, either "gaussian" or "exponential" |
Used as a helper function for interpolate_quantiles