|
Docs
|
Parameter management for Bayesian nonparametric MCMC models. More...
#include <Eigen/Dense>#include <Rcpp.h>#include <RcppEigen.h>Go to the source code of this file.
Classes | |
| struct | Params |
| Structure containing all parameters needed for the NGGP (Normalized Generalized Gamma Process) and DP (Dirichlet Process) model. More... | |
Parameter management for Bayesian nonparametric MCMC models.
This file defines the Params structure that centralizes all hyperparameters, model configuration, and MCMC settings for DP, NGGP, and spatial variants. It provides a unified interface for parameter management across different algorithms and process types.