![]() |
Stan
2.14.0
probability, sampling & optimization
|
AST node for the increment log prob (deprecated) and target increment statements. More...
#include <increment_log_prob_statement.hpp>
Public Member Functions | |
increment_log_prob_statement () | |
Construct an increment log prob statement with a nil return expression. More... | |
increment_log_prob_statement (const expression &log_prob) | |
Construct an increment log prob statement with the specified expression for the quantity to increment. More... | |
Public Attributes | |
expression | log_prob_ |
Expression for the quantity with which to increment the target log density. More... | |
AST node for the increment log prob (deprecated) and target increment statements.
Definition at line 13 of file increment_log_prob_statement.hpp.
stan::lang::increment_log_prob_statement::increment_log_prob_statement | ( | ) |
Construct an increment log prob statement with a nil return expression.
Definition at line 9 of file increment_log_prob_statement_def.hpp.
stan::lang::increment_log_prob_statement::increment_log_prob_statement | ( | const expression & | log_prob | ) |
Construct an increment log prob statement with the specified expression for the quantity to increment.
log_prob | quantity with which to increment the target log density |
Definition at line 11 of file increment_log_prob_statement_def.hpp.
expression stan::lang::increment_log_prob_statement::log_prob_ |
Expression for the quantity with which to increment the target log density.
Definition at line 33 of file increment_log_prob_statement.hpp.