View source: R/build_quantile_ensemble.R
build_quantile_ensemble | R Documentation |
Create quantile (weighted or unweighted) ensemble using mean or median
build_quantile_ensemble(
forecast_data,
weights_df = NULL,
method = c("median", "mean"),
model_name,
forecast_date,
location_data = NULL,
location_col_name = "fips"
)
forecast_data |
|
weights_df |
|
method |
One of |
model_name |
character string for |
forecast_date |
character string interpretable as a date which will populate the forecast_date column of the ensemble data frame |
location_data |
an optional data.frame with metadata about location. If present it will be left joined
with the ensemble data frame on the column |
location_col_name |
character string giving the column name in |
ensemble model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.