Stat Cookbook Versions Save

:orange_book: The probability and statistics cookbook

0.2.7

2 years ago

This release fixes a typo in the MGF of the Negative Binomial distribution. (#29)

Thanks to @Acha94 for reporting!

0.2.6

6 years ago

The formula that describes a quotient transformation of two random variables contained a mistake. Spotted and fixed by @Rodvi via #20.

0.2.5

6 years ago

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.

Spotted by Catherine Tousey.

0.2.4

7 years ago

This release resolves #19, an invalid equivalence relationship that should have been an implication.

Spotted by @alphaville.

0.2.3

7 years ago

This commit fixes two issues reported by @allipatev (#18):

  1. A botched formula involving conditional expectation.
  2. A missing note that an identity only works for discrete random variables.

0.2.2

7 years ago

This release fixes a typo (Y -> X) in the variance of a sum of correlated random variables.

Contributed by Adrian Bartnik (@whoww)

0.2.1

7 years ago

This release fixes a typo in the variance of the Pareto distribution.

Spotted by Carlo Cavalieri.

0.2

8 years ago

This release primarily fixes how expectation and variance was shown in the multinomial distribution (#14). In particular, @faridcher contributed the following changes:

  • Use matrix instead of scalar form for multinomial (b0a8912)
  • Exclude *.gz files created during compilation (3b30e26)
  • Add missing d\theta in posterior mean (af30a34)
  • Add constraint on Students't expectation (7d0082e)

This release also improves the build process on Windows (#15).

0.1.4

8 years ago

This release includes the following changes:

  • Fix inconsistency between parameterization of Exponential and Gamma distribution (#13).
  • Add new special cases of the Gamma function.
  • Switch table-of-contents color from aggressive red to black.
  • Use lighter blue for link and citation colors.

0.1.3

8 years ago

The parameters in the plots from exponential and gamma versions did not correspond to what the plots were showing. While the legend contained the scale parameter beta, the plot parameterization used the rate parameter lambda.

Caught by Farid Cheraghi.