View source: R/calibrar-fitness.R
objFn | R Documentation |
Calcuted error measure between observed and simulated data
objFn(obs, sim, FUN, ...)
fitness(obs, sim, FUN, ...)
obs |
observed data as expected by FUN. |
sim |
simulated data matching 'obs' |
FUN |
the error function. Current accepted values area: 'norm2', 'lnorm2', 'lnorm3', 'multinomial', 'pois', 'penalty0', 'penalty1', 'penalty2' and 'normp'. |
... |
Additional arguments to FUN |
the value of FUN(obs, sim, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.