Thesis docs
Loading...
Searching...
No Matches
Params.hpp File Reference

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)
 

Detailed Description

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.

Author
Filippo Galli
Date
2025

Function Documentation

◆ RCPP_EXPOSED_CLASS()

RCPP_EXPOSED_CLASS ( Params )