Commit Graph

2297 Commits

Author SHA1 Message Date
Phil Steitz 055114a796 Fixed javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@947418 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23 14:21:44 +00:00
Phil Steitz bb005b56ca Fixed loss of significance error in PersonsCorrelation p-value computation
causing p-values smaller than the machine epsilon (~1E-16) to be reported as 0.
JIRA: MATH-371
Reported and patched by Kevin Childs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@944939 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 23:48:07 +00:00
Phil Steitz eb74f8f418 Fixed javadoc spelling error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@944938 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 23:44:51 +00:00
Phil Steitz 18f77c11d2 Formatting only.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@944842 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 14:57:50 +00:00
Phil Steitz 8df36de74b Fixed javadoc error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942642 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 01:58:27 +00:00
William Barker 3a15d8cef2 Fix a problem with the default sparseIterator when an array has exactly one non-zero element
Submitted by: Albert Huang (with some style tweeks)
Issue: MATH-367


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942638 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10 01:11:35 +00:00
William Barker 252aab4b18 document fix for MATH-368
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942629 13f79535-47bb-0310-9956-ffa450edef68
2010-05-09 23:22:05 +00:00
William Barker 2c83cdc537 Correct the spelling of the getSparcity [sic] method.
Issue: MATH-368



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942488 13f79535-47bb-0310-9956-ffa450edef68
2010-05-09 02:06:48 +00:00
Phil Steitz 8f3849b986 Formatting, wording fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942459 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 20:11:57 +00:00
Phil Steitz c2d6a1c1c9 Fixed error in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942425 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08 17:56:55 +00:00
Sebastian Bazley 967e71f250 Eol-style fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@941291 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05 13:54:19 +00:00
Luc Maisonobe f4a4464bee Fix NullPointerException in BisectionSolver.solve(f, min, max, initial)
JIRA: MATH-369

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@940565 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03 18:42:27 +00:00
Gilles Sadowski 58f8b21d35 Removed package part in class name links.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@937893 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25 21:42:47 +00:00
Gilles Sadowski 9620e5bfe3 Removed package names in links.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@937545 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23 22:33:37 +00:00
Gilles Sadowski dafd0976ad MATH-366
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@937080 13f79535-47bb-0310-9956-ffa450edef68
2010-04-22 22:09:21 +00:00
Gilles Sadowski d9f545ea68 Had forgotten to set svn:eol-style.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936471 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 20:02:43 +00:00
Gilles Sadowski 7e8035a968 Had forgotten to set the svn:keywords property.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936391 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 17:00:56 +00:00
Gilles Sadowski 173f7da3ed MATH-365
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936295 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 13:27:44 +00:00
Niall Pemberton c1f60119d5 Generate custom Mailing List pages for components (using "mvn commons:mail-page")
See http://commons.apache.org/commons-build-plugin/mail-page.html

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936225 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 09:29:42 +00:00
Niall Pemberton f06784445a Upgrade to commons-parent version 15
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936207 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 09:02:56 +00:00
Luc Maisonobe 9232fbae82 improved javadoc, mainly explaining the underlying conventions with quaternions
Jira: MATH-363

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@932871 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 11:54:22 +00:00
Phil Steitz d7d70cfcc0 Removed obsolete files.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@930147 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 01:54:38 +00:00
Phil Steitz de4baf794e Updated to reflect 2.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@930146 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 01:53:38 +00:00
Phil Steitz b64e027c3a Added files used in creating RCs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928539 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 00:10:10 +00:00
Luc Maisonobe 4dcc3e66d2 removed wrong subscript
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928383 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 12:12:43 +00:00
Luc Maisonobe 352a7b38df removed wrong subscript
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928382 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 12:10:15 +00:00
Phil Steitz 320c6467f2 Added 2.1 and snapshot javadoc links.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928306 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 23:57:25 +00:00
Phil Steitz b24f72809b Moved mantissa, experimental sources to branches.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928257 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 20:00:19 +00:00
Phil Steitz a33ee7213f Added download link to nav.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928250 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 19:29:35 +00:00
Phil Steitz bc877cbcf8 Make Checkstype happy.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928245 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27 18:59:39 +00:00
Luc Maisonobe 0d3ccbe3d2 removed references to compact SVD and truncated SVD
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@928081 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 22:36:38 +00:00
Sebastian Bazley 40c612826f Bring DOAP up to date
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927678 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 03:14:41 +00:00
Sebastian Bazley 39552a1160 Update to 2010
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927672 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 02:36:20 +00:00
Sebastian Bazley 9695c5ca01 svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927671 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 02:18:37 +00:00
Sebastian Bazley 4006430d0f Add missing AL header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927670 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 02:08:47 +00:00
Phil Steitz c463b1702a Added MATH-360
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927650 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 00:27:33 +00:00
Sebastian Bazley 55467035a7 Update to v2.3 changes plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927524 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 17:54:40 +00:00
Sebastian Bazley 4db8545921 JIRA: MATH-360 Fix use of wrong variable in SmoothingBicubicSplineInterpolatorTest.testPreconditions()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927505 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 17:12:01 +00:00
Sebastian Bazley 43d9752f37 Oops - remove spurious bracket
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927472 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 16:19:24 +00:00
Sebastian Bazley 6f1a4ee660 Generate the same entries for Removes as for the other action types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927464 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 16:04:16 +00:00
Sebastian Bazley 7c15e43e47 Use properties from pom.xml rather than fixed values
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927459 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:56:26 +00:00
Sebastian Bazley 444c1a26f5 Replace deprecated issueLinkTemplate.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927458 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:50:42 +00:00
Sebastian Bazley 6b37cec59a Tab police
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927449 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:27:30 +00:00
Sebastian Bazley 0ebd188e03 Suppress unused variable warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927440 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:08:40 +00:00
Sebastian Bazley 5eeb11e8e1 Unnecessary semi-colons
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927439 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:08:12 +00:00
Sebastian Bazley ca45e8a4ea Unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927438 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:07:54 +00:00
Sebastian Bazley 58297f46ea Translate double-space into new-line when generating release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927356 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 11:51:19 +00:00
Luc Maisonobe c4b72692f8 typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927342 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 10:55:55 +00:00
Sebastian Bazley 591fd5809c Fix up project name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927272 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 05:04:55 +00:00
Sebastian Bazley 6a90d791ac Re-arrange description to make it easier to paste into the generated release notes
(It's also a bit easier to read in the source).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927264 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 03:29:14 +00:00