Class representing a uniformly distributed random variable on [-1,1] for simulated integration. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
name | |
index | |
operatorIndex |
Class representing a uniformly distributed random variable on [-1,1] for simulated integration.
A different set of draws will be generated for each group in the data file. By default, the groups are identified by __rowId__, and a set of draws is generated for each row in the sample. Another typical case corresponds to panel data, where several rows correspond to the same individual. If Id identifies individuals in the data set, a set of draws will be generated for each individual, and not for each observation. Example:
Errorcomp = bioUniformSymmetricDraws('Errorcomp','Id')
def bio_expression::bioUniformSymmetricDraws::__init__ | ( | self, | |
name, | |||
index = '__rowId__' |
|||
) |
name | name of the random variable |
index | name of the identifier of groups of data associated with a different set of draws. (optional, default='__rowId__') |
def bio_expression::bioUniformSymmetricDraws::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.