Iterates on draws for Monte-Carlo simulation. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
type |
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')
def bio_iterator::drawIterator::__init__ | ( | self, | |
iteratorName, | |||
name = "drawIterator" , |
|||
child = "" , |
|||
variable = "__rowId__" |
|||
) |
iteratorName | Name of the iterator. |
name | Name of the set of data that is being iterated. It is typically ignored for draw iterators. Use the default value. |
child | Draw iterators have no children. Use the default value. |
variable | Ignored for draw iterators. Use the default value. |
Reimplemented from bio_iterator::iterator.
def bio_iterator::drawIterator::__str__ | ( | self ) |
Reimplemented from bio_iterator::iterator.