View source: R/evaluate_model.R
calc_likelihood_host | R Documentation |
Calculate the likelihood of observations at each site given MCMC samples of parameter estimates.
calc_likelihood_host(X, eta_samples, zeta_samples)
X |
three dimensional array of host detection data, number of sites by number of hosts by number of visits (J x N x K) |
eta_samples |
three dimensional array of MCMC samples for eta parameters, number of sites by number of hosts by number of iterations (J x N x S) |
zeta_samples |
four dimensional array of MCMC samples for eta parameters, number of sites by number of hosts by number of visits by number of iterations |
three dimensional array containing the likelihood of the detection data given parameter values at each MCMC iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.