svn commit: r545192 - in /jakarta/commons/proper/math/trunk/src: java/org/apache/commons/math/distribution/ test/org/apache/commons/math/distribution/

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 07:35:04 2007 New Revision: 545192 URL: http://svn.apache.org/viewvc?view=rev&rev=545192 Log: Removed dependency on DistributionFactory. Removed: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/distribu

svn commit: r545184 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/PoissonDistributionImpl.java

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 06:55:36 2007 New Revision: 545184 URL: http://svn.apache.org/viewvc?view=rev&rev=545184 Log: Removed dependency on DistributionFactory. Added settable normal distribution field. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/com

svn commit: r545179 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/ChiSquaredDistributionImpl.java

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 06:44:09 2007 New Revision: 545179 URL: http://svn.apache.org/viewvc?view=rev&rev=545179 Log: Removed dependency on DistributionFactory. Added settable gamma distribution field. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/com

svn commit: r545174 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 06:30:19 2007 New Revision: 545174 URL: http://svn.apache.org/viewvc?view=rev&rev=545174 Log: Removed dependency on DistributionFactory. Added settable chi-squared distribution field. Modified: jakarta/commons/proper/math/trunk/src/java/org/ap

svn commit: r545169 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference/TTestImpl.java

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 06:22:45 2007 New Revision: 545169 URL: http://svn.apache.org/viewvc?view=rev&rev=545169 Log: Removed dependency on DistributionFactory. Added settable t distribution field. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/

svn commit: r545161 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/regression/SimpleRegression.java

2007-06-07 Thread brentworden
Author: brentworden Date: Thu Jun 7 06:08:57 2007 New Revision: 545161 URL: http://svn.apache.org/viewvc?view=rev&rev=545161 Log: Removed dependency on DistributionFactory. Added settable t distribution field. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/

svn commit: r525842 - in /jakarta/commons/proper/math/trunk: ./ src/java/org/apache/commons/math/random/RandomDataImpl.java src/test/org/apache/commons/math/random/RandomDataTest.java xdocs/changes.xm

2007-04-05 Thread brentworden
Author: brentworden Date: Thu Apr 5 08:19:57 2007 New Revision: 525842 URL: http://svn.apache.org/viewvc?view=rev&rev=525842 Log: MATH-153: Corrected nextInt and nextLong to handle wide value ranges. Modified: jakarta/commons/proper/math/trunk/ (props changed) jakarta/commons/pr

svn commit: r525837 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution: DistributionFactory.java DistributionFactoryImpl.java PascalDistribution.java PascalDistribut

2007-04-05 Thread brentworden
Author: brentworden Date: Thu Apr 5 07:48:48 2007 New Revision: 525837 URL: http://svn.apache.org/viewvc?view=rev&rev=525837 Log: MATH-120: finished review of pascal distribution. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribu

svn commit: r365680 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/complex/ComplexFormat.java xdocs/changes.xml

2006-01-03 Thread brentworden
Author: brentworden Date: Tue Jan 3 08:47:38 2006 New Revision: 365680 URL: http://svn.apache.org/viewcvs?rev=365680&view=rev Log: PR: 38091 ComplexFormat was not formatting double values with the provided NumberFormat. Instead, the real part format was always used. Modified: jak

svn commit: r365678 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/complex/ComplexFormat.java xdocs/changes.xml

2006-01-03 Thread brentworden
Author: brentworden Date: Tue Jan 3 08:41:19 2006 New Revision: 365678 URL: http://svn.apache.org/viewcvs?rev=365678&view=rev Log: undoing revision 365663. committed to wrong branch. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/com

svn commit: r365663 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/complex/ComplexFormat.java xdocs/changes.xml

2006-01-03 Thread brentworden
Author: brentworden Date: Tue Jan 3 07:30:25 2006 New Revision: 365663 URL: http://svn.apache.org/viewcvs?rev=365663&view=rev Log: PR: 38091 ComplexFormat was not formatting double values with the provided NumberFormat. Instead, the real part format was always used. Modified: jak

