svn commit: r987897 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/stat/regression/ site/xdoc/ test/R/ test/java/org/apache/commons/math/stat/regression/

2010-08-22 Thread psteitz
Author: psteitz Date: Sun Aug 22 13:13:35 2010 New Revision: 987897 URL: http://svn.apache.org/viewvc?rev=987897view=rev Log: Corrected Y variance formula and added error variance methods to return what were previously reported as Y variances. JIRA: MATH-392 Reported and patched by Mark Devaney

svn commit: r987901 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.java

2010-08-22 Thread psteitz
Author: psteitz Date: Sun Aug 22 13:25:52 2010 New Revision: 987901 URL: http://svn.apache.org/viewvc?rev=987901view=rev Log: Eliminated unnecessary residual calculation (should have been rmoved in r987897 fixing JIRA: MATH-392). Modified:

svn commit: r987957 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ test/java/org/apache/commons/lang3/

2010-08-22 Thread bayard
Author: bayard Date: Sun Aug 22 22:57:51 2010 New Revision: 987957 URL: http://svn.apache.org/viewvc?rev=987957view=rev Log: Removing the CharSequenceUtils.length method in favour of the StringUtils.length method Modified:

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

2010-08-22 Thread erans
Author: erans Date: Sun Aug 22 23:45:38 2010 New Revision: 987962 URL: http://svn.apache.org/viewvc?rev=987962view=rev Log: Indentation. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Modified:

svn commit: r987963 - in /commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations: DigesterLoader.java handlers/MethodHandler.java

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:07:39 2010 New Revision: 987963 URL: http://svn.apache.org/viewvc?rev=987963view=rev Log: Humor the Sun compiler on XP. Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterLoader.java

svn commit: r987965 - /commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:11:08 2010 New Revision: 987965 URL: http://svn.apache.org/viewvc?rev=987965view=rev Log: [at-digester] Part 1 of 2. Copy the at-digester source packages from sandbox. This functionality makes it possible to add digester rules via annotations on the POJOs

svn commit: r987966 - /commons/proper/digester/trunk/src/test/org/apache/commons/digester/annotations/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:12:12 2010 New Revision: 987966 URL: http://svn.apache.org/viewvc?rev=987966view=rev Log: [at-digester] Part 2 of 2. Copy the at-digester tests from sandbox. Thanks to Simone Tripodi simone DOT tripodi AT gmail. Added:

svn commit: r987967 - /commons/sandbox/at-digester/trunk/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:17:00 2010 New Revision: 987967 URL: http://svn.apache.org/viewvc?rev=987967view=rev Log: Ignore Eclipse files. Modified: commons/sandbox/at-digester/trunk/ (props changed) Propchange: commons/sandbox/at-digester/trunk/

svn commit: r987970 - /commons/proper/digester/trunk/pom.xml

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:25:35 2010 New Revision: 987970 URL: http://svn.apache.org/viewvc?rev=987970view=rev Log: Suppress most logging output during build. Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL:

svn commit: r987971 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:25:46 2010 New Revision: 987971 URL: http://svn.apache.org/viewvc?rev=987971view=rev Log: Suppress most logging output during build. Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester/branches/1_X_LINE/pom.xml URL:

svn commit: r987972 - /commons/proper/digester/branches/1_X_LINE/xdocs/images/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:29:22 2010 New Revision: 987972 URL: http://svn.apache.org/viewvc?rev=987972view=rev Log: Ignore Thumbs.db in images directory. Modified: commons/proper/digester/branches/1_X_LINE/xdocs/images/ (props changed) Propchange:

svn commit: r987983 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/stat/regression/ site/xdoc/ test/R/ test/java/org/apache/commons/math/stat/regression/

2010-08-22 Thread psteitz
Author: psteitz Date: Mon Aug 23 02:55:01 2010 New Revision: 987983 URL: http://svn.apache.org/viewvc?rev=987983view=rev Log: Added R-squared and adjusted R-squared statistics to OLSMultipleLinearRegression JIRA: MATH-386 Modified: