8000 Tags · mavam/stat-cookbook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mavam/stat-cookbook

Tags

0.2.7

Toggle 0.2.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mavam Matthias Vallentin
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.

0.2.6

Toggle 0.2.6's commit message
Simplify copyright

0.2.5

Toggle 0.2.5's commit message
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.

0.2.4

Toggle 0.2.4's commit message
Fix typo in expectation relationship

Resolves #19

0.2.3

Toggle 0.2.3's commit message
Bump version to 0.2.3

0.2.2

Toggle 0.2.2's commit message
Bump version to 0.2.2

0.2.1

Toggle 0.2.1's commit message
Fix variance of Pareto distribution

Spotted by Carlo Cavalieri.

0.2

Toggle 0.2's commit message
Embed version in LaTeX source

This avoids bug with some LaTeX compilers which have trouble using
\input for files without extension.

Resolves #15.

0.1.4

Toggle 0.1.4's commit message
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.

0.1.3

Toggle 0.1.3's commit message
Fix plots of exponential and gamma

Reported by Farid Cheraghi.
0