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
IntegrateNormalinstead.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
Drawsinstead.
- biogeme.expressions.deprecated.bioLinearUtility(*args, **kwargs)¶
Deprecated wrapper for
LinearUtility.Warning
This function is deprecated and will be removed in a future version. Use
LinearUtilityinstead.
- biogeme.expressions.deprecated.bioMax(*args, **kwargs)¶
Deprecated wrapper for
BinaryMax.Warning
This function is deprecated and will be removed in a future version. Use
BinaryMaxinstead.
- biogeme.expressions.deprecated.bioMin(*args, **kwargs)¶
Deprecated wrapper for
BinaryMin.Warning
This function is deprecated and will be removed in a future version. Use
BinaryMininstead.
- biogeme.expressions.deprecated.bioMultSum(*args, **kwargs)¶
Deprecated wrapper for
MultipleSum.Warning
This function is deprecated and will be removed in a future version. Use
MultipleSuminstead.
- biogeme.expressions.deprecated.bioNormalCdf(*args, **kwargs)¶
Deprecated wrapper for
NormalCdf.Warning
This function is deprecated and will be removed in a future version. Use
NormalCdfinstead.