1 #ifndef STAN_LANG_AST_NODE_DISTRIBUTION_HPP 2 #define STAN_LANG_AST_NODE_DISTRIBUTION_HPP std::string family_
The name of the distribution.
Probability, optimization and sampling library.
Structure for a distribution with parameters.
std::vector< expression > args_
The sequence of parameters for the distribution.