简介
PyStan是Stan编程语言的Python接口,Stan是一种用于统计建模和数据分析的概率编程语言。PyStan使用户能够在Python环境中定义、编译和采样Stan模型。
安装步骤
首先,需要先安装 Cython
pip install Cython -i https://mirrors.aliyun.com/pypi/simple/
然后,再安装 pystan
pip install pystan -i https://mirrors.aliyun.com/pypi/simple/
安装结果