evaluate the likelihood given the data, the current deterministic model solution and the observation model
log_post_params(samp, w.p, data, pdfs, hyper, sim.data, obs.model)
| samp | named numeric; current sample |
|---|---|
| w.p | character; parameter names |
| data | data |
| pdfs | character, prior pdf names |
| hyper | list, hyper parameters for the priors |
| sim.data | solver output |
| obs.model | function containing the observation model |