Description Usage Arguments Details Value
Calculates likelihood or log likelihood given predicted and observed values
| 1 2 3 | calc.rmse(predicted, observed, control = list(gamma = 0))
calc.weighted.rmse(predicted, observed, control = list(gamma = 0))
calc.loglik(predicted, observed, control = list(gamma = 0))
 | 
| predicted | output of model | 
| observed | observed values expected, to compare with output of model | 
| control | list of options | 
calc.rmse is the default for dreamCalibrate but it is recommended to use an objective
function better suited to the particular problem
Sigma-weighted RMSE log likelihood function
Calculate log RMSE using formulas used by Vrugt
log-likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.