You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SampleFromUniform initializes all parameters uniformly in the range [-2, 2]. Sometimes it is helpful to initialize over a wider range. RStan offers the init_r parameter for increasing or decreasing the bounds, and it would be useful to have that here as well.
What if SampleFromUniform had a field like upper or scale, defaulting to 2?