Thesis 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... | |
Functions | |
RCPP_EXPOSED_CLASS (Params) | |
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.
RCPP_EXPOSED_CLASS | ( | Params | ) |