Commit Graph

1217 Commits

Author SHA1 Message Date
Luc Maisonobe f1961ea622 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@588671 13f79535-47bb-0310-9956-ffa450edef68
2007-10-26 14:49:23 +00:00
Luc Maisonobe 08939e1068 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@588655 13f79535-47bb-0310-9956-ffa450edef68
2007-10-26 14:13:13 +00:00
Luc Maisonobe 3f5bd34a92 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@588650 13f79535-47bb-0310-9956-ffa450edef68
2007-10-26 13:59:51 +00:00
Luc Maisonobe 0e87b091cb removed an unneeded import statement
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@582741 13f79535-47bb-0310-9956-ffa450edef68
2007-10-08 08:04:27 +00:00
Phil Steitz 00f38adf97 s/Bugzilla/JIRA
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@582715 13f79535-47bb-0310-9956-ffa450edef68
2007-10-08 06:19:23 +00:00
Luc Maisonobe dac4f4f966 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@582683 13f79535-47bb-0310-9956-ffa450edef68
2007-10-07 21:20:20 +00:00
Luc Maisonobe 00f7b063b3 fixed a serialization-related array update error in DummyStepInterpolator
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@582682 13f79535-47bb-0310-9956-ffa450edef68
2007-10-07 21:19:14 +00:00
Luc Maisonobe 67b86d4ccf added the two methods getCurrentStepStart and getCurrentStepsize to interface FirstOrderIntegrator allowing ODE problems to retrieve the current step start and size during integration for each step trial (i.e. even before the step is accepted)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@580753 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 16:58:50 +00:00
Luc Maisonobe e92a93d217 fixed typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@580751 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 16:57:45 +00:00
Luc Maisonobe 62c72ca66d improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574367 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 20:43:26 +00:00
Luc Maisonobe 0b61d3963c added new messages from sanity checks
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574366 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 20:42:50 +00:00
Luc Maisonobe dfab77b143 improved sanity checks at integration start
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574365 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 20:42:13 +00:00
Luc Maisonobe 6261e6a91b removed factories from the new ODE package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574335 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 19:00:09 +00:00
Luc Maisonobe 3173d89780 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574330 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 18:46:05 +00:00
Luc Maisonobe f8b5350ec2 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574265 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 14:40:42 +00:00
Luc Maisonobe 02a39b2078 replaced arbitrarily small thresholds by 0 where it was sensible with respect to IEEE754
removed unnecessary else clauses
removed double indices where possible
fixed some comments


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574264 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 14:39:43 +00:00
Luc Maisonobe c4cc69cf52 removed an unneeded else
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574261 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 14:36:21 +00:00
Luc Maisonobe 2d37d67079 improved test coverage
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574169 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 08:23:21 +00:00
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