Public Member Functions | Public Attributes

bio_expression::abs Class Reference

Class representing the expression for absolute value. More...

Inheritance diagram for bio_expression::abs:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 expression
 operatorIndex

Detailed Description

Class representing the expression for absolute value.

It is not a differentiable operator. If the expression contains parameters to be estimated, Biogeme will complain. Example:

 y = abs(2*x-1)

Constructor & Destructor Documentation

def bio_expression::abs::__init__ (   self,
  expression 
)
Parameters:
expressionany valid bio_expression

Member Function Documentation

def bio_expression::abs::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables