Stan  2.14.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::increment_log_prob_statement Struct Reference

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...
 

Detailed Description

AST node for the increment log prob (deprecated) and target increment statements.

Definition at line 13 of file increment_log_prob_statement.hpp.

Constructor & Destructor Documentation

§ increment_log_prob_statement() [1/2]

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.

§ increment_log_prob_statement() [2/2]

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.

Parameters
log_probquantity with which to increment the target log density

Definition at line 11 of file increment_log_prob_statement_def.hpp.

Member Data Documentation

§ log_prob_

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.


The documentation for this struct was generated from the following files:

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