View source: R/get_paramlikelihood.R
get_paramlikelihood | R Documentation |
Computes, by simulation, the log-likelihood of parameters P(O | Lambda)
get_paramlikelihood(migr, obs, n_simul = 10)
migr |
the migration structure which parameters likelihood should be evaluated |
obs |
observation matrix used for the likelihood evaluation |
n_simul |
number of simulations |
the log likelihood of the parameters of the migration structure migr.
migr <- generate_toy_migration() get_paramlikelihood( migr, migr$observation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.