svn commit: r279607 - /jakarta/commons/proper/math/branches/MATH_1_1/maven.xml

2005-09-08 Thread brentworden
Author: brentworden Date: Thu Sep 8 12:57:29 2005 New Revision: 279607 URL: http://svn.apache.org/viewcvs?rev=279607&view=rev Log: (empty) Modified: jakarta/commons/proper/math/branches/MATH_1_1/maven.xml Modified: jakarta/commons/proper/math/branches/MATH_1_1/maven.xml URL:

svn commit: r240383 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/fraction/FractionFormatTest.java

2005-08-26 Thread brentworden
Author: brentworden Date: Fri Aug 26 20:31:40 2005 New Revision: 240383 URL: http://svn.apache.org/viewcvs?rev=240383&view=rev Log: added test cases to increase test coverage. Modified: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/fraction/FractionFormatTest.

svn commit: r240245 - in /jakarta/commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/ java/org/apache/commons/math/distribution/ test/org/apache/commons/math/ test/org/apache/commons

2005-08-26 Thread brentworden
Author: brentworden Date: Fri Aug 26 07:05:45 2005 New Revision: 240245 URL: http://svn.apache.org/viewcvs?rev=240245&view=rev Log: Merged changes in MATH_1_1 branch to trunk. This includes revision 234481 through revision 240244. Modified: jakarta/commons/proper/math/trunk/src/java

svn commit: r240244 - in /jakarta/commons/proper/math/branches/MATH_1_1: ./ src/test/org/apache/commons/math/linear/ src/test/org/apache/commons/math/stat/

2005-08-26 Thread brentworden
Author: brentworden Date: Fri Aug 26 06:40:32 2005 New Revision: 240244 URL: http://svn.apache.org/viewcvs?rev=240244&view=rev Log: added test cases to provide better test code coverage. Modified: jakarta/commons/proper/math/branches/MATH_1_1/project.xml jakarta/commons/proper/

svn commit: r240163 - in /jakarta/commons/proper/math/branches/MATH_1_1/src: java/org/apache/commons/math/distribution/ test/org/apache/commons/math/ test/org/apache/commons/math/distribution/

2005-08-26 Thread brentworden
Author: brentworden Date: Thu Aug 25 22:00:02 2005 New Revision: 240163 URL: http://svn.apache.org/viewcvs?rev=240163&view=rev Log: PR 36215: Fixed summation problem from adding very small point probabilities. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/ap

svn commit: r239310 - /jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java

2005-08-22 Thread brentworden
Author: brentworden Date: Mon Aug 22 20:13:45 2005 New Revision: 239310 URL: http://svn.apache.org/viewcvs?rev=239310&view=rev Log: fogot @since javadoc tag. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/distribu

svn commit: r239305 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/analysis/UnivariateRealSolverImpl.java xdocs/changes.xml

2005-08-22 Thread brentworden
Author: brentworden Date: Mon Aug 22 20:04:07 2005 New Revision: 239305 URL: http://svn.apache.org/viewcvs?rev=239305&view=rev Log: PR 36232: Added protection against numerical overflow and underflow in the isBracketing method. Modified: jakarta/commons/proper/math/branches/MATH_1_1

svn commit: r239294 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/complex/ src/java/org/apache/commons/math/distribution/ src/java/org/apache/commons/math/special/ src/java

2005-08-22 Thread brentworden
Author: brentworden Date: Mon Aug 22 19:27:17 2005 New Revision: 239294 URL: http://svn.apache.org/viewcvs?rev=239294&view=rev Log: Merged changes in MATH_1_1 branch to trunk. This includes revision 232577 through revision 234481. Modified: jakarta/commons/proper/math/trunk/src/java

svn commit: r234481 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml

2005-08-22 Thread brentworden
Author: brentworden Date: Mon Aug 22 05:54:42 2005 New Revision: 234481 URL: http://svn.apache.org/viewcvs?rev=234481&view=rev Log: PR: 36300 Fixed division by zero error in rounding methods. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/

