I'd guess you're generating data for which epsilon is not in (-10, 10)
and therefore your uniform sampling (which isn't doing anything because
epsilon is data and the bounds are data), will cause it to fail.
You need a constraint on epsilon, <lower=-10, upper=10>, you'll probably
find the bad data items.
We generally prefer naturally constrained parameters and proper continuous
priors rather than intervals, which are dangerous both statistically and
computationally.
- Bob
> --
> You received this message because you are subscribed to the Google Groups "Stan users mailing list" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
stan-users+...@googlegroups.com.
> To post to this group, send email to
stan-...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.