DPM: Dirichlet Process Mixture Model Object

Description Usage Arguments Value

View source: R/main.R

Description

Dirichlet Process Mixture Model Object

Usage

1
2
DPM(alpha = 1, use_eb = TRUE, eb_threshold = 100L,
  convergence = 0.01)

Arguments

alpha

DPM mixing parameter

use_eb

Do empirical bayes updates on alpha?

eb_threshold

Threshold to start empirical bayes computation from

convergence

Error threshold for empirical bayes equation

Value

DPM object; use this as the 'mixture_model' for GibbsMixtureModel.


thetianshuhuang/bmcc_r documentation built on Nov. 5, 2019, 10:05 a.m.