I believe this is because you’ve declared the vector with a constraint:
vector<lower=0>[N] fd;
Constraints aren’t used in the model block
I believe this is because you’ve declared the vector with a constraint:
vector<lower=0>[N] fd;
Constraints aren’t used in the model block