pystan
pystan copied to clipboard
PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
https://www.python.org/download/pre-releases
Deleting model fits from cache in a simulation setting (where each model is given a different seed)
#### Describe the problem with the documentation I am working with STAN models in a simulation study, using PyStan, where I implement the same model multiple times with different values...
Make effective sample size is available via `stan::analyze::compute_effective_sample_size` (via httpstan).
Address this kind of warning: ``` Declaration of arrays by placing brackets after a variable name is deprecated and will be removed in Stan 2.32.0. Instead use the array keyword...
Hi there, After skimming through the PyStan documentation, I just realized that there is no easy way to set a maximum number of cores within PyStan itself. I saw a...
Fixes #366 Fixes the formula to calculate `num_samples_saved`. Updates a test in `tests/test_normal.py` to hit this specific problem for both `num_samples` and `num_warmup` when `save_warmup=True`.
#### Describe the bug Currently defined formula is right only on even number of samples. num_samples_saved = (self.num_samples + self.num_warmup * self.save_warmup) // self.num_thin In `stan` C++ the samples are...
I ran into the following errors and warnings, while trying to get started with stan/pystan using the documentation at https://pystan.readthedocs.io/en/latest/ This is what is there now: ``` import stan schools_code...
Hi, is there currently any support at all for M1 mac? If not, is there any plan to add that support?
#### Python3.12 Installation Issues When downloading pystan using python3.12 it fails. #### Describe your system WSL2 Ubuntu 22.04 Python 3.12 #### Steps/Code to Reproduce Install python 3.12 make venv pip...