Function that predicts discharge with discharge.
| 1 2 | predictDischargeWithDischarge(data.input, start.date.input, nRuns, model.type,
  test.for.fit, error.test)
 | 
| data.input | Timeseries generated with dwmTimeseries() | 
| start.date.input | Date, list with year, month, and day. e.g. c(2000,01,01) | 
| nRuns | Ensemble size | 
| model.type | Which model to run (currently only 'mlpe') | 
| test.for.fit | Which performance criteria to apply (currently only 'MAE') | 
| error.test | Some stuff ('MAE','RMSE) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.