Description Usage Arguments Value Examples
This function runs Monte Carlo simulations for a given number of realisations.
1 2  | MCsimulations(DATA, deltim, warmup, parameters, ListOfModels = 1:1248,
  SimulationFolder, MPIs, verbose = TRUE)
 | 
DATA | 
 this is the data frame containing the observations  | 
deltim | 
 this is the time step (in days)  | 
warmup | 
 this is the warmup period  | 
parameters | 
 table containing the parameter sets, see   | 
ListOfModels | 
 this is the reduced list of model structures (default = 1:1248)  | 
SimulationFolder | 
 path to the folder where the function saves the results  | 
MPIs | 
 list of functions describing the Model performance Indices  | 
verbose | 
 if TRUE, it prints details of the current simulation  | 
2 arrays: R (discharges) and S (indices).
1  | # MCsimulations(DATA,deltim,warmup,parameters,ListOfModels,SimulationFolder,MPIs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.