Commit Graph

1217 Commits

Author SHA1 Message Date
Luc Maisonobe fa012ac9c2 branching for initial work on 2.0
starting from a copy of trunk, shortly after 1.2 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@651200 13f79535-47bb-0310-9956-ffa450edef68
2008-04-24 09:03:43 +00:00
Brent Worden de2965f24c MATH-201. Fixed truncation error in t-test classes for large t values.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@645193 13f79535-47bb-0310-9956-ffa450edef68
2008-04-06 01:25:08 +00:00
Brent Worden edbf811194 set subversion properties on new files.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@643028 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 15:39:17 +00:00
Brent Worden 9e8037518e added beginning of genetics framework.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@643027 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 15:37:16 +00:00
Luc Maisonobe 2c443ab8b0 fixed crashes in AbstractEstimator when some parameters are bound.
getCovariances() and guessParametersErrors() now only give result
about unbound parameters
JIRA: MATH-200

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@642357 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28 20:06:54 +00:00
Luc Maisonobe b736c8bda6 removed warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@640206 13f79535-47bb-0310-9956-ffa450edef68
2008-03-23 13:46:40 +00:00
Luc Maisonobe 5f13efdba8 added an error message for Levenberg-Marquardt
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@640205 13f79535-47bb-0310-9956-ffa450edef68
2008-03-23 13:37:04 +00:00
Luc Maisonobe faead6c3fb detect numerical problems in Q.R decomposition for Levenberg-Marquardt estimator
and report them appropriately
JIRA: MATH-199

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@640204 13f79535-47bb-0310-9956-ffa450edef68
2008-03-23 13:36:03 +00:00
Luc Maisonobe cd5f65c4c7 added an error detection for missing imaginary character while parsing complex string
JIRA: MATH-198

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@640191 13f79535-47bb-0310-9956-ffa450edef68
2008-03-23 12:22:59 +00:00
Henri Yandell 07b329c5fd Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@637007 13f79535-47bb-0310-9956-ffa450edef68
2008-03-14 06:41:17 +00:00
Niall Pemberton b2f0dda11d Upgrade to version 9 of commons-parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@635244 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 14:21:48 +00:00
Brent Worden f1f69b2d78 MATH-193. javadoc and style fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@635154 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 03:54:20 +00:00
Brent Worden 80416d808e replace string concatenation with StringBuffer.append calls.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@635150 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 03:30:30 +00:00
Luc Maisonobe 7d28e0f53d fixed javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@633991 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 19:29:38 +00:00
Niall Pemberton ffc1d28311 Rool Math version number to 1.3-SNAPSHOT following 1.2 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@633875 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 15:20:28 +00:00
Niall Pemberton b4f407e7c3 Remove OSGi configuration in maven-jar-plugin (now handled by maven-bundle-plugin configured in commons-parent)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@632827 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 20:05:49 +00:00
Niall Pemberton 13482b72fb Add Issue Tracking and Download pages generated by commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@632817 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:46:00 +00:00
Niall Pemberton 0df8de7691 Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:37:56 +00:00
Phil Steitz b73432e8d6 Made builtBy attribute configurable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628515 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:56:26 +00:00
Phil Steitz ae18893755 Dropped reference to 1.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628512 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:55:24 +00:00
Phil Steitz 0473351c85 Added LICENSE.txt to jar, changed jar name to 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628511 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:54:58 +00:00
Phil Steitz effdf4250c Dropped extraneous elements causing problems for maven 1.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628510 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:47:39 +00:00
Phil Steitz 1f278be0db Commented out reference to currently defunct nightlies.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628506 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 16:27:16 +00:00
Phil Steitz f6a6d7a0be Prepare for 1.2-RC2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628429 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 05:20:25 +00:00
Phil Steitz f1257e2c36 Changed version to RC2, added pointer to build instructions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628428 13f79535-47bb-0310-9956-ffa450edef68
2008-02-17 05:19:41 +00:00
Luc Maisonobe 7b7f9388eb fixed a javadoc link that used the wrong method name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628352 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:39:03 +00:00
Luc Maisonobe b660e38549 fixed wrong javadoc links
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628350 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:31:03 +00:00
Luc Maisonobe 195b08aa92 minor javadoc changes (ith -> i<sup>th</sup>, removed extra curly brace)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628349 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:30:35 +00:00
Luc Maisonobe e08fbb00c3 removed javadoc links to the addValue method which does not belong to the interface
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628348 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:29:40 +00:00
Luc Maisonobe 651cae8991 fixed functions names (minimizes -> minimize)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628000 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:31:48 +00:00
Luc Maisonobe 7f5355a3ea improved consistency between Vector3D and RealMatrix API (multiply -> scalarMultiply)
improved javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627998 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:24:50 +00:00
Luc Maisonobe 79325e1f4e fixed exception messages arguments types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627994 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:16:05 +00:00
Luc Maisonobe b09bdfb66e improved javadoc (null norm => zero norm)
improved exception consistency
(ArithmeticException => IllegalArgumentException for zero norm argument vectors)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627993 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:13:39 +00:00
Luc Maisonobe 2b4c87babc changed ArrayListe to List
made fields final

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627989 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:04:02 +00:00
Luc Maisonobe 2295b7c2fb improved SOC between AbstractEstimator and its derived classes
(changed fields from protected to private, changed methods to final,
added counter incrementation final method)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@627987 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 10:01:26 +00:00
Luc Maisonobe 5fbdab2e13 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620579 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 19:00:19 +00:00
Niall Pemberton 21e2c2785a Add license-header.txt to source distro assembly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620449 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 10:14:44 +00:00
Phil Steitz c1e5b6bcfc Reordered javadoc links, prepared for 1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620409 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 04:54:55 +00:00
Phil Steitz ba57ea6c80 Preparing for 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620408 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 04:52:17 +00:00
Phil Steitz f967b359e7 Made numerator and denominator final in Fraction and
deprecated protected real and imaginary parts fields in Complex,
making Fraction immutable and preparing Complex to become fully
immutable in 2.0.
JIRA: MATH-188
Reported and patched by Sebastian Bazley


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620373 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:18:39 +00:00
Phil Steitz ce9150e867 Added deprecations summary.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620370 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:08:25 +00:00
Phil Steitz 8eba63863c Fixed AbstractIntegerDistribution cumulativeProbablility(-,-)
to correctly handle double arguments.
JIRA: MATH-184
Reported by Yegor Bryukhov


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620368 13f79535-47bb-0310-9956-ffa450edef68
2008-02-11 01:04:48 +00:00
Phil Steitz 3c9e28e533 Javadoc. Removed obsolete comment.
JIRA: MATH-187
Reported by Sebastian Bazley


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620330 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 21:10:30 +00:00
Phil Steitz f42a88e25e Improved javadoc for implementation setters / getters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620318 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 20:17:24 +00:00
Phil Steitz d846c5da94 Javadoc only. Added @since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620312 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 19:28:59 +00:00
Luc Maisonobe f5a644e863 added a line about multivariate summary statistics.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620293 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:44:50 +00:00
Luc Maisonobe 7953b0007a removed references to the StatisticalMultivariateSummaryValues class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620290 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:28:50 +00:00
Luc Maisonobe 513804d9d4 improved javadoc according to Phil's changes in the implementation class
added the missing getGeometricMean method

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620289 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:25:34 +00:00
Luc Maisonobe 9e0d00dc7e removed the StatisticalMultivariateSummaryValues class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620288 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 16:23:59 +00:00
Phil Steitz e671f72818 Fixed typo in header comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620229 13f79535-47bb-0310-9956-ffa450edef68
2008-02-10 01:04:38 +00:00