Class representing the probability density function of a standardized normally distributed random variable. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
function | |
operatorIndex |
Class representing the probability density function of a standardized normally distributed random variable.
The pdf of the normal distribution is
The computation of a normal mixture of logit models is performed using the following syntax, where condprob is the conditional (logit) choice probability:
omega = RandomVariable('omega') density = bioNormalPdf(omega) result = Integrate(condprob * density,'omega')
def bio_expression::bioNormalPdf::__init__ | ( | self, | |
term | |||
) |
term | an expression providing the value of the argument of the pdf |
def bio_expression::bioNormalPdf::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.