biogeme.expressions.normalcdf module¶
Arithmetic expressions accepted by Biogeme: normal cdf
- author:
Michel Bierlaire
- date:
Sat Sep 9 15:51:53 2023
- class biogeme.expressions.normalcdf.NormalCdf(child)[source]¶
Bases:
UnaryOperator
Cumulative Distribution Function of a normal random variable
- Parameters:
child (ExpressionOrNumeric)
- deep_flat_copy()[source]¶
Provides a copy of the expression. It is deep in the sense that it generates copies of the children. It is flat in the sense that any MultipleExpression is transformed into the currently selected expression. The flat part is irrelevant for this expression.
- Return type: