parallel_psis_list | R Documentation |
Parallel psis list computations
parallel_psis_list(
N,
.loo_i,
.llfun,
data,
draws,
r_eff,
save_psis,
cores,
...
)
parallel_importance_sampling_list(
N,
.loo_i,
.llfun,
data,
draws,
r_eff,
save_psis,
cores,
method,
...
)
N |
The total number of observations (i.e. |
.loo_i |
The function used to compute individual loo contributions. |
.llfun |
See |
data , draws , ... |
For the |
r_eff |
Vector of relative effective sample size estimates for the
likelihood ( |
save_psis |
Should the |
cores |
The number of cores to use for parallelization. This defaults to
the option
|
method |
See |
Refactored function to handle parallel computations for psis_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.