Commit Graph

999 Commits

Author SHA1 Message Date
Luc Maisonobe cfab1fd925 removed an unneeded else
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574168 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 08:22:54 +00:00
Luc Maisonobe 3c00d3be11 fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574159 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 07:38:55 +00:00
Luc Maisonobe c5cb64a7e3 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574082 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 21:39:00 +00:00
Luc Maisonobe 5ae04469dc fixed visibility of setMultiStart,
it should be called only from within the minimizes methods

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574081 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 21:38:13 +00:00
Luc Maisonobe df73324161 fixed javadoc errors introduced with r574049
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574050 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 18:54:08 +00:00
Luc Maisonobe 404971c56a [MATH-160] introduced a new UnknownDistributionChisSquareTest interface
to hold the new methods without creating binary incompatibilities with
commons-math 1.1
The factories have been deprecated and do not handle this new interface

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574049 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 18:46:38 +00:00
Henri Yandell d762008115 Changing name to 'Commons Xxx'
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@568979 13f79535-47bb-0310-9956-ffa450edef68
2007-08-23 13:38:00 +00:00
Luc Maisonobe 6e0cf265e2 removed an uneeded throw declaration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567820 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 20:28:02 +00:00
Luc Maisonobe 8a8d0c016f removed warnings about internal test classes that should have been declared static
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567819 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 20:27:01 +00:00
Luc Maisonobe bdcd470267 changed getWindowSized to synchronized since setWindowSize was already synchronized
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567815 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 20:19:12 +00:00
Luc Maisonobe 22b8f2abbd fixed an integer division error (should have been a float division)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567813 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 20:08:59 +00:00
Phil Steitz a7cc642717 Updated commons parent version to 4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567499 13f79535-47bb-0310-9956-ffa450edef68
2007-08-19 23:06:31 +00:00
Luc Maisonobe 1402a92679 removed warnings about unused return values/fields
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567422 13f79535-47bb-0310-9956-ffa450edef68
2007-08-19 16:21:56 +00:00
Luc Maisonobe d784ea2eb6 fixed a missing initialization
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567420 13f79535-47bb-0310-9956-ffa450edef68
2007-08-19 16:15:02 +00:00
Luc Maisonobe 9c2dd8a5f7 added missing Apache header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567107 13f79535-47bb-0310-9956-ffa450edef68
2007-08-17 18:56:15 +00:00
Luc Maisonobe 90eb6a4425 [MATH-165] basic implementation of a SimpleEstimationProblem
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567080 13f79535-47bb-0310-9956-ffa450edef68
2007-08-17 16:26:45 +00:00
Luc Maisonobe 399b104b96 fixed a warning about a missing serialVersionUID
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@566841 13f79535-47bb-0310-9956-ffa450edef68
2007-08-16 20:43:44 +00:00
Luc Maisonobe 282cd1de7d fixed a non-static call to a static method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@566837 13f79535-47bb-0310-9956-ffa450edef68
2007-08-16 20:40:28 +00:00
Luc Maisonobe ea14dd91da fixed numerous warnings in test code (unused fields/results, fields only set to null)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@566833 13f79535-47bb-0310-9956-ffa450edef68
2007-08-16 20:36:33 +00:00
Luc Maisonobe 52b98250c2 replaced some references to Jakarta after commons switched as TLP
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@566257 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 16:43:31 +00:00
Luc Maisonobe 1340aa1c11 fixed a mixed case error (setup vs. setUp) that prevented tests setup
fixed the associated tolerance for some failing tests

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@563850 13f79535-47bb-0310-9956-ffa450edef68
2007-08-08 13:18:46 +00:00
Phil Steitz 980c3ae6f1 Temporarily disabled clirr compatibility check.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562983 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 23:08:30 +00:00
Phil Steitz 04328af1fc Removed coberta coverage check. Was causing install to fail
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562981 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 23:00:03 +00:00
Phil Steitz 720bc3396e Step coberta back down to 2.0 - was causing build failures.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562980 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 22:52:35 +00:00
Brett Porter f8b552a1d4 don't need to use SSL for a read-only connection
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562975 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 21:59:36 +00:00
Niall Pemberton f287c93889 TLP Move change wiki URLs from "wiki.apache.org/jakarta-commons" to "wiki.apache.org/commons"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562963 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 21:10:51 +00:00
Luc Maisonobe 6945cbe890 new attempt to fix an encoding error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@562944 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 19:45:27 +00:00
Niall Pemberton a9b4323132 Add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561984 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 22:56:34 +00:00
Niall Pemberton f4febb7fed Correct missing = signs in due-to
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561566 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 21:59:07 +00:00
Matthew Jason Benson 1001918f86 Apache Apache
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561531 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 21:02:26 +00:00
Niall Pemberton 832bd9cb61 Move Commons TLP changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561417 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 18:13:25 +00:00
Henri Yandell b0cfd5b55f Fixing svn locations after TLP move
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561233 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 05:50:09 +00:00
Rahul Akolkar 9e66e1f2c9 TLP related blanket changes:
s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 04:17:09 +00:00
Henri Yandell 6bee60e63a Moving to a css on the Commons site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@560857 13f79535-47bb-0310-9956-ffa450edef68
2007-07-30 03:57:33 +00:00
Henri Yandell c5ad359270 Fixing the mailing list addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@560804 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 20:14:22 +00:00
Luc Maisonobe d06b484f9f changed a character from isolatin-1 to UTF-8 encoding
as specified in the XML header

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@560755 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 16:22:53 +00:00
Henri Yandell fb5a34e869 Moving to TLP
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@560660 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:42:34 +00:00
Henri Yandell a7f79b046e Moving back :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@560658 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:42:15 +00:00
Henri Yandell 211584bc3d Moving to TLP
git-svn-id: https://svn.apache.org/repos/asf/commons/commons/proper/math/trunk@560657 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:40:41 +00:00
Henri Yandell 054e2bf2f5 Updating to reflect website change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@560518 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 08:12:57 +00:00
Niall Pemberton d91fee369c Remove jakarta references from m1 and m2 builds
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
2007-07-27 17:52:04 +00:00
Phil Steitz b8b6c66e1c Modified NormalDistributionImpl.cumulativeProbablity to catch
MaxIterationsExceededException and return 0 or 1, resp. if the argument
is more than 20 standard deviations from the mean.

