Class representing the cumulative distribution function of the normal distribution. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
expression | |
operatorIndex |
Class representing the cumulative distribution function of the normal distribution.
The CDF of the normal distribution is
A typical example is the probability of a binary probit model, which is computed as follows:
prob = normalCdf(V1-V2)
def bio_expression::bioNormalCdf::__init__ | ( | self, | |
expression | |||
) |
expression | any valid bio_expression |
def bio_expression::bioNormalCdf::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.