We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7697bf commit 9cab4c1Copy full SHA for 9cab4c1
transforms/unit_vector.stan
@@ -0,0 +1,6 @@
1
+parameters {
2
+ unit_vector[3] theta;
3
+}
4
+model {
5
+ /* uniform over simplex */
6
0 commit comments