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
{{ message }}
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
In the previous FBU implementation, we defined an initial hyperbox with some range for each bin, i.e. N_bin intervals being sampled.
Now with pymc we are passing in just two values, for example lower and upper:
Do we need to define N intervals? can we afford to just define one interval, or is this going to be an issue when the bin content varies by orders of magnitude?
The actual first thing to do is to write a test with a steeply falling distribution.
In the previous FBU implementation, we defined an initial hyperbox with some range for each bin, i.e. N_bin intervals being sampled.
Now with pymc we are passing in just two values, for example
lowerandupper:Do we need to define N intervals? can we afford to just define one interval, or is this going to be an issue when the bin content varies by orders of magnitude?
The actual first thing to do is to write a test with a steeply falling distribution.