Biogeme: Python Library
2.5
|
Functions for the cross-nested logit model. More...
Go to the source code of this file.
Functions | |
def | cnl.cnl_avail (V, availability, nests, choice) |
Implements the cross-nested logit model as a MEV model. More... | |
def | cnl.logcnl_avail (V, availability, nests, choice) |
Implements the log of the cross-nested logit model as a MEV model. More... | |
def | cnl.cnlmu (V, availability, nests, choice, bmu) |
Implements the cross-nested logit model as a MEV model with the homogeneity parameters is explicitly involved. More... | |
def | cnl.logcnlmu (V, availability, nests, choice, bmu) |
Implements the log of the cross-nested logit model as a MEV model with the homogeneity parameters is explicitly involved. More... | |
Functions for the cross-nested logit model.
Definition in file cnl.py.