biogeme.expressions.unary_expressions module

Arithmetic expressions accepted by Biogeme: unary operators

author:

Michel Bierlaire

date:

Sat Sep 9 15:51:53 2023

class biogeme.expressions.unary_expressions.UnaryOperator(child)[source]

Bases: Expression

Base class for arithmetic expressions that are unary operators.

Such an expression is the result of the modification of another expressions, typically changing its sign.

Parameters:

child (ExpressionOrNumeric)