estimate_sig: estimate_sig

View source: R/estimate_sig.R

estimate_sigR Documentation

estimate_sig

Description

Internal Function to calculate bootstrap estimate of mean and standard error of gaussian parameters

Usage

estimate_sig(x_select, p_y_given_x_3d, term)

Arguments

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

Value

REturns bootstrapped estimates


jpkrooney/rcorex documentation built on July 25, 2022, 1:37 a.m.