check_efficient | R Documentation |
Takes a mix proportion vector (3 x float) and the efficient proposal mu and sigma. If efficient proposals are to be used (mix_proportion[3] > 0) then test the efficient proposal values to see whether they are not null and appropriate.
check_efficient(mix_proportion, efficient_mu, efficient_sig2)
mix_proportion |
A vector of floats between 0 and 1 and summing to 1 which give the proportion of particles to generate from the population level parameters, the individual random effects and the conditional parameters respectively |
efficient_mu |
The mu value for the efficient proposals |
efficient_sig2 |
The sigma value for the efficient proposals |
nothing, stops operation on incorrect combination of parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.