Jouni Helske
Jouni Helske
**Reviewers:** Submitting Author: Jouni Helske (@helske) Other Package Authors: (delete if none) Name (@mvihola) Repository: https://github.com/helske/bssm Version submitted: 2.0.0 Submission type: Stats Badge grade: silver Editor: @bbolker Reviewers: @kingaa Due...
The newish [categorical_logit_glm](https://mc-stan.org/docs/2_29/functions-reference/categorical-logit-glm.html) function is a great improvement over "manual" softmax regression in terms of efficiency, but I noticed that the current signatures do not allow a case where each...
It would be nice to have option to flip the tree into top-to-bottom format.
**Is your feature request related to a problem? Please describe.** I just found out that you can easlity access the mass matrix from `cmdstanr` via `fit$inv_metric`. Thanks for this! However,...
#### Summary: You can't save the CSV output of Stan user-defined files if the user does not have execute permissions on that folder. #### Description: When using `sample_file` and `diagnostic_file`...
From latest CRAN checks: ``` src/Makevars.in: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++ src/Makevars.in: it is not portable to include multiple SHLIB_OPENMP_*' macros in PKG_LIBS ``` I...
Getting a note on CRAN's Debian pretest: ``` Examples with CPU time > 2.5 times elapsed time user system elapsed ratio exchange 1.196 0.04 0.159 7.774 ``` Nothing in that...
Currently, all time-varying covariates should be included in one `rw1` and `rw2` calls, with identical priors. This can be problematic in some cases. It would be relatively straightforward to parse...
Current implementation of the simulation smoother algorithm used in `walker_glm` is somewhat slow, as I am not taking account the fact that we are simulating multiple samples from the same...
Currently returning the posterior samples from Stan to R is very slow due to the CSV reading implemented in `rstan`, as is documented for example in here: https://github.com/stan-dev/rstan/issues/1018. There is...