helpful_stan_functions icon indicating copy to clipboard operation
helpful_stan_functions copied to clipboard

add a dummy file in every function type directory to document the group

Open spinkney opened this issue 4 years ago • 0 comments

Right now a random file in each function type directory contains the group definition. It is better to move this into a separate file.

For eg, the copula definition is in clayton_copula.stan as

/** \defgroup copula Copula Functions
  *
  * A copula is a multivariate cumulative distribution function for which the 
  * marginal probability distribution of each variable is uniform on the interval \f$[0, 1]\f$.
  * Copulas are used to describe the dependence between random variables.
  *
  **/

move that out to a file named copula_definition.stan

spinkney avatar Feb 20 '21 11:02 spinkney