svn commit: r233996 - in /jakarta/commons/proper/math/branches/MATH_1_1/src: java/org/apache/commons/math/stat/ java/org/apache/commons/math/util/ test/org/apache/commons/math/linear/ test/org/apache/

2005-08-19 Thread brentworden
Author: brentworden Date: Fri Aug 19 21:26:27 2005 New Revision: 233996 URL: http://svn.apache.org/viewcvs?rev=233996&view=rev Log: added test cases to increase test coverage. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/stat/StatUtils.

svn commit: r233412 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java xdocs/changes.xml

2005-08-18 Thread brentworden
Author: brentworden Date: Thu Aug 18 20:14:16 2005 New Revision: 233412 URL: http://svn.apache.org/viewcvs?rev=233412&view=rev Log: PR 36215: Added upper tail cumulative probability method to HypergeometricDistributionImpl. Note, this new method was not added to the HypergeometricDistribu

svn commit: r233126 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/complex/Complex.java xdocs/changes.xml

2005-08-16 Thread brentworden
Author: brentworden Date: Tue Aug 16 22:12:34 2005 New Revision: 233126 URL: http://svn.apache.org/viewcvs?rev=233126&view=rev Log: PR 36205: Added better handling of numerical overflow and division by zero in Complex calculations. Modified: jakarta/commons/proper/math/branches/MATH

svn commit: r233121 - in /jakarta/commons/proper/math/branches/MATH_1_1: src/java/org/apache/commons/math/special/ src/java/org/apache/commons/math/util/ src/test/org/apache/commons/math/distribution/

2005-08-16 Thread brentworden
Author: brentworden Date: Tue Aug 16 21:41:02 2005 New Revision: 233121 URL: http://svn.apache.org/viewcvs?rev=233121&view=rev Log: PR 36105: continued fractions convergents were diverging because of infinite intermediate computations. To solve this, if infinite computations are dete

svn commit: r232415 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/TestUtils.java

2005-08-12 Thread brentworden
Author: brentworden Date: Fri Aug 12 21:06:37 2005 New Revision: 232415 URL: http://svn.apache.org/viewcvs?rev=232415&view=rev Log: PR 36084: Temp. files were not being deleted because open file streams were not being closed properly. Modified: jakarta/commons/proper/math/trunk/src/

svn commit: r231029 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml

2005-08-09 Thread brentworden
Author: brentworden Date: Tue Aug 9 06:10:26 2005 New Revision: 231029 URL: http://svn.apache.org/viewcvs?rev=231029&view=rev Log: PR: 35904 Changed rounding methods to not rely on BigDecimal conversions which was causing numerical error. Modified: jakarta/commons/proper/math/trunk

svn commit: r178166 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

2005-05-24 Thread brentworden
Author: brentworden Date: Tue May 24 06:24:21 2005 New Revision: 178166 URL: http://svn.apache.org/viewcvs?rev=178166&view=rev Log: added @since tag to new methods. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java Modified: jakarta/com

svn commit: r171283 - in /jakarta/commons/proper/math/trunk: ./ src/java/org/apache/commons/math/distribution/ src/java/org/apache/commons/math/fraction/ src/java/org/apache/commons/math/random/ src/java/org/apache/commons/math/util/ src/test/org/apache/commons/math/fraction/ xdocs/ xdocs/userguide/

2005-05-21 Thread brentworden
Author: brentworden Date: Sat May 21 22:25:44 2005 New Revision: 171283 URL: http://svn.apache.org/viewcvs?rev=171283&view=rev Log: fixed javadoc comments, added @since tags to new classes and methods, corrected hyperlinks in user guide, add fraction unit tests. Modified: jakarta/com

svn commit: r159729 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java xdocs/changes.xml

2005-04-01 Thread brentworden
Author: brentworden Date: Fri Apr 1 12:49:27 2005 New Revision: 159729 URL: http://svn.apache.org/viewcvs?view=rev&rev=159729 Log: updating copyright Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java jakarta/com

