Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::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 818 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::sample::sample ( )

Definition at line 1361 of file ast_def.cpp.

stan::gm::sample::sample ( expression e,
distribution dist 
)

Definition at line 1363 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 1368 of file ast_def.cpp.

Member Data Documentation

distribution stan::gm::sample::dist_

Definition at line 820 of file ast.hpp.

expression stan::gm::sample::expr_

Definition at line 819 of file ast.hpp.

range stan::gm::sample::truncation_

Definition at line 821 of file ast.hpp.


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

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