biogeme.expressions.deprecated module

Deprecated expression, for backward compatibility

Michel Bierlaire Thu Apr 3 09:55:57 2025

biogeme.expressions.deprecated.Integrate(*args, **kwargs)

Deprecated wrapper for IntegrateNormal.

Warning

This function is deprecated and will be removed in a future version. Use IntegrateNormal instead.

In Biogeme 3.2, Integrate calculated the integral from -infinity to +infinity of f(x) dx.

Since Biogeme 3.3, it is not available anymore. Instead, IntegrateNormal calculates the integral from -infinity to +infinity of f(x) * phi(x) dx, where phi(x) is the probability density function of the normal distribution.

biogeme.expressions.deprecated.bioDraws(*args, **kwargs)

Deprecated wrapper for Draws.

Warning

This function is deprecated and will be removed in a future version. Use Draws instead.

biogeme.expressions.deprecated.bioLinearUtility(*args, **kwargs)

Deprecated wrapper for LinearUtility.

Warning

This function is deprecated and will be removed in a future version. Use LinearUtility instead.

biogeme.expressions.deprecated.bioMax(*args, **kwargs)

Deprecated wrapper for BinaryMax.

Warning

This function is deprecated and will be removed in a future version. Use BinaryMax instead.

biogeme.expressions.deprecated.bioMin(*args, **kwargs)

Deprecated wrapper for BinaryMin.

Warning

This function is deprecated and will be removed in a future version. Use BinaryMin instead.

biogeme.expressions.deprecated.bioMultSum(*args, **kwargs)

Deprecated wrapper for MultipleSum.

Warning

This function is deprecated and will be removed in a future version. Use MultipleSum instead.

biogeme.expressions.deprecated.bioNormalCdf(*args, **kwargs)

Deprecated wrapper for NormalCdf.

Warning

This function is deprecated and will be removed in a future version. Use NormalCdf instead.

biogeme.expressions.deprecated.deprecated_wrapper(old_name, new_class, comment=None)[source]