APPLPy 0.2.0
v0.2.0, 17 SEPTEMBER 2014
New Capabilities:
1. Bayesian statistics module has been added. Capabilities
include:
a. Computing posterior distributions
b. Computing posterior predictive distributions
c. Computing Jeffreys Priors
d. Credible Sets
2. Functionality added for discrete random variables in
functional forms for the following procedures:
a. All procedures for changing functional form
(i.e. CDF to PDF)
b. All expected value procedures
3. New Random Variable types added (new distributions are
listed in the startup menu)
4. KS Test added to the statistics module
Fixed Bugs:
1. PlotDist now supports univariate discrete random
variables
2. Random Variables no longer default to floating point
numbers when it produces output. Computation of
exact distributions is now possible
3. PlotDist now appears in the iPython Notebook when the
command %pylab inline is entered