This is an old version, view current version.
10.2 Lower bounded scalar
Stan uses a logarithmic transform for lower and upper bounds.
Lower bound transform
If a variable X is declared to have lower bound a, it is transformed to an unbounded variable Y, where
Y=log(X−a).