This release resolves #19, an invalid equivalence relationship that should have been an implication.
Spotted by @alphaville.
This commit fixes two issues reported by @allipatev (#18):
- A botched formula involving conditional expectation.
- A missing note that an identity only works for discrete random variables.
mavam
released this
This release fixes a typo (Y -> X) in the variance of a sum of correlated random variables.
Contributed by Adrian Bartnik (@whoww)
mavam
released this
This release fixes a typo in the variance of the Pareto distribution.
Spotted by Carlo Cavalieri.
mavam
released this
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).
mavam
released this
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.
mavam
released this
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.
mavam
released this
This release fixes a typo of an invalid index in the summation in a formula in section §19.3 Smoothing Using Orthogonal Functions.
Spotted by Carsten Oppitz.