Skip to content

Commit

Permalink
stan demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jachym.Barvinek committed Jul 31, 2024
1 parent 152c9ba commit a4d7986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stan_demos/seasonality.stan
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data {
int<lower=0> N, K, F;
int<lower=0> N, F;
row_vector[N] x; // "timestamps"
vector<lower=0>[N] y;
}
Expand Down

0 comments on commit a4d7986

Please sign in to comment.