Description Usage Arguments Details Value
View source: R/horizon_search_daily.R
compute_fcast_short_scores
1 2 3 4 5 6 7 8 | compute_fcast_short_scores(
dam,
max_fill_gap = 3,
data_dir = NULL,
cutoff_year = NULL,
min_allowable_points = 10,
method = "spearman"
)
|
dam |
name of dam to be analyzed |
max_fill_gap |
maximum gap (days) allowed for storage and inflow data |
min_allowable_points |
minimum number of points for building r-a function (default = 10) |
water_week |
water week |
horizon |
look ahead horizon (1 <= h <= 52) |
compute_from |
variable (i, r) from which to back calculate |
compute availability for given week of year and horizon (in weeks)
tibble of release versus availability for given water week and horizon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.