stan
Here are 256 public repositories matching this topic...
-
Updated
Nov 21, 2020 - Python
To be more in line with the rest of the regression families I think it would be a good idea to support lognormal distribution reparameterized with mean and standard deviation on the natural scale.
Here is the reparametrization (from ProbOnto, https://sites.google.com/site/probonto/download):
$P\left(x ; \boldsymbol{\mu}{N}, \boldsymbol{\sigma}{N}\right)=\frac{1}{x \sqrt{2 \pi \log \left
-
Updated
Sep 8, 2020 - Jupyter Notebook
-
Updated
Jan 29, 2021 - C++
-
Updated
Nov 26, 2020 - R
Here's Stan code I put together. The rng function includes lower and upper bounds because I needed a truncated distribution but can be removed to be consistent with other rng functions.
real loglogistic_lpdf (real y, real alpha, real beta){
real lalpha = log(alpha);
real numerator = log(beta) - lalpha + (beta - 1) * (log(y) - lalpha);
return numerator - 2 * (log1p( (y
-
Updated
Nov 24, 2020 - 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?
-
Updated
Jan 4, 2021 - R
-
Updated
Jan 20, 2021 - R
-
Updated
Dec 18, 2020 - R
-
Updated
Jan 6, 2021 - Go
-
Updated
Nov 25, 2020 - R
-
Updated
Mar 22, 2019 - HTML
-
Updated
Dec 20, 2020 - R
-
Updated
Jan 19, 2021 - Julia
-
Updated
Dec 2, 2018 - HTML
-
Updated
Jan 22, 2021 - R
-
Updated
Oct 5, 2020 - R
-
Updated
Mar 5, 2019 - MATLAB
-
Updated
May 6, 2020 - Stan
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