Description Usage Arguments Value
View source: R/DA-memoised-log-likelihood-interface.R
Prior -> Posterior or Approx posterior -> Posterior
1 2 3 4 5 6 7 8 9 10 | log_likelihood_anneal_func_da(
log_likelihood,
log_like_approx,
cwise_log_like_approx,
log_prior,
cores = 1L,
start_from_approx = F,
max_approx_anneal = 1,
count_start = NULL
)
|
log_likelihood |
(Full) log-likelihood function. |
log_like_approx |
Approximate log-likelihood function. |
cwise_log_like_approx |
Approximate log-likelihood function. |
log_prior |
Log-prior function. |
cores |
Cores to use. |
start_from_approx |
Is the intial distribution an approximate model? |
max_approx_anneal |
Maximum value of temperature reached during approximate anneal. |
count_start |
Likelihood evaluation count. List with integer elements "log_likelihood" and "log_like_approx". |
Value of log-likelihood function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.