Biogeme: Python Library
2.5
|
Functions for the logit model. More...
Go to the source code of this file.
Functions | |
def | logit.logit_av_scale (V, availability, choice, group, scale) |
Compute the logit choice probability with utilities scaled according to the group. More... | |
def | logit.logit (V, choice) |
Compute the logit choice probability, where all alternatives are available. More... | |
def | logit.logit_scale (V, choice, group, scale) |
Compute the logit choice probability with utilities scaled according to the group. More... | |
Functions for the logit model.
Definition in file logit.py.