| optimize_floodsep_parameters | R Documentation | 
Optimize the parameters of eventsep by maximising flood events during high quantiles and minimizing flood events during low quantiles
optimize_floodsep_parameters(
  params,
  Discharge,
  upper_TH = 0.95,
  lower_TH = 0.5,
  lower_tolerance = 0.01,
  NA_mode = NULL
)
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  | 
Philipp Bühler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.