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

#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_
 

Detailed Description

Definition at line 980 of file ast.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool stan::lang::sample::is_ill_formed ( ) const

Definition at line 1720 of file ast_def.cpp.

Member Data Documentation

distribution stan::lang::sample::dist_

Definition at line 982 of file ast.hpp.

expression stan::lang::sample::expr_

Definition at line 981 of file ast.hpp.

range stan::lang::sample::truncation_

Definition at line 983 of file ast.hpp.


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

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