![]() |
Stan
2.14.0
probability, sampling & optimization
|
Structure for a distribution with parameters. More...
#include <distribution.hpp>
Public Attributes | |
std::string | family_ |
The name of the distribution. More... | |
std::vector< expression > | args_ |
The sequence of parameters for the distribution. More... | |
Structure for a distribution with parameters.
Definition at line 15 of file distribution.hpp.
std::vector<expression> stan::lang::distribution::args_ |
The sequence of parameters for the distribution.
Definition at line 24 of file distribution.hpp.
std::string stan::lang::distribution::family_ |
The name of the distribution.
Definition at line 19 of file distribution.hpp.