![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| sample () | |
| sample (expression &e, distribution &dist) | |
| bool | is_ill_formed () const |
Public Attributes | |
| expression | expr_ |
| distribution | dist_ |
| range | truncation_ |
| stan::gm::sample::sample | ( | ) |
Definition at line 1361 of file ast_def.cpp.
| stan::gm::sample::sample | ( | expression & | e, |
| distribution & | dist | ||
| ) |
Definition at line 1363 of file ast_def.cpp.
| bool stan::gm::sample::is_ill_formed | ( | ) | const |
Definition at line 1368 of file ast_def.cpp.
| distribution stan::gm::sample::dist_ |
| expression stan::gm::sample::expr_ |