svn commit: r159727 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java src/test/org/apache/commons/math/analysis/SplineInterpolatorTest.java xdocs/changes.xml

2005-04-01 Thread brentworden
Author: brentworden Date: Fri Apr 1 12:45:21 2005 New Revision: 159727 URL: http://svn.apache.org/viewcvs?view=rev&rev=159727 Log: PR: 34230 Fixed bug in PolynomialSplineFunction to allow evaluation of the function at the last knot point. Modified: jakarta/commons/proper/math/trunk

svn commit: r157874 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/distribution/ src/test/org/apache/commons/math/distribution/ xdocs/ xdocs/userguide/

2005-03-16 Thread brentworden
Author: brentworden Date: Wed Mar 16 19:20:12 2005 New Revision: 157874 URL: http://svn.apache.org/viewcvs?view=rev&rev=157874 Log: added weibull distribution Added: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/WeibullDistribution.java jakarta/com

svn commit: r155246 - jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/distribution/TDistributionTest.java

2005-02-24 Thread brentworden
Author: brentworden Date: Thu Feb 24 13:03:25 2005 New Revision: 155246 URL: http://svn.apache.org/viewcvs?view=rev&rev=155246 Log: fixed incorrect test data that was causing test failures. Modified: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/distribu

svn commit: r155159 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/distribution/ src/test/org/apache/commons/math/distribution/ xdocs/ xdocs/userguide/

2005-02-23 Thread brentworden
Author: brentworden Date: Wed Feb 23 19:59:05 2005 New Revision: 155159 URL: http://svn.apache.org/viewcvs?view=rev&rev=155159 Log: added cauchy distribution Added: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/CauchyDistribution.java jakarta/com

svn commit: r151480 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml xdocs/userguide/utilities.xml

2005-02-04 Thread brentworden
Author: brentworden Date: Fri Feb 4 22:24:20 2005 New Revision: 151480 URL: http://svn.apache.org/viewcvs?view=rev&rev=151480 Log: added rounding methods. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java jakarta/commons/proper/math/t

cvs commit: jakarta-commons/math project.xml

2005-01-10 Thread brentworden
brentworden2005/01/10 21:41:22 Modified:math project.xml Log: Removed references to nagoya. Replaced with issues and mail-archives Revision ChangesPath 1.57 +4 -4 jakarta-commons/math/project.xml Index: project.xml

cvs commit: jakarta-commons/math/xdocs/userguide distribution.xml index.xml

2004-11-08 Thread brentworden
brentworden2004/11/08 18:26:55 Modified:math/xdocs/userguide distribution.xml index.xml Log: added poisson description to user guide. Revision ChangesPath 1.2 +19 -1 jakarta-commons/math/xdocs/userguide/distribution.xml Index: distribution.xml

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/complex ComplexFormatAbstractTest.java ComplexFormatTest.java FrenchComplexFormatTest.java AbstractComplexFormatTest.java

2004-09-20 Thread brentworden
brentworden2004/09/20 21:51:08 Modified:math/src/test/org/apache/commons/math/complex ComplexFormatTest.java FrenchComplexFormatTest.java Added: math/src/test/org/apache/commons/math/complex ComplexFormatAbstractTest.java Removed

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex ComplexFormat.java

2004-09-20 Thread brentworden
brentworden2004/09/20 21:45:55 Modified:math/src/java/org/apache/commons/math/complex ComplexFormat.java Added: math/src/test/org/apache/commons/math/complex AbstractComplexFormatTest.java

cvs commit: jakarta-commons/math build.xml

2004-06-24 Thread brentworden
brentworden2004/06/24 13:45:04 Modified:math build.xml Log: regenerated Ant script using relative paths. Revision ChangesPath 1.18 +7 -7 jakarta-commons/math/build.xml Index: build.xml

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate ListUnivariateImpl.java

