optimize_floodsep_parameters: Optimize the parameters of eventsep

optimize_floodsep_parametersR Documentation

Optimize the parameters of eventsep

Description

Optimize the parameters of eventsep by maximising flood events during high quantiles and minimizing flood events during low quantiles

Usage

optimize_floodsep_parameters(
  params,
  Discharge,
  upper_TH = 0.95,
  lower_TH = 0.5,
  lower_tolerance = 0.01,
  NA_mode = NULL
)

Arguments

params

Vector: Named vector of the stating parameters and their name, e.g. c("gamma"=1, "eta"=0.1)

Discharge

Data.frame: Discharge timeseries with Date amd Discharge column

upper_TH

numeric: Upper Threshold

lower_TH

numeric: Lower Threshold

lower_tolerance

numeric: Lower tolerance

NA_mode

integer: NULL or the length of the gap in which NA-values are interpolated

Author(s)

Philipp Bühler


PhilippBuehler/FloodR documentation built on March 2, 2024, 9:53 a.m.