ebpm_gh_gamma: Empirical Bayes Poisson Mean (gh-gamma as prior)

ebpm_gh_gammaR Documentation

Empirical Bayes Poisson Mean (gh-gamma as prior)

Description

Uses Empirical Bayes to fit the model

x_j | \lambda_j ~ Poi(s_j \lambda_j)

with

s_j lambda_j ~ g()

with g() being gh-gamma

Usage

ebpm_gh_gamma(
  x,
  s = 1,
  g_init = NULL,
  fix_g = c(F, F, F, F, F),
  control = NULL
)

stephenslab/ebpm documentation built on Oct. 19, 2023, 1 p.m.