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
Make legend background transparent
More recent versions of ggplot cause the legend background to lay on top
of the borders of grid, thereby creating a big ugly gap. Making the
background transparent is the easiest fix, and works well for our theme.
Fix CDF of F distribution
The CDF formula of the F distribution contained a typo where d_1 got
repeated twice instead of being once d_1 and once d_2.
Reported by Catherine Tousey.
Consistently use Gamma & Exponential distribution
Textbooks use the beta parameter with different semantics. Some use it
as rate parameter and some as inverse scale. This commit switches
Gamma and Expoential distribution over to the rate parameterization, and
adds a footnote to clarify this notational inconsistency.
Closes#13.