Description Usage Arguments Value
View source: R/prob_forecast.R
Calculate forecast quantiles
1 2 3 | ## S3 method for class 'fc_empirical'
calc_quantiles(x, telemetry = FALSE,
quantiles = seq(0.001, 0.999, by = 0.001), ...)
|
x |
fc_empirical object |
telemetry |
A vector of telemetry to generate the empirical cdf from |
quantiles |
Sequence of quantiles in (0,1) |
A list of q, the quantiles on [0, 1], and x, the estimated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.