View source: R/PPD_2_MultiQR.R
| PPD_2_MultiQR | R Documentation |
Produce multiple predictive quantiles as a MultiQR object
from a PPD object. Alternatively
return predicted parameters from the PPD models.
Note that this function may be superseded by an S3 method in future versions of
ProbCast.
PPD_2_MultiQR(data, models, quantiles = seq(0.05, 0.95, by = 0.05), params = F)
data |
A |
models |
A |
quantiles |
Vector of quantiles to be included in the returned |
Exact quantiles of the (semi-) parametric models (predictive distributions)
are calculated and output as a MultiQR object. Warnings are thrown if the
input data result in NA estimates of quantiles, likely as a result of inputs
being outside the allowable range for the PPD model.
A MultiQR object derived from gamlss predictive distributions. Alternatively, a matrix containing the parameters of the predictive gamlss distributions.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.