JIRA: MATH-167


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@558450 13f79535-47bb-0310-9956-ffa450edef68
2007-07-22 02:33:08 +00:00
Phil Steitz 13eb8cca17 Added test to confirm that nextUniform excludes endpoints.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@556485 13f79535-47bb-0310-9956-ffa450edef68
2007-07-16 01:21:45 +00:00
Phil Steitz 5976a62dee Corrected error in exception text.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@556484 13f79535-47bb-0310-9956-ffa450edef68
2007-07-16 01:20:12 +00:00
Phil Steitz c4b439e7aa Added recent contributors - should have been in r554220.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@554224 13f79535-47bb-0310-9956-ffa450edef68
2007-07-07 16:17:34 +00:00
Phil Steitz a4cc11257a Added recent contributors.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@554220 13f79535-47bb-0310-9956-ffa450edef68
2007-07-07 15:36:23 +00:00
Luc Maisonobe d01b99cd4a trivial javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@553603 13f79535-47bb-0310-9956-ffa450edef68
2007-07-05 18:34:45 +00:00
Luc Maisonobe 78c5894849 slightly improved documentation for random vectors generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@553328 13f79535-47bb-0310-9956-ffa450edef68
2007-07-04 20:49:09 +00:00
Rahul Akolkar c3f151d32a Update NOTICE files in trunks-proper in light of TLP move (and add component names to NOTICEs where missing).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@553294 13f79535-47bb-0310-9956-ffa450edef68
2007-07-04 18:26:27 +00:00
Phil Steitz 7323a8a8b1 Added two-sample (binned comparison) ChiSquare test
JIRA: MATH-160
Thanks to: Matthias Hummel



git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@550285 13f79535-47bb-0310-9956-ffa450edef68
2007-06-24 21:10:19 +00:00