![]() |
Stan
2.10.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::lang::sample::sample | ( | ) |
Definition at line 1713 of file ast_def.cpp.
stan::lang::sample::sample | ( | expression & | e, |
distribution & | dist | ||
) |
Definition at line 1715 of file ast_def.cpp.
bool stan::lang::sample::is_ill_formed | ( | ) | const |
Definition at line 1720 of file ast_def.cpp.
distribution stan::lang::sample::dist_ |
expression stan::lang::sample::expr_ |