View source: R/create_lc_df_derivOnly.R
create_lc_df_derivOnly | R Documentation |
Create a data.frame with the log-normalising derivatives (only) for a vector of values of the tempering factor.
create_lc_df_derivOnly( a0_grid, compiled.model.prior, stan.list, pars = NA, niter = 5000, strict = FALSE, step_size = 0.99, tdepth = 15 )
a0_grid |
a vector of values of the tempering factor. |
compiled.model.prior |
a |
stan.list |
list with data for the Stan model. |
pars |
which parameters to track. |
niter |
number of iterations, defaults to |
strict |
whether to use strict computational specs. |
step_size |
if |
tdepth |
if |
a list containing a data.frame with the grid points, log-normalising constant and derivatives.
If pars != NA
, MCMC summaries for selected parameters are also returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.