stan
Here are 278 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Python
Hi,
is there any plan to implement the Generalized Pareto Distribution in brms (paul-buerkner/brms#110 (comment))? I am playing around with an extreme values analysis and it looks like extremes collected as Peak Over Threshold are better represented by the GPD instead of the generalized extreme value distribution, which I am so happy to see already in `b
-
Updated
Jul 19, 2021 - Jupyter Notebook
-
Updated
Jun 24, 2021 - C++
-
Updated
Jul 19, 2021 - R
Is your feature request related to a problem? Please describe.
While sales forecasting, it is necessary that the model is given the input about the promotions, special events that are taken care of in the prophet model as the holiday effect. Does orbit support this feature?
Summary:
The functions for the categorical distribution only accept a column vector, it would be great if it could accept also row vectors.
Description:
I use the categorical distribution to go over a matrix N_obs x N_probabilities, so it's more natural for me to use row vectors than column vectors.
Current functions:
real categorical_lpmf(ints y | vector theta)
real
-
Updated
Apr 18, 2021 - R
-
Updated
Jul 19, 2021 - R
-
Updated
Jun 21, 2021 - R
-
Updated
Apr 13, 2021 - R
-
Updated
May 26, 2021 - Go
-
Updated
Nov 25, 2020 - R
-
Updated
Mar 22, 2019 - HTML
-
Updated
Jun 30, 2021 - R
-
Updated
Jul 24, 2021 - Julia
-
Updated
Feb 23, 2021 - Jupyter Notebook
-
Updated
Dec 2, 2018 - HTML
-
Updated
Jul 21, 2021 - R
-
Updated
Jun 17, 2021 - R
-
Updated
Mar 5, 2019 - MATLAB
Vignettes
Vignettes to-do list:
-
filtering returned parameters from
$draws()
Showcase how one can read in only selected parameters. -
variational inference (done in #210)
-
optimization (done in #210)
-
profiling (done in #435)
-
standalone generate_quantities
-
vignette on how to use different draws formats
-
example with changing adapt delta and max_tr
Improve this page
Add a description, image, and links to the stan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stan topic, visit your repo's landing page and select "manage topics."
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
Current Version:
v2.23.0