2004-06-23 Thread brentworden
brentworden2004/06/23 09:26:18 Modified:math/src/java/org/apache/commons/math/stat/inference TTest.java ChiSquareTestImpl.java ChiSquareTest.java TTestImpl.java math/src/java/org/apache/commons/math/analysis

cvs commit: jakarta-commons/math build.xml

2004-06-23 Thread brentworden
brentworden2004/06/23 06:43:24 Modified:math build.xml Log: regenerated Ant script; dependencies were removed. Revision ChangesPath 1.17 +25 -17jakarta-commons/math/build.xml Index: build.xml

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/special Gamma.java

2004-06-10 Thread brentworden
brentworden2004/06/10 11:34:53 Modified:math/src/java/org/apache/commons/math/special Gamma.java Log: removed some condition logic by changing the continued fraction representation. Revision ChangesPath 1.20 +4 -19 jakarta-commons/math/src/java/org/apache

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/special Beta.java

2004-06-10 Thread brentworden
brentworden2004/06/10 11:27:47 Modified:math/src/test/org/apache/commons/math/distribution FDistributionTest.java math/src/java/org/apache/commons/math/special Beta.java Log: PR: 29414 I changed the continued fraction used in regularizedBeta

cvs commit: jakarta-commons/math/xdocs/userguide complex.xml index.xml

2004-06-01 Thread brentworden
brentworden2004/06/01 06:47:17 Modified:math/src/test/org/apache/commons/math/complex ComplexFormatTest.java math/src/java/org/apache/commons/math/complex ComplexFormat.java math/xdocs/userguide complex.xml

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/distribution NormalDistributionImpl.java NormalDistribution.java

2004-05-05 Thread brentworden
brentworden2004/05/05 12:59:11 Added: math/src/test/org/apache/commons/math/distribution NormalDistributionTest.java math/src/java/org/apache/commons/math/distribution NormalDistributionImpl.java NormalDistribution.java

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math TestUtils.java

2004-05-05 Thread brentworden
brentworden2004/05/05 12:55:14 Modified:math/src/test/org/apache/commons/math TestUtils.java Log: Replaced normal CDF routine with one based on the error function. Revision ChangesPath 1.13 +3 -2 jakarta-commons/math/src/test/org/apache/commons/math

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/special Erf.java

2004-05-05 Thread brentworden
brentworden2004/05/05 12:54:58 Added: math/src/test/org/apache/commons/math/special ErfTest.java math/src/java/org/apache/commons/math/special Erf.java Removed: math/src/java/org/apache/commons/math/distribution

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/util ContractableDoubleArrayTest.java ExpandableDoubleArrayTest.java

2004-05-04 Thread brentworden
brentworden2004/05/04 06:15:47 Modified:math/src/test/org/apache/commons/math/util ContractableDoubleArrayTest.java ExpandableDoubleArrayTest.java Log: Added unit tests. Revision ChangesPath 1.9 +20 -1 jakarta

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate DescriptiveStatisticsTest.java

2004-05-03 Thread brentworden
brentworden2004/05/03 16:16:39 Modified:math/src/test/org/apache/commons/math/stat/univariate DescriptiveStatisticsTest.java Log: Removed failing test. Should never have been committed. Revision ChangesPath 1.4 +1 -20 jakarta-commons

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate AbstractDescriptiveStatistics.java DescriptiveStatistics.java DescriptiveStatisticsImpl.java

2004-05-03 Thread brentworden
brentworden2004/05/03 07:32:25 Modified:math/src/test/org/apache/commons/math/stat/univariate DescriptiveStatisticsTest.java math/src/java/org/apache/commons/math/stat/univariate AbstractDescriptiveStatistics.java

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear MatrixIndexExceptionTest.java InvalidMatrixExceptionTest.java

2004-04-27 Thread brentworden
brentworden2004/04/27 09:51:52 Added: math/src/test/org/apache/commons/math/linear MatrixIndexExceptionTest.java InvalidMatrixExceptionTest.java Log: Unit tests. Revision ChangesPath 1.1 jakarta-commons

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/multivariate BivariateRegression.java

