Skip to content

Commit 19eb201

Browse files
committed
fix model Gaussian
1 parent d46bc65 commit 19eb201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bayesian_Cognitive_Modeling/ParameterEstimation/Gaussian/Gaussian_Stan.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ model <- "
1717
// Inferring the Mean and Standard Deviation of a Gaussian
1818
data {
1919
int<lower=1> n;
20-
vector[n]<lower=0> x;
20+
vector<lower=0>[n] x;
2121
}
2222
parameters {
2323
real mu;

0 commit comments

Comments
 (0)