initialise_loading_ard_precision | R Documentation |
Initialiase the Automatic Relevance Determination hyper-parameter in the Gaussian process prior on PLVM loadings.
initialise_loading_ard_precision( L, ard_shape = 1, ard_rate = 1, ard_precision = NULL, perform_checks = TRUE )
L |
An integer. The dimension of latent traits. |
ard_shape |
A positive real-valued scalar. The shape of the Gamma distribution generating initial ARD precision hyper-parameters |
ard_rate |
A positive real-valued scalar. The rate of the Gamma distribution generating initial ARD precision hyper-parameters |
ard_precision |
An L-dimensional vector of real numbers. The initial ARD precision hyper-parameters on the loadings. When non-null checks that ard_precision is of the correct type and size. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
An L-dimensional vector of real numbers. The initial ARD precision hyper-parameters on the loadings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.