Description Usage Arguments Value See Also
View source: R/generate_point_forecasts.R
The point forecast is taken to be either the expected value, median, or mode of the probabilistic forecasts.
1 2 | generate_point_forecast(d, method = c("Median", "Expected Value",
"Mode"))
|
d |
A data.frame with columns 'location', 'target', bin_start_incl', and 'value' |
method |
The method to be used to generate the point forecasts.
|
A data.frame with columns 'type' and 'value'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.