Public Member Functions | Public Attributes

bio_iterator::drawIterator Class Reference

Iterates on draws for Monte-Carlo simulation. More...

Inheritance diagram for bio_iterator::drawIterator:
bio_iterator::iterator

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 type

Detailed Description

Iterates on draws for Monte-Carlo simulation.

It is typically used with the Sum expression to compute an intregral using Monte-Carlo simulation. Therefore, when used with a draw iterator, the sum expression also divides the result of the sum by the number of draws. Typical usage:

 drawIterator('drawIter')

Constructor & Destructor Documentation

def bio_iterator::drawIterator::__init__ (   self,
  iteratorName,
  name = "drawIterator",
  child = "",
  variable = "__rowId__" 
)
Parameters:
iteratorNameName of the iterator.
nameName of the set of data that is being iterated. It is typically ignored for draw iterators. Use the default value.
childDraw iterators have no children. Use the default value.
variableIgnored for draw iterators. Use the default value.

Reimplemented from bio_iterator::iterator.


Member Function Documentation

def bio_iterator::drawIterator::__str__ (   self )

Reimplemented from bio_iterator::iterator.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables