Commit Graph

961 Commits

Author SHA1 Message Date
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
Phil Steitz 9104ab39e9 Added log function.
JIRA: MATH-158



git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@549299 13f79535-47bb-0310-9956-ffa450edef68
2007-06-20 23:39:50 +00:00
Phil Steitz 35414bc4f4 Increased default epsilon for Gamma, Beta function evaluation.
JIRA: MATH-166
Reported and patched by Lukas Theussl


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@549278 13f79535-47bb-0310-9956-ffa450edef68
2007-06-20 22:24:04 +00:00
Henri Yandell 5bc120c5df Merging all the KEYS files into a single one. Storing this in trunks-proper, and it'll need exporting to http://www.apache.org/dist/jakarta/commons/KEYS when changed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@547336 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 17:55:10 +00:00
Phil Steitz 739ed17f8c Javadoc only. Made it clear that increment-getResult uses a different,
less accurate, computing formula than evaluate for Variance.
JIRA: MATH-163


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@546001 13f79535-47bb-0310-9956-ffa450edef68
2007-06-11 04:42:56 +00:00
Brent Worden a012ec83ec Removed dependency on DistributionFactory.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545192 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 14:35:04 +00:00
Brent Worden b345aa99c1 Removed dependency on DistributionFactory. Added settable normal distribution field.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545184 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 13:55:36 +00:00
Brent Worden de8c2adc64 Removed dependency on DistributionFactory. Added settable gamma distribution field.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545179 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 13:44:09 +00:00
Brent Worden 52775a6b76 Removed dependency on DistributionFactory. Added settable chi-squared distribution field.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545174 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 13:30:19 +00:00
Brent Worden 879a6c0e07 Removed dependency on DistributionFactory. Added settable t distribution field.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545169 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 13:22:45 +00:00
Brent Worden 8d14277eb6 Removed dependency on DistributionFactory. Added settable t distribution field.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@545161 13f79535-47bb-0310-9956-ffa450edef68
2007-06-07 13:08:57 +00:00
Phil Steitz ad8f706395 Added clirr check and report.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543695 13f79535-47bb-0310-9956-ffa450edef68
2007-06-02 01:59:34 +00:00
Phil Steitz 830f269247 Javadoc; changed string double generator to use valueOf.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543079 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 07:58:32 +00:00
Phil Steitz 836476d201 Added missing license headers.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543073 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 07:37:24 +00:00
Phil Steitz bbb793aabd Added site deployment config.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543067 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 06:34:41 +00:00
Phil Steitz bb3ed2c0b6 Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543065 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 05:45:11 +00:00
Phil Steitz f61c6e1a15 Fixed name.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543062 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 05:17:43 +00:00
Phil Steitz 5d58216678 Configured reports.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543056 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 04:57:45 +00:00
Phil Steitz 9d23225355 Added resources for m2 site.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543054 13f79535-47bb-0310-9956-ffa450edef68
2007-05-31 04:53:37 +00:00
Phil Steitz ed2a644830 Javadoc formatting and minor edits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542048 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 23:02:13 +00:00
Phil Steitz 11d16247b4 Made license headers conistent.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542027 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 19:36:53 +00:00
Phil Steitz a0cde055d8 Made license headers conistent.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542026 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 19:27:10 +00:00
Phil Steitz 53b3321e89 Made license headers conistent, removed author tags (with permission).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542025 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 19:21:12 +00:00
Phil Steitz f4abe5ed28 Made license headers conistent, removed author tags (with permission).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542018 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 18:40:52 +00:00
Phil Steitz db9790e57e Made license headers conistent, removed author tags (with permission)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542017 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 18:35:14 +00:00
Phil Steitz e4a342449a Made license headers conistent, removed author tags (with permission)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@541998 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 16:16:29 +00:00
Phil Steitz 7851eace4f Made license headers consistent, removed @author tag (with permission)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@541959 13f79535-47bb-0310-9956-ffa450edef68
2007-05-27 02:11:12 +00:00
Luc Maisonobe cb1c0adcc8 javadoc: fixed missing semicolons in entity references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539928 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 20:08:06 +00:00
Phil Steitz fb8da62041 Javadoc only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539915 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 19:30:05 +00:00
Phil Steitz 9b0466f648 Javadoc. Replaced MathML entity with numeric character reference.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539909 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 18:42:50 +00:00
Phil Steitz a556284602 Javadoc only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539830 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 05:48:00 +00:00
Phil Steitz 9f8370f336 eliminated unnecessary Double creation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@539829 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 05:45:54 +00:00
Phil Steitz fe13c2bcfa Added back (deprecated) legacy constructors to restore backward compatibility.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537718 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 06:08:16 +00:00
Phil Steitz 42a78122d1 Fixed some typos, minor edits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537703 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 04:28:00 +00:00
Phil Steitz 78727dd83f Javadoc only. Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537701 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 04:22:07 +00:00
Phil Steitz 81310ec9a4 Configured assembly plugin, bumped commons parent version to 2.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@537700 13f79535-47bb-0310-9956-ffa450edef68
2007-05-14 04:19:48 +00:00
Luc Maisonobe aee7901e2a fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@536288 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:21:47 +00:00
Luc Maisonobe bb00559975 [MATH-156] use initial guess provided by the caller to BrentSolver.solve(),
thus improving speed

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@536283 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:16:52 +00:00
Phil Steitz 35b7e706cc Added assemblies for source, binary distros.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@533469 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 06:33:54 +00:00