View source: R/cavi_latent_traits.R
compute_internal_taxon_specific_latent_trait_precision | R Documentation |
Computes the precision of taxon-specific latent traits at internal nodes of the phylogeny under the approximate posterior distribution for the PLVM.
compute_internal_taxon_specific_latent_trait_precision( child_taxa_conditional_expectation_weights, child_taxa_conditional_standard_deviations, conditional_standard_deviation, perform_checks = TRUE )
child_taxa_conditional_expectation_weights |
An L-dimensional vector of real values on the interval [0, 1]. The weight of the taxon-specific latent trait values in the conditional distribution of the latent traits for its child taxa. |
child_taxa_conditional_standard_deviations |
An L-dimensional vector of real values on the interval [0, 1]. The standard deviation of the taxon-specific latent traits of child taxa conditional on the parent taxon. |
conditional_standard_deviation |
An L-dimensional vector of real values on the interval [0, 1]. The standard deviation of the taxon-specific latent trait conditional on its parent taxon. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
An L-dimensional vector of positive real values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.