2004-04-27 Thread brentworden
brentworden2004/04/27 09:42:35 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment GeometricMean.java FirstMoment.java SecondMoment.java Skewness.java ThirdMoment.java Kurtosis.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate package.html

2004-04-26 Thread brentworden
brentworden2004/04/26 11:28:18 Modified:math/src/java/org/apache/commons/math package.html math/src/java/org/apache/commons/math/stat/univariate/summary package.html math/src/java/org/apache/commons/math/analysis package.html

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java DescriptiveStatisticsImpl.java

2004-04-23 Thread brentworden
brentworden2004/04/23 12:50:27 Modified:math/src/java/org/apache/commons/math/util TransformerMap.java math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/special Beta.java Gamma.java

2004-04-23 Thread brentworden
brentworden2004/04/23 12:30:47 Modified:math/src/java/org/apache/commons/math/special Beta.java Gamma.java Log: Added some parameter javadoc comments. Revision ChangesPath 1.18 +23 -19 jakarta-commons/math/src/java/org/apache/commons/math

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex ComplexMath.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:51:03 Modified:math/src/java/org/apache/commons/math/complex ComplexMath.java Log: Added javadoc comments replete with Mathworld references. Revision ChangesPath 1.8 +68 -18 jakarta-commons/math/src/java/org

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis UnivariateRealSolverImpl.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:20:12 Modified:math/src/java/org/apache/commons/math/analysis UnivariateRealSolverImpl.java Log: Removed some TODO comments. Revision ChangesPath 1.11 +1 -3 jakarta-commons/math/src/java/org/apache/commons/math

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis PolynomialSplineFunction.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:16:06 Modified:math/src/java/org/apache/commons/math/analysis PolynomialSplineFunction.java Log: Fixed a TODO by addid a isStrictlyIncreasing method. This can be refactored later into a more reusable location. Revision

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/analysis NewtonSolverTest.java SinFunction.java QuinticFunction.java

2004-04-08 Thread brentworden
brentworden2004/04/08 14:19:17 Modified:math/src/java/org/apache/commons/math/analysis UnivariateRealSolverFactoryImpl.java BisectionSolver.java UnivariateRealSolverFactory.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/linear RealMatrixImpl.java MatrixIndexException.java InvalidMatrixException.java

2004-04-08 Thread brentworden
brentworden2004/04/08 13:46:01 Modified:math/src/java/org/apache/commons/math/distribution BinomialDistributionImpl.java ExponentialDistributionImpl.java FDistributionImpl.java

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/data CertifiedDataAbstractTest.java LewTest.java LotteryTest.java Lottery.txt Lew.txt

2004-03-17 Thread brentworden
brentworden2004/03/17 21:52:37 Modified:math/src/test/org/apache/commons/math/stat CertifiedDataTest.java math/src/test/org/apache/commons/math TestUtils.java math/src/test/org/apache/commons/math/stat/data Lottery.txt

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/distribution TDistributionTest.java

2004-02-28 Thread brentworden
brentworden2004/02/28 13:58:33 Modified:math/src/test/org/apache/commons/math/distribution TDistributionTest.java Log: PR: 27243 Obtained from: Scott Duchin Submitted by: Brent Worden Adding Scott's unit test. See http://nagoya.apach

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/linear Decomposer.java

2003-11-21 Thread brentworden
brentworden2003/11/21 21:59:31 Modified:math/src/experimental/org/apache/commons/math/linear Decomposer.java Added: math/src/experimental/org/apache/commons/math/analysis/derivative AbstractDifferenceDerivative.java

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/analysis/derivative - New directory

2003-11-21 Thread brentworden
brentworden2003/11/21 21:54:05 jakarta-commons/math/src/experimental/org/apache/commons/math/analysis/derivative - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons/math project.xml

2003-11-19 Thread brentworden
brentworden2003/11/18 23:06:47 Modified:math project.xml Log: change email address. Revision ChangesPath 1.32 +2 -2 jakarta-commons/math/project.xml Index: project.xml === RCS file