biogeme.models.boxcox module

Implements the Box-Cox model

author:

Michel Bierlaire

date:

Wed Oct 25 08:52:44 2023

biogeme.models.boxcox.boxcox(x, ell)[source]

Box-Cox transform :type x: Expression | float | int | bool :param x: a variable to transform. :type ell: Expression | float | int | bool :param ell: parameter of the transformation.

Return type:

Expression

Returns:

the Box-Cox transform

Parameters: