data { int N; vector[N] y; } parameters { real sigma; real mu; } model { y ~ normal(mu, sigma); }