Public Member Functions | Public Attributes

bio_expression::RandomVariable Class Reference

Class representing a random variable for numerical integration. More...

Inheritance diagram for bio_expression::RandomVariable:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 name
 operatorIndex

Detailed Description

Class representing a random variable for numerical integration.

Typically used for integrals. Note that nothing is said here about the distribution of the random variable. Therefore, a density function will have to be specified. Example:

 omega = RandomVariable('omega')

Constructor & Destructor Documentation

def bio_expression::RandomVariable::__init__ (   self,
  name 
)
Parameters:
namename of the random variable

Member Function Documentation

def bio_expression::RandomVariable::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