swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: b49af3ce870822d58213144af25ddbe66b851369 authored by Nicusor Serban on 15 May 2023, 19:51:46 UTC
release/v2.32.2: updating version numbers
Tip revision: b49af3c
stan.dox
/** 
 * @namespace stan 
 * Probability, optimization and sampling library.
 */ 

/**
 * @namespace stan::gm
 * Directed graphical model compiler
 */

/**
 * @namespace stan::io
 * Input/output utilities.
 */

/**
 * @namespace stan::math
 * Matrices and templated mathematical functions.
 * Templated probability distributions. All paramaterizations
 *   are based on Bayesian Data Analysis.
 * Function gradients via reverse-mode automatic differentiation.
 */

/**
 * @namespace stan::mcmc 
 * Markov chain Monte Carlo samplers.
 */

/**
 * @namespace stan::model
 * For compiling models.
 */
back to top