compute_plvm_elbo | R Documentation |
Compute the Evidence Lower Bound (ELBO) for a specific a PLVM.Ê
compute_plvm_elbo( plvm_list, n_samples = 1000, random_seed = NULL, perform_checks = TRUE )
plvm_list |
A list defining the Phylogenetic Latent variable Model |
n_samples |
A positive integer. The number of independent samples drawn to obtain the Monte Carlo estimate. |
random_seed |
A single value, interpreted as an integer, or NULL. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
A scalar. The Evidence Lower Bound for a given Phylogenetic Latent Variable Model
initialise_plvm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.