-
**Issue by [betanalpha](https://github.com/betanalpha)**
_Sunday Apr 10, 2016 at 21:32 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1853_
----
#### Summary:
The covariance es…
-
Running generated quantities block that works fine with `sampling()` method can fail with `generate_quantities()` method. This is caused as by default `sig_figs=6` and thus the mapping to rounded stor…
-
#### Summary:
Seeing error when using `neg_binomial_2()` family: `could not find function "glmer"`
#### Description:
I see the following when using the `family = list(neg_binomial_2())`:
```r
…
-
first thought i wanted to rename `other_args` to something specific to `metab_Kmodel`, because that's silly to have such a generically named argument that applies to just one model.
but then maybe t…
-
Hi,
I have trouble to install the package. When I do
install.packages("ssMousetrack", repos = "http://cran.r-project.org")
it gives compiling error, such as
adj_jac_apply.hpp:530:5: error…
-
#### Summary:
Sparse matrix arithmetic using `csr_matrix_times_vector()` seems to trigger sanitizer "misaligned address" errors.
#### Description:
My package multinma that fits models using rst…
-
**Describe the issue**
Sorry I wasn't sure where to post as I can't tell if this is a bug or not. At least I can't replicate the issue with a simpler bit of code so it very well maybe an issue on m…
-
The Pareto Smoothed Importance Sampling $\hat{k}$ diagnostic (as described by [Yao et al. (2018)](https://arxiv.org/pdf/1802.02538)) can be used to determine if a surrogate posterior determined with v…
-
-
### Intro
I've been playing around with different approaches to efficiently computing Kronecker products, with particular interest in the cases where both input matrices are either covariance matrice…