Skip to content

Commit 9cab4c1

Browse files
committed
Bug fix and unit_vector test model.
1 parent e7697bf commit 9cab4c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

transforms/unit_vector.stan

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters {
2+
unit_vector[3] theta;
3+
}
4+
model {
5+
/* uniform over simplex */
6+
}

0 commit comments

Comments
 (0)