Stan  2.14.0
probability, sampling & optimization
increment_log_prob_statement.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_INCREMENT_LOG_PROB_STATEMENT_HPP
2 #define STAN_LANG_AST_NODE_INCREMENT_LOG_PROB_STATEMENT_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
19 
27  increment_log_prob_statement(const expression& log_prob); // NOLINT
28 
34  };
35 
36  }
37 }
38 #endif
increment_log_prob_statement()
Construct an increment log prob statement with a nil return expression.
AST node for the increment log prob (deprecated) and target increment statements. ...
Probability, optimization and sampling library.
expression log_prob_
Expression for the quantity with which to increment the target log density.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.