Author: celestin
Date: Tue Dec 4 06:41:57 2012
New Revision: 1416796
URL: http://svn.apache.org/viewvc?rev=1416796&view=rev
Log:
Javadoc: warning about private methods being accessed through reflection in
unit tests.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/com
Author: celestin
Date: Sat Dec 1 16:27:57 2012
New Revision: 1416019
URL: http://svn.apache.org/viewvc?rev=1416019&view=rev
Log:
Reverted changes accidentally committed.
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache
Author: celestin
Date: Sat Dec 1 16:24:33 2012
New Revision: 1416017
URL: http://svn.apache.org/viewvc?rev=1416017&view=rev
Log:
Replaced calls to deprecated Beta.logBeta(double, double, double, int) with
calls to Beta.logBeta(double, double).
Modified:
commons/proper/math/trunk/pom
Author: celestin
Date: Sat Dec 1 16:08:12 2012
New Revision: 1416010
URL: http://svn.apache.org/viewvc?rev=1416010&view=rev
Log:
Javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Sat Dec 1 10:36:26 2012
New Revision: 1415973
URL: http://svn.apache.org/viewvc?rev=1415973&view=rev
Log:
Description of upcoming version 3.1 now reports that the accuracy of Beta has
been improved.
Modified:
commons/proper/math/trunk/src/changes/changes.xml
Modi
Author: celestin
Date: Sat Dec 1 10:32:30 2012
New Revision: 1415971
URL: http://svn.apache.org/viewvc?rev=1415971&view=rev
Log:
In the users guide, updated the accuracy of logBeta.
Modified:
commons/proper/math/trunk/src/site/apt/userguide/special.apt
Modified: commons/proper/math/t
Author: celestin
Date: Wed Nov 28 05:51:27 2012
New Revision: 1414536
URL: http://svn.apache.org/viewvc?rev=1414536&view=rev
Log:
Checkstyle: removed exception from signature, as this exception will never be
raised.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/m
Author: celestin
Date: Wed Nov 28 05:48:50 2012
New Revision: 1414535
URL: http://svn.apache.org/viewvc?rev=1414535&view=rev
Log:
Checkstyle.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Wed Nov 28 05:39:39 2012
New Revision: 1414531
URL: http://svn.apache.org/viewvc?rev=1414531&view=rev
Log:
In GammaTest: restored method checkRelativeError which was inadvertently
removed in r1414527.
Modified:
commons/proper/math/trunk/src/test/java/org/ap
Author: celestin
Date: Wed Nov 28 05:33:36 2012
New Revision: 1414529
URL: http://svn.apache.org/viewvc?rev=1414529&view=rev
Log:
In changes.xml: Beta has not been changed yet.
Modified:
commons/proper/math/trunk/src/changes/changes.xml
Modified: commons/proper/math/trunk/src/cha
Author: celestin
Date: Wed Nov 28 05:30:38 2012
New Revision: 1414528
URL: http://svn.apache.org/viewvc?rev=1414528&view=rev
Log:
Javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Wed Nov 28 05:27:27 2012
New Revision: 1414527
URL: http://svn.apache.org/viewvc?rev=1414527&view=rev
Log:
In class Gamma, removed auxiliary functions logGammaSum and
logGammaMinusLogGammaSum, as they are not ready to be included in version 3.1
of Commons-Math.
Modi
Author: celestin
Date: Wed Nov 28 05:24:12 2012
New Revision: 1414525
URL: http://svn.apache.org/viewvc?rev=1414525&view=rev
Log:
In class Beta, removed auxiliary function bcorr, as it is not ready to be
included in version 3.1 of Commons-Math.
Modified:
commons/proper/math/trunk/src/
Author: celestin
Date: Mon Nov 26 19:55:07 2012
New Revision: 1413807
URL: http://svn.apache.org/viewvc?rev=1413807&view=rev
Log:
In classes o.a.c.m3.special.Gamma and o.a.c.m3.special.Beta, made some
auxiliary functions package private. It is very unlikely that these functions
should be
Author: celestin
Date: Mon Nov 26 19:45:52 2012
New Revision: 1413802
URL: http://svn.apache.org/viewvc?rev=1413802&view=rev
Log:
MATH-849: Gamma.gamma(double) returns NaN if called on negative integer.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe
Author: celestin
Date: Mon Nov 26 11:22:02 2012
New Revision: 1413555
URL: http://svn.apache.org/viewvc?rev=1413555&view=rev
Log:
In class Beta, wrote DEFAULT_EPSILON in a less error-prone way (1E-14 instead
of 10e-15).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/com
Author: celestin
Date: Sun Nov 25 16:44:39 2012
New Revision: 1413369
URL: http://svn.apache.org/viewvc?rev=1413369&view=rev
Log:
MATH-738: implementation of Beta.bcorr(double, double), an auxiliary function
for the computation of Beta.beta(double, double).
Modified:
commons/proper/
Author: celestin
Date: Sun Nov 25 16:25:29 2012
New Revision: 1413368
URL: http://svn.apache.org/viewvc?rev=1413368&view=rev
Log:
Javadoc typo.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
Modified:
commons/proper/math/trunk/src/main/
Author: celestin
Date: Sun Nov 25 16:05:57 2012
New Revision: 1413367
URL: http://svn.apache.org/viewvc?rev=1413367&view=rev
Log:
Further unit tests of Gamma.logGammaSum(double, double): preconditions.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/spe
Author: celestin
Date: Sun Nov 25 16:00:43 2012
New Revision: 1413366
URL: http://svn.apache.org/viewvc?rev=1413366&view=rev
Log:
MATH-738: in class o.a.c.m3.special.Gamma, implemented function
logGammaMinusLogGammaSum(double, double),
which computes accurately log(Gamma(b)) - log(Gamma(a
Author: celestin
Date: Sun Nov 25 15:20:22 2012
New Revision: 1413361
URL: http://svn.apache.org/viewvc?rev=1413361&view=rev
Log:
Javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Sat Nov 24 19:12:14 2012
New Revision: 1413245
URL: http://svn.apache.org/viewvc?rev=1413245&view=rev
Log:
MATH-849: updated changes.xml
Modified:
commons/proper/math/trunk/src/changes/changes.xml
Modified: commons/proper/math/trunk/src/changes/changes.xml
URL:
Author: celestin
Date: Mon Nov 19 20:12:57 2012
New Revision: 1411388
URL: http://svn.apache.org/viewvc?rev=1411388&view=rev
Log:
Javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Revision: 1411387
Modified property: svn:log
Modified: svn:log at Mon Nov 19 20:10:16 2012
--
--- svn:log (original)
+++ svn:log Mon Nov 19 20:10:16 2012
@@ -1 +1 @@
-In class Gamma, implementation of (a
Author: celestin
Date: Mon Nov 19 20:07:25 2012
New Revision: 1411387
URL: http://svn.apache.org/viewvc?rev=1411387&view=rev
Log:
In class Gamma, implementation of (a, b) -> log(Gamma(a + b)).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gam
Author: celestin
Date: Mon Nov 19 06:59:35 2012
New Revision: 1411084
URL: http://svn.apache.org/viewvc?rev=1411084&view=rev
Log:
MATH-903: allow the use of UTF-8 characters in Javadoc comments.
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
Author: celestin
Date: Wed Nov 14 07:42:39 2012
New Revision: 1409108
URL: http://svn.apache.org/viewvc?rev=1409108&view=rev
Log:
New values of the accuracy of Beta.logBeta(double, double).
Modified:
commons/proper/math/trunk/src/site/apt/userguide/special.apt
Modified: commons/proper/
Author: celestin
Date: Wed Nov 14 07:41:29 2012
New Revision: 1409107
URL: http://svn.apache.org/viewvc?rev=1409107&view=rev
Log:
Further accuracy assessments of Beta.logBeta(double, double)
Modified:
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac
commons/pr
Author: celestin
Date: Wed Nov 14 06:18:40 2012
New Revision: 1409091
URL: http://svn.apache.org/viewvc?rev=1409091&view=rev
Log:
Typo.
Modified:
commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/README.txt
Modified:
commons/proper/math/trunk/src/test/maxima/spe
Author: celestin
Date: Fri Nov 9 19:03:28 2012
New Revision: 1407594
URL: http://svn.apache.org/viewvc?rev=1407594&view=rev
Log:
In the users guide for special functions
- accuracy of current implementation of Beta.logBeta
- standard deviation of error (in ulps) is now provided for
Author: celestin
Date: Fri Nov 9 18:59:21 2012
New Revision: 1407592
URL: http://svn.apache.org/viewvc?rev=1407592&view=rev
Log:
Script files for the validation of beta.logBeta(double, double)
Added:
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac
(with p
Author: celestin
Date: Fri Nov 9 08:50:04 2012
New Revision: 1407384
URL: http://svn.apache.org/viewvc?rev=1407384&view=rev
Log:
In shell script RealFunctionValidation.sh, pass command line argument to java
app.
Modified:
commons/proper/math/trunk/src/test/maxima/spe
Author: celestin
Date: Fri Nov 9 08:47:38 2012
New Revision: 1407382
URL: http://svn.apache.org/viewvc?rev=1407382&view=rev
Log:
Typo.
Modified:
commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh
Modified:
commons/proper/math/trunk/src/
Author: celestin
Date: Fri Nov 9 08:29:00 2012
New Revision: 1407378
URL: http://svn.apache.org/viewvc?rev=1407378&view=rev
Log:
Ignore *.dat files, which might be generated by the *.mac Maxima scripts.
Added:
commons/proper/math/trunk/src/test/maxima/special/reference/.svnignore
Modi
Author: celestin
Date: Fri Nov 9 08:24:16 2012
New Revision: 1407377
URL: http://svn.apache.org/viewvc?rev=1407377&view=rev
Log:
Properties files to be used with RealFunctionValidation, for functions
Gamma.logGamma and Gamma.gamma.
Added:
commons/proper/math/trunk/src/test/maxima/spe
Author: celestin
Date: Fri Nov 9 08:13:18 2012
New Revision: 1407376
URL: http://svn.apache.org/viewvc?rev=1407376&view=rev
Log:
Small java application for the accuracy assessment of implementations of real
functions in Commons Math. The accuracy is assessed through comparison with
refer
Author: celestin
Date: Tue Oct 23 06:08:32 2012
New Revision: 1401172
URL: http://svn.apache.org/viewvc?rev=1401172&view=rev
Log:
Reverted changes inadvertently commited in r1401171.
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
Author: celestin
Date: Tue Oct 23 06:04:09 2012
New Revision: 1401171
URL: http://svn.apache.org/viewvc?rev=1401171&view=rev
Log:
Maxima scripts to generate reference values for the gamma and logGamma
functions.
Added:
commons/proper/math/trunk/src/test/maxima/
commons/proper/math/t
Author: celestin
Date: Mon Oct 8 05:54:21 2012
New Revision: 1395455
URL: http://svn.apache.org/viewvc?rev=1395455&view=rev
Log:
MATH-875: deprecated sparseIterator() in the RealVector hierarchy, and replaced
its use with iterator().
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Mon Oct 8 05:19:50 2012
New Revision: 1395453
URL: http://svn.apache.org/viewvc?rev=1395453&view=rev
Log:
MATH-854: FieldMatrix.setSubMatrix does *not* throw NumberIsTooSmallException.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Mon Oct 8 05:16:27 2012
New Revision: 1395452
URL: http://svn.apache.org/viewvc?rev=1395452&view=rev
Log:
MATH-854: populated throws clause of BlockFieldMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractFieldMatrix.
Author: celestin
Date: Tue Oct 2 06:09:03 2012
New Revision: 1392751
URL: http://svn.apache.org/viewvc?rev=1392751&view=rev
Log:
User's guide for special functions now reports accuracy of
Gamma.gamma(double).
Modified:
commons/proper/math/trunk/src/site/apt/userguide/special.apt
Author: celestin
Date: Tue Oct 2 05:35:59 2012
New Revision: 1392748
URL: http://svn.apache.org/viewvc?rev=1392748&view=rev
Log:
MATH-854: populated throws clause of Array2DRowFieldMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Tue Oct 2 05:21:51 2012
New Revision: 1392743
URL: http://svn.apache.org/viewvc?rev=1392743&view=rev
Log:
MATH-854: populated throws clause of AbstractFieldMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Tue Oct 2 05:14:38 2012
New Revision: 1392742
URL: http://svn.apache.org/viewvc?rev=1392742&view=rev
Log:
MATH-854: populated throws clause of FieldMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldMatrix.java
Modi
Author: celestin
Date: Tue Oct 2 05:00:41 2012
New Revision: 1392739
URL: http://svn.apache.org/viewvc?rev=1392739&view=rev
Log:
User's guide for special functions now reports accuracy of
Gamma.logGamma(double).
Modified:
commons/proper/math/trunk/src/site/apt/userguide/sp
Author: celestin
Date: Fri Sep 28 05:25:06 2012
New Revision: 1391304
URL: http://svn.apache.org/viewvc?rev=1391304&view=rev
Log:
User's Guide, Special Functions: changed the introduction, as special functions
should not be considered as a by-product of Commons-Math.
Modified:
commo
Author: celestin
Date: Fri Sep 28 05:14:10 2012
New Revision: 1391302
URL: http://svn.apache.org/viewvc?rev=1391302&view=rev
Log:
User's guide for special functions now uses the APT format, instead of the XDOC
format.
Added:
commons/proper/math/trunk/src/site/apt/
commons/pr
Author: celestin
Date: Thu Sep 27 18:42:45 2012
New Revision: 1391160
URL: http://svn.apache.org/viewvc?rev=1391160&view=rev
Log:
MATH-854: filled the "throws" clause of BlockRealMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/BlockR
Author: celestin
Date: Thu Sep 27 05:04:10 2012
New Revision: 1390842
URL: http://svn.apache.org/viewvc?rev=1390842&view=rev
Log:
Populated throws clause of OpenMapRealMatrix (MATH-854).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Thu Sep 27 03:54:04 2012
New Revision: 1390832
URL: http://svn.apache.org/viewvc?rev=1390832&view=rev
Log:
MATH-870: deprecated SparseFieldMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java
Modi
Author: celestin
Date: Thu Sep 27 03:52:34 2012
New Revision: 1390831
URL: http://svn.apache.org/viewvc?rev=1390831&view=rev
Log:
MATH-870: deprecated SparseRealMatrix and OpenMapRealMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Thu Sep 27 03:49:54 2012
New Revision: 1390829
URL: http://svn.apache.org/viewvc?rev=1390829&view=rev
Log:
MATH-870: deprecated SparseFieldVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java
Modi
Author: celestin
Date: Thu Sep 27 03:48:44 2012
New Revision: 1390828
URL: http://svn.apache.org/viewvc?rev=1390828&view=rev
Log:
MATH-870: javadoc.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapRealVector.java
commons/proper/math/trunk
Author: celestin
Date: Wed Sep 26 19:17:29 2012
New Revision: 1390684
URL: http://svn.apache.org/viewvc?rev=1390684&view=rev
Log:
MATH-870: deprecated OpenMapRealVector, SparseRealVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Wed Sep 26 07:24:35 2012
New Revision: 1390302
URL: http://svn.apache.org/viewvc?rev=1390302&view=rev
Log:
In AbstractRealMatrix, provided empty implementations to methods
- createMatrix(int, int),
- copy(),
- getEntry(int, int),
- setEntry(int, int).
This al
Author: celestin
Date: Fri Sep 21 01:56:06 2012
New Revision: 1388298
URL: http://svn.apache.org/viewvc?rev=1388298&view=rev
Log:
In AbstractRealMatrix, removed orphan javadoc comment.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.
Author: celestin
Date: Fri Sep 21 01:53:28 2012
New Revision: 1388296
URL: http://svn.apache.org/viewvc?rev=1388296&view=rev
Log:
In AbstractRealMatrix, removed empty abstract method copy() (specified in
interface RealMatrix).
Modified:
commons/proper/math/trunk/src/main/java/org/ap
Author: celestin
Date: Fri Sep 21 01:49:51 2012
New Revision: 1388294
URL: http://svn.apache.org/viewvc?rev=1388294&view=rev
Log:
Removed some @Override tags, which have become illegal following some changes
in r1388154.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/com
Author: celestin
Date: Thu Sep 20 18:50:45 2012
New Revision: 1388154
URL: http://svn.apache.org/viewvc?rev=1388154&view=rev
Log:
MATH-854
- filled the "throws" clause of Array2DRowRealMatrix,
- corrected some method signatures in RealMatrix and AbstractRealMatrix
accor
Author: celestin
Date: Tue Sep 18 06:38:33 2012
New Revision: 1387002
URL: http://svn.apache.org/viewvc?rev=1387002&view=rev
Log:
MATH-854: populated throws clause of AbstractRealMatrix.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Fri Sep 14 06:42:06 2012
New Revision: 1384654
URL: http://svn.apache.org/viewvc?rev=1384654&view=rev
Log:
- Populated throws clause of FieldVector, ArrayFieldVector, SparseFieldVector
(MATH-854).
- Added some missing precondition checks.
- Corrected some mistake
Author: celestin
Date: Thu Sep 13 19:00:51 2012
New Revision: 1384471
URL: http://svn.apache.org/viewvc?rev=1384471&view=rev
Log:
MATH-854: in FieldVector and ArrayFieldVector, reverted to r1383770.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Thu Sep 13 06:11:05 2012
New Revision: 1384212
URL: http://svn.apache.org/viewvc?rev=1384212&view=rev
Log:
MATH-854: document all exceptions in ArrayFieldVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.
Author: celestin
Date: Thu Sep 13 06:10:06 2012
New Revision: 1384211
URL: http://svn.apache.org/viewvc?rev=1384211&view=rev
Log:
MATH-854: in interface FieldVector, some more exceptions are *documented* (as
recommendations), but not *specified*.
Modified:
commons/proper/math/trunk
Author: celestin
Date: Wed Sep 12 18:37:46 2012
New Revision: 1384082
URL: http://svn.apache.org/viewvc?rev=1384082&view=rev
Log:
MATH-854: in interface FieldVector, replaced throws statements with javadoc
comments.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/m
Author: celestin
Date: Wed Sep 12 04:43:38 2012
New Revision: 1383770
URL: http://svn.apache.org/viewvc?rev=1383770&view=rev
Log:
Removed LocalizedFormats.ENTRY previously introduced in r1383747, as
LocalizedFormats.INDEX will do nicely.
Modified:
commons/proper/math/trunk/src/main/
Author: celestin
Date: Wed Sep 12 04:27:47 2012
New Revision: 1383760
URL: http://svn.apache.org/viewvc?rev=1383760&view=rev
Log:
MATH-854: fill the "throws" clause of FieldVector, ArrayFieldVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/common
Author: celestin
Date: Wed Sep 12 03:46:31 2012
New Revision: 1383747
URL: http://svn.apache.org/viewvc?rev=1383747&view=rev
Log:
Added new localized error message "entry {0}" to signal null entries in
FieldVectors.
Modified:
commons/proper/math/trunk/src/main/java/org/apache
Author: celestin
Date: Wed Sep 12 03:18:46 2012
New Revision: 1383743
URL: http://svn.apache.org/viewvc?rev=1383743&view=rev
Log:
MATH-854: fill the "throws" clause of RealVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.
Author: celestin
Date: Mon Sep 10 19:05:54 2012
New Revision: 1383052
URL: http://svn.apache.org/viewvc?rev=1383052&view=rev
Log:
MATH-854: fill the "throws" clause of ArrayFieldVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFi
Author: celestin
Date: Mon Sep 10 17:42:53 2012
New Revision: 1382998
URL: http://svn.apache.org/viewvc?rev=1382998&view=rev
Log:
Removed unused @throws Javadoc tag.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java
Modified:
com
Author: celestin
Date: Mon Sep 10 17:31:51 2012
New Revision: 1382993
URL: http://svn.apache.org/viewvc?rev=1382993&view=rev
Log:
MATH-854: fill the "throws" clause of FieldVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.
Author: celestin
Date: Thu Sep 6 19:42:35 2012
New Revision: 1381730
URL: http://svn.apache.org/viewvc?rev=1381730&view=rev
Log:
MATH-854: fill the "throws" clause of OpenMapRealVector.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapR
Author: celestin
Date: Tue Sep 4 04:10:09 2012
New Revision: 1380444
URL: http://svn.apache.org/viewvc?rev=1380444&view=rev
Log:
MATH-854: fill the throws clause of all methods.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java
Modi
Author: celestin
Date: Tue Sep 4 03:08:31 2012
New Revision: 1380440
URL: http://svn.apache.org/viewvc?rev=1380440&view=rev
Log:
MATH-854: fill the throws clause of all methods.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
Modi
Modified:
commons/proper/math/trunk/src/test/resources/org/apache/commons/math3/distribution/gamma-distribution.mac
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/resources/org/apache/commons/math3/distribution/gamma-distribution.mac?rev=1379271&r1=1379270&r2=1379271&view=di
Author: celestin
Date: Fri Aug 31 03:14:03 2012
New Revision: 1379271
URL: http://svn.apache.org/viewvc?rev=1379271&view=rev
Log:
MATH-849: added new test in GammaDistributionTest to check that new
implementation of Gamma.logGamma does not compromise the resolution of
MATH-735.
A
Author: celestin
Date: Fri Aug 31 03:12:16 2012
New Revision: 1379270
URL: http://svn.apache.org/viewvc?rev=1379270&view=rev
Log:
MATH-849: changed boundary case x = 8.0 in double Gamma.logGamma(double).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe
Author: celestin
Date: Fri Aug 31 02:51:24 2012
New Revision: 1379262
URL: http://svn.apache.org/viewvc?rev=1379262&view=rev
Log:
Formatting.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
commons/proper/math/trunk/src/test/java/org/ap
Author: celestin
Date: Fri Aug 31 02:48:29 2012
New Revision: 1379261
URL: http://svn.apache.org/viewvc?rev=1379261&view=rev
Log:
MATH-849: implementation of double Gamma.gamma(double).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.
Author: celestin
Date: Fri Aug 31 02:13:25 2012
New Revision: 1379256
URL: http://svn.apache.org/viewvc?rev=1379256&view=rev
Log:
MATH-849: further tests of double Gamma.logGamma(double).
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.
Author: celestin
Revision: 1379247
Modified property: svn:log
Modified: svn:log at Fri Aug 31 02:04:36 2012
--
--- svn:log (original)
+++ svn:log Fri Aug 31 02:04:36 2012
@@ -1,2 +1,2 @@
-Refined the test of logGamma(x
Author: celestin
Date: Fri Aug 31 02:01:11 2012
New Revision: 1379255
URL: http://svn.apache.org/viewvc?rev=1379255&view=rev
Log:
MATH-849: unit tests for double Gamma.logGamma1p(double).
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.
Author: celestin
Date: Fri Aug 31 01:59:12 2012
New Revision: 1379254
URL: http://svn.apache.org/viewvc?rev=1379254&view=rev
Log:
Formatting (removed Eclipse tags @formatter:on, @formatter:off)
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.
Author: celestin
Date: Fri Aug 31 01:57:50 2012
New Revision: 1379253
URL: http://svn.apache.org/viewvc?rev=1379253&view=rev
Log:
MATH-849: unit tests for double Gamma.invGamma1pm1(double).
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.
Author: celestin
Date: Fri Aug 31 01:53:19 2012
New Revision: 1379252
URL: http://svn.apache.org/viewvc?rev=1379252&view=rev
Log:
Formatting.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java
Modified:
commons/proper/math/trunk/src/main/java
Author: celestin
Date: Fri Aug 31 01:31:47 2012
New Revision: 1379247
URL: http://svn.apache.org/viewvc?rev=1379247&view=rev
Log:
Refined the test of logGamma(x) near x = 1.0, 2.0 and 3.0, which were difficult
zones in the previous (Lanczos) implementation.
Modified:
commons/proper/
Author: celestin
Date: Wed Aug 29 06:20:21 2012
New Revision: 1378450
URL: http://svn.apache.org/viewvc?rev=1378450&view=rev
Log:
MATH-849: new implementation of double Gamma.logGamma(double x) for x < 8.0.
This greatly improves the accurarcy, from more than 130 ulps down to 3 ulps.
Uni
Author: celestin
Date: Wed Aug 29 04:28:47 2012
New Revision: 1378440
URL: http://svn.apache.org/viewvc?rev=1378440&view=rev
Log:
In GammaDistributionTest, inlined previous implementation of
double Gamma.logGamma(doubl)) in order to allow for comparison with new
implementation.
This i
Author: celestin
Date: Fri Aug 24 06:23:34 2012
New Revision: 1376835
URL: http://svn.apache.org/viewvc?rev=1376835&view=rev
Log:
In Gamma.logGamma, replaced local variable g with class variable LANCZOS_G.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe
Author: celestin
Date: Mon Aug 20 03:40:58 2012
New Revision: 1374909
URL: http://svn.apache.org/viewvc?rev=1374909&view=rev
Log:
MATH-849: new unit test showing the relative accuracy of
Gamma.logGamma(double).
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/m
Author: celestin
Date: Fri Aug 17 18:54:06 2012
New Revision: 1374396
URL: http://svn.apache.org/viewvc?rev=1374396&view=rev
Log:
Checkstyle: missing license.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/CycleCrossover.java
commons/proper/
Author: celestin
Date: Fri Aug 17 18:45:49 2012
New Revision: 1374395
URL: http://svn.apache.org/viewvc?rev=1374395&view=rev
Log:
MATH-843: integrated changes suggested by Dominik Gruntz.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.
Author: celestin
Date: Fri Jul 13 11:37:40 2012
New Revision: 1361170
URL: http://svn.apache.org/viewvc?rev=1361170&view=rev
Log:
Added @Ignore tags with explanatory messages for unit tests ignored until
MATH-821 is solved.
Modified:
commons/proper/math/trunk/src/test/java/org/ap
Author: celestin
Date: Thu Jul 12 13:31:45 2012
New Revision: 1360668
URL: http://svn.apache.org/viewvc?rev=1360668&view=rev
Log:
MATH-812: fixed a bug in RealVector.outerProduct(RealVector). Now loops through
*all* entries of the vectors.
Modified:
commons/proper/math/trunk/src/main/
Author: celestin
Revision: 1360662
Modified property: svn:log
Modified: svn:log at Thu Jul 12 13:26:00 2012
--
--- svn:log (original)
+++ svn:log Thu Jul 12 13:26:00 2012
@@ -1 +1 @@
-MATH-812: fixed a bug in
Author: celestin
Date: Thu Jul 12 13:17:08 2012
New Revision: 1360662
URL: http://svn.apache.org/viewvc?rev=1360662&view=rev
Log:
MATH-812: fixed a bug in RealVector.dotProduct(RealVector).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li
Author: celestin
Date: Sat Jul 7 05:17:44 2012
New Revision: 1358502
URL: http://svn.apache.org/viewvc?rev=1358502&view=rev
Log:
MATH-795: made some error messages more explicit.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.
Author: celestin
Date: Fri Jul 6 19:31:00 2012
New Revision: 1358366
URL: http://svn.apache.org/viewvc?rev=1358366&view=rev
Log:
MATH-795: final clean-up of ArrayRealVectorTest.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.
1 - 100 of 386 matches
Mail list logo