transformed data { vector[7] y = [-3, -2, -1, 0, 1, 2, 3]'; } parameters { real mu; } model { target += normal_lpdf(y | mu, 1); }