From e2daf5fd17051815fa5a960060b646cc461cf6d2 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sun, 7 Nov 2004 05:07:29 +0000 Subject: [PATCH] Updated to reflect distribution package changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141493 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 0f21f802b..997e126ad 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -83,7 +83,17 @@ The type attribute can be add,update,fix,remove. Fixed error in SimpleRegression.getSignificance. Value returned was off by a factor of 2 (did not match javadoc). - + + + Refactored distribution package so that mixed distributions and + discrete distributions with non-integer values can be represented. + Added Distribution base interface as well as IntegerDistribution + extending DiscreteDistribution. Previously existing discrete + distributions now implement IntegerDistribution. + + + Added Poisson distribution implementation. +