Biogeme: Python Library  2.5
Functions
nested.py File Reference

Functions for the nested logit model. More...

Go to the source code of this file.

Functions

def nested.getMevForNested (V, availability, nests)
 Implements the MEV generating function for the nested logit model. More...
 
def nested.nested (V, availability, nests, choice)
 Implements the nested logit model as a MEV model. More...
 
def nested.lognested (V, availability, nests, choice)
 Implements the log of a nested logit model as a MEV model. More...
 
def nested.nestedMevMu (V, availability, nests, choice, mu)
 Implements the nested logit model as a MEV model, where mu is also a parameter, if the user wants to test different normalization schemes. More...
 
def nested.lognestedMevMu (V, availability, nests, choice, mu)
 Implements the log of the nested logit model as a MEV model, where mu is also a parameter, if the user wants to test different normalization schemes. More...
 

Detailed Description

Functions for the nested logit model.

Definition in file nested.py.

Copyright 2016 Michel Bierlaire