-
Hello all,
I've been testing prophet-1.1.1 while building from sdist, and I ran into a problem - the resulting wheel is not functional, as embedded libraries are not properly linked in the stan mod…
-
#### Summary:
Allow setting a new variable, `TARGET_OS`, which is used instead of `OS` when it determines a property of the compiled files.
#### Description:
The existing codebase assumes tha…
-
CmdStanPy has a nice progress bar that we can implement in R too.
We are currently using `processx::run(..., echo=TRUE)` so that the R user sees the output directly from CmdStan, but processx prov…
-
Using the code example :
```
using RDatasets, StatsPlots
iris = dataset("datasets", "iris");
@df iris andrewsplot(:Species, cols(1:4))
```
results in the following error:
`ERROR: Expec…
-
`F` is defined in the stan code in `C. Calculating the Rt in Stan.ipynb` as follows:
> for (k in 1:upper_bound)
F_tmp[k] = ReportDelay[upper_bound+1-k];
F = head(F_tmp, K);
`F` is …
-
Hi brian:
I tried to install matlabstan following the instructions on wiki to my windows system(cmdstan 2.31.0 from cmdstanr, MatlabProcessManager and matlabstan from your project). I also modif…
-
I am trying to use prophet package with pyodide in the browser. It says no module named "prophet". can you please add "Prophet" package? (https://pyodide.org/en/stable/usage/packages-in-pyodide.html )…
-
#### Summary:
After long reading and going through code I still can't turn on the pedantic mode from cmdstanpy.
I think that it should be given as an example.
Search through documentation for 'ped…
-
Thought I'd open a thread here. Easier than twitter!
I've forked and have a new version with two primary changes
1. I added ```numWarmup``` to ```StanExeConfig``` (and various required downstream …
-
**Is your feature request related to a problem? Please describe.**
We support code profiling of our stan model but have not made as much use of it as we should. A sensible first tasks would be to use…