文件名称:pylogit:用于估计条件logit模型的python包
文件大小:1.35MB
文件格式:ZIP
更新时间:2024-05-21 08:02:05
discrete-choice Python
PyLogit PyLogit是一个Python软件包,用于对条件logit模型和类似的离散选择模型执行最大似然估计。 主要特点 它支持 条件Logit(类型)模型 多项式Logit模型 多项式不对称模型 多项式堵塞日志模型 多项式斯科比特模型 多项式不均匀Logit模型 多项式非对称Logit模型 嵌套Logit模型 混合Logit模型(具有正态混合分布) 它支持数据集,其中选择集因观察而异 它支持模型规格,其中给定变量的系数可能为 完全替代特定(即,每个备选方案一个系数,但要取决于系数的标识), 特定子集(即,每个备选子集一个系数,其中每个备选仅属于一个子集,并且子集多于1个,但少于J个子集,其中J是数据集中可用备选的最大数量), 完全通用(即所有替代方案中的一个系数)。 安装 可从: pip install pylogit 可通过: conda install -c
【文件预览】:
pylogit-master
----MANIFEST.in(59B)
----.github()
--------workflows()
----LICENSE.txt(1KB)
----CHANGELOG.rst(5KB)
----CONTRIBUTORS.txt(634B)
----src()
--------pylogit()
----images()
--------PyLogit_Final-small-04.png(80KB)
----requirements.txt(3KB)
----examples()
--------.ipynb_checkpoints()
--------notebooks()
--------data()
----.travis.yml(562B)
----requirements.in(126B)
----README.md(2KB)
----Makefile(288B)
----documents()
--------pylogit_computation.tex(46KB)
--------pylogit_computation.pdf(404KB)
----tests()
--------test_bootstrap_mle.py(22KB)
--------test_base_cm_predict.py(23KB)
--------test_construct_estimator.py(26KB)
--------test_mixed_logit.py(51KB)
--------test_nested_choice_calcs.py(37KB)
--------test_choice_tools.py(37KB)
--------test_base_multinomial_cm.py(62KB)
--------test_scobit.py(32KB)
--------test_asym_logit.py(42KB)
--------test_uneven_logit.py(29KB)
--------test_bootstrap_abc.py(31KB)
--------test_bootstrap_sampler.py(12KB)
--------__init__.py(0B)
--------test_estimation.py(12KB)
--------test_choice_calcs.py(74KB)
--------test_bootstrap_calcs.py(10KB)
--------test_nested_logit.py(13KB)
--------test_pylogit.py(12KB)
--------test_bootstrap_controller.py(52KB)
--------test_conditional_logit.py(12KB)
--------test_bootstrap_utils.py(3KB)
--------test_clog_log.py(24KB)
----.gitignore(454B)
----pyproject.toml(2KB)