Brian Ward
Brian Ward
It would be great to support [stan](mc-stan.org) There are icons available here: https://github.com/stan-dev/logos
**Is your feature request related to a problem? Please describe.** I want to redraw just a small part of the screen I've created. In something like Tk, I would use...
This is based on https://github.com/stan-dev/stanc3/issues/1162 The following functions do not fully compile in expression tests when added to stanc. I've attached gists which show the compiler errors. * [ ]...
## Description This follows on from the work described in #1197 and is necessary for #2740. In order to allow the computation of derivatives of complex-matrix-valued functions, we need versions...
## Description Print and reject should both properly handle the printing of tuples. A call `stan::math::print(std::tuple{1, 2.5})` should result in printing `(1, 2.5)`
After FFT (#20) another complex-valued special function which would be good to have is Schur decomposition: https://en.wikipedia.org/wiki/Schur_decomposition This is probably a natural candidate to be the first function in the...
Stan::Math exposes `value_type_t`, `base_type_t`, and `scalar_type_t`. Here is what the docs have to say about each: - value_type_t: Helper function for accessing underlying type. - base_type_t: [ (no documentation)](https://mc-stan.org/math/da/dce/namespacestan.html#ac0fcd9f3e82f72b645ce2eaf9d9a3eea) -...
CmdStanPy allows you to run a [standalone generated quantities run](https://cmdstanpy.readthedocs.io/en/stable-0.9.65/generate_quantities.html) which returns a different data object than the standard `.sample()` method. That said, I believe it contains everything you'd need...
Cmdstan PR: https://github.com/stan-dev/cmdstan/pull/1107/ Updated by https://github.com/stan-dev/cmdstan/pull/1108
CmdStan PR: https://github.com/stan-dev/cmdstan/pull/1106 Working branch here: https://github.com/stan-dev/cmdstanpy/tree/feature/generalized-gq/