You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author = {Carpenter, Bob and Gelman, Andrew and Hoffman, Matthew D and Lee, Daniel and Goodrich, Ben and Betancourt, Michael and Brubaker, Marcus and Guo, Jiqiang and Li, Peter and Riddell, Allen},
3
-
journal = {Journal of statistical software},
4
-
number = {1},
5
-
publisher = {Columbia Univ., New York, NY (United States); Harvard Univ., Cambridge, MA~{\ldots}},
6
-
title = {Stan: A probabilistic programming language},
7
-
volume = {76},
8
-
year = {2017}
2
+
author = {Carpenter, Bob and Gelman, Andrew and Hoffman, Matthew D and Lee, Daniel and Goodrich, Ben and Betancourt, Michael and Brubaker, Marcus and Guo, Jiqiang and Li, Peter and Riddell, Allen},
3
+
journal = {Journal of statistical software},
4
+
number = {1},
5
+
publisher = {Columbia Univ., New York, NY (United States); Harvard Univ., Cambridge, MA~{\ldots}},
6
+
title = {Stan: A probabilistic programming language},
7
+
volume = {76},
8
+
year = {2017}
9
+
}
10
+
11
+
@article{Carpenter2018,
12
+
title={Predator-Prey Population Dynamics: the Lotka-Volterra model in Stan},
Copy file name to clipboardExpand all lines: paper/paper.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'stan-playground: Run Stan models directly in your browser.'
2
+
title: "stan-playground: Run Stan models directly in your browser."
3
3
tags:
4
4
- WebAssembly
5
5
- Stan
@@ -20,9 +20,9 @@ authors:
20
20
equal-contrib: true
21
21
affiliation: 1
22
22
affiliations:
23
-
- name: Center for Computational Mathematics, Flatiron Institute
24
-
index: 1
25
-
ror: 00sekdz59
23
+
- name: Center for Computational Mathematics, Flatiron Institute
24
+
index: 1
25
+
ror: 00sekdz59
26
26
date: 10 October 2025
27
27
bibliography: paper.bib
28
28
---
@@ -35,6 +35,14 @@ Web interface for Stan [@Carpenter2017; @Stan2025]
35
35
36
36
Stan is difficult to install.
37
37
38
+
# Examples
39
+
40
+
Stan-Playground provides several example programs on the left
41
+
sidebar of the home page at various levels of complexity, spanning from a basic
42
+
linear regression on fake data to
43
+
[a reimplementation of the model and analysis](https://stan-playground.flatironinstitute.org/?project=https://gist.github.com/WardBrian/d8ab811b137085f154b6145d3c36cbc4)
44
+
from @Carpenter2018.
45
+
38
46
<!-- # Mathematics
39
47
40
48
Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$
0 commit comments