Public Member Functions | Public Attributes

bio_expression::bioUniformDraws Class Reference

Class representing a uniformly distributed random variable on [0,1] for simulated integration. More...

Inheritance diagram for bio_expression::bioUniformDraws:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 name
 index
 operatorIndex

Detailed Description

Class representing a uniformly distributed random variable on [0,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 = bioUniformDraws('Errorcomp','Id')

Constructor & Destructor Documentation

def bio_expression::bioUniformDraws::__init__ (   self,
  name,
  index = '__rowId__' 
)
Parameters:
namename of the random variable
indexname of the identifier of groups of data associated with a different set of draws. (optional, default='__rowId__')

Member Function Documentation

def bio_expression::bioUniformDraws::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


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