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 4e178aa commit 36ac8a4Copy full SHA for 36ac8a4
basic_distributions/binormal.stan
@@ -1,7 +1,7 @@
1
transformed data {
2
matrix[2,2] Sigma = [[1, 0.1],
3
[0.1, 1]];
4
- vector[2] mu = [0,0]';
+ vector[2] mu = [0, 0]';
5
}
6
parameters {
7
vector[2] y;
0 commit comments