qukg_calculation: Calculate the approximate conditional moments of the third...

View source: R/utility_functions.R

qukg_calculationR Documentation

Calculate the approximate conditional moments of the third hidden variable U and its log

Description

Calculate the approximate conditional moments of the third hidden variable U and its log

Usage

qukg_calculation(
  s_ik = s_ik,
  t_jg = t_jg,
  x = x,
  mu_i = mu_i,
  nu_j = nu_j,
  alpha_c = alpha_c,
  a = a
)

Arguments

s_ik

s_ik.

t_jg

t_jg.

x

a matrix of observations. Columns correspond to biological samples and rows to microorganisms.

mu_i

mu_i.

nu_j

nu_j.

alpha_c

alpha_c.

a

a0.

Value

A list of 4 elements.

a_tilde

a_tilde.

b_tilde

b_tilde.

exp_utilde

exp_utilde.

exp_logutilde

exp_logutilde.


cobiclust documentation built on May 29, 2024, 6:23 a.m.