statsmodels 是一個 Python 包,它為 scipy 提供了統計計算的補充,包括描述性統計以及統計模型的估計和推理。
最新版本的文件位於
https://www.statsmodels.org/stable/
開發版本的文件位於
https://www.statsmodels.org/dev/
發行說明中強調了最近的改進
https://www.statsmodels.org/stable/release/
文件備份可在 https://statsmodels.github.io/stable/ 和 https://statsmodels.github.io/dev/ 取得。
GitHub 上的主分支是最新的程式碼
https://www.github.com/statsmodels/statsmodels
發布標籤的源代碼下載可在 GitHub 上找到
https://github.com/statsmodels/statsmodels/tags
二進位檔案和原始碼發行版可從 PyPi 取得
https://pypi.org/project/statsmodels/
二進位檔案可以安裝在 Anaconda 中
conda 安裝 statsmodels
最新的 Nightly Wheel 可以使用 pip 安裝。
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple statsmodels --upgrade --use-deprecated=legacy-resolver
請參閱 INSTALL.txt 以了解要求或參閱文檔
https://statsmodels.github.io/dev/install.html
歡迎任何形式的貢獻,包括:
https://www.statsmodels.org/stable/dev/test_notes
有關在可編輯模式下安裝 statsmodels 的說明。
修改版 BSD(3 條款)
討論在郵件清單上進行
https://groups.google.com/group/pystatsmodels
並在問題追蹤器中。我們對有關可用性的回饋和改進建議非常感興趣。
錯誤報告可以提交給問題追蹤器:
https://github.com/statsmodels/statsmodels/issues