Stan  2.14.0
probability, sampling & optimization
increment_log_prob_statement_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_INCREMENT_LOG_PROB_STATEMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_INCREMENT_LOG_PROB_STATEMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 
6 namespace stan {
7  namespace lang {
8 
10 
12  const expression& log_prob)
13  : log_prob_(log_prob) { }
14 
15  }
16 }
17 #endif
increment_log_prob_statement()
Construct an increment log prob statement with a nil return expression.
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.