Biogeme: Python Library
2.5
|
Generic class for an operator. More...
Public Member Functions | |
def | getOpIndex (self, op) |
Static Public Attributes | |
string | num = 'numeric' |
string | var = 'variable' |
string | userexpr = 'UserExpression' |
string | userdraws = 'UserDraws' |
string | rv = 'randomVariable' |
string | param = 'beta' |
string | mcdraws = 'MCDraw' |
string | mcunifdraws = 'MCUnifDraw' |
string | normal = 'N(0,1)' |
string | uniform = 'U[0,1]' |
string | uniformSym = 'U[-1,1]' |
absOp | |
negOp | |
exp | |
log | |
string | bioNormalCdf = 'bioNormalCdf' |
add | |
sub | |
mul | |
div | |
power | |
andOp | |
orOp | |
equal | |
notEqual | |
greater | |
greaterEq | |
less | |
lessEq | |
minOp | |
maxOp | |
mod | |
sumOp | |
prodOp | |
integralOp | |
derivativeOp | |
string | monteCarloOp = 'MonteCarlo' |
string | monteCarloCVOp = 'MonteCarloControlVariate' |
elemOp | |
enumOp | |
logitOp | |
loglogitOp | |
multSumOp | |
multProdOp | |
bioNormalPdf | |
string | mhOp = 'MH' |
string | bayesMeanOp = 'bioBayesNormalDraw' |
string | defineOp = 'define' |
int | MIN_ZEROOP_INDEX = 0 |
int | MAX_ZEROOP_INDEX = 19 |
int | MIN_UNOP_INDEX = 20 |
int | MAX_UNOP_INDEX = 39 |
int | MIN_BINOP_INDEX = 40 |
int | MAX_BINOP_INDEX = 69 |
int | MIN_ITERATOROP_INDEX = 70 |
int | MAX_ITERATOROP_INDEX = 89 |
int | UNDEF_OP = -1 |
dictionary | operatorIndexDic |
Generic class for an operator.
Manages the IDs of the various operators.
Definition at line 10 of file bio_expression.py.
|
static |
Definition at line 52 of file bio_expression.py.