Biogeme: Python Library
4.6a
|
Piecewise linear specification of a variable. More...
Go to the source code of this file.
Functions | |
def | piecewise.piecewise (x, beta, slopes) |
Choice probability for a MEV model. | |
def | piecewise.logmev (V, Gi, av, choice) |
Log of the choice probability for a MEV model. More... | |
def | piecewise.mev_selectionBias (V, Gi, av, correction, choice) |
Choice probability for a MEV model, including the correction for endogenous sampling as proposed by Bierlaire, Bolduc and McFadden (2008). More... | |
def | piecewise.logmev_selectionBias (V, Gi, av, correction, choice) |
Log of choice probability for a MEV model, including the correction for endogenous sampling as proposed by Bierlaire, Bolduc and McFadden (2008). More... | |
Piecewise linear specification of a variable.
Definition in file piecewise.py.