Stan  1.0
probability, sampling & optimization
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 640 of file ast.hpp.

Constructor & Destructor Documentation

◆ sample() [1/2]

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

Definition at line 855 of file ast_def.cpp.

◆ sample() [2/2]

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

Definition at line 857 of file ast_def.cpp.

Member Function Documentation

◆ is_ill_formed()

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

Definition at line 862 of file ast_def.cpp.

Member Data Documentation

◆ dist_

distribution stan::gm::sample::dist_

Definition at line 642 of file ast.hpp.

◆ expr_

expression stan::gm::sample::expr_

Definition at line 641 of file ast.hpp.

◆ truncation_

range stan::gm::sample::truncation_

Definition at line 643 of file ast.hpp.


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

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