Class representing a random variable for numerical integration. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
name | |
operatorIndex |
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')
def bio_expression::RandomVariable::__init__ | ( | self, | |
name | |||
) |
name | name of the random variable |
def bio_expression::RandomVariable::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.