estimate_sig | R Documentation |
Internal Function to calculate bootstrap estimate of mean and standard error of gaussian parameters
estimate_sig(x_select, p_y_given_x_3d, term)
x_select |
Selected data |
p_y_given_x_3d |
A 3D array of numerics in range (0, 1), that represent the probability that each observed x variable belongs to n_hidden latent variables of dimension dim_hidden. p_y_given_x_3d has dimensions (n_hidden, n_samples, dim_hidden). |
term |
Intermediate term calculated by parent function |
REturns bootstrapped estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.