predict.qra_fit | R Documentation |
Predict based on a quantile regression averaging fit
## S3 method for class 'qra_fit'
predict(qra_fit, qfm, sort_quantiles = TRUE)
qra_fit |
object of class qra_fit |
qfm |
matrix of model forecasts of class QuantileForecastMatrix |
sort_quantiles |
logical; if TRUE, the predictive quantiles are sorted in order of the quantile level. Otherwise, the raw predictive quantiles are returned. |
object of class QuantileForecastMatrix with quantile forecasts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.