Skip to content

APPLPy 0.2.0

Compare
Choose a tag to compare
@MthwRobinson MthwRobinson released this 18 Sep 01:55
· 234 commits to master since this release

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