generate_point_forecasts: Generate point forecasts for all locations and targets

Description Usage Arguments Value See Also

View source: R/generate_point_forecasts.R

Description

Generate point forecasts for all locations and targets

Usage

1
2
generate_point_forecasts(entry, method = c("Median", "Expected Value",
  "Mode"))

Arguments

entry

An entry data.frame

method

The method to be used to generate the point forecasts. "Median" (the default) uses the median value, "Expected Value" generates the expected value from the provided probabilities,and "Mode" returns the individual bin with the largest probability

Value

A data.frame of point forecasts for all locations and targets.

See Also

generate_point_forecast, verify_entry


jarad/FluSight documentation built on Oct. 24, 2020, 9:58 p.m.