-
Add multiple variants to the model
1st step:
- [ ] Start from a simple case, without google mobility (`Tutorial01`)
- [ ] Set second variant to start at a certain date
- [ ] Use the mock dataset…
-
#### Summary:
I would like to see more flexibility in the specification of priors
#### Description:
The current specifications allowed for priors in, e.g., `stan_glm()`, are overly restrictive. T…
-
At the moment we use the last 3 seasons of data with all matches being weighted equally, i.e. matches 3 seasons ago are treated as important as matches this season when determining a team's (or player…
-
#### Summary:
Following on from [this issue in the brms repo](https://github.com/paul-buerkner/brms/issues/994), the R session on Windows will crash when repeatedly assigning to the same output.
T…
-
Hi - I'm interested in estimating a multilevel model with both a random intercept and random linear slope for a level 1 predictor via BART: e.g., if u(xi) and s(xi) are BART forests something like:
…
-
**Is your feature request related to a problem? Please describe.**
I would like to take a draw from MCMC or an optimum and use it as an init in `$sample()`, `$optimize()`, or `$variational()`.
I…
-
Currently `cmdstan_model()` outputs deprecation warning or syntax error and recommends running `stanc`, which is a completely foreign thing for R users. Improve the message to recommend using `$format…
-
#### Description:
Hi all, I have ran into another issue (on a different cluster) when running my stan code. The sampling executes as expected but afterwards an error is displayed
The stan .txt o…
-
# Description
Numerous solar proxies are available through https://lasp.colorado.edu/lisird/. Current, pysatSpaceWeather accesses some of the F10.7 products here. These routines could be generalize…
-
I have quite a few stan files for time series lying around and could contribute a module to this project.
`from abc import ABCMeta, abstractstaticmethod
from typing import Dict
import pystan as ps
…