Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 741 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 741 Bytes

Choice Modeling

Modeling of choice behavior based on Random Utility Theory implemented using Python.

Models

  • Multinomial Logit Model (MNL)
  • Nested Logit Model (NL)
  • TasteNet-MNL [Han+, 2020]

For Mixed Logit Model (MXL) and Latent Class Logit Model (LCCM), I recommend using the Python package xlogit or the R packages mlogit and flemix.

References