2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00
Commit Graph

439 Commits

Author SHA1 Message Date
Paul A. Bristow
4123458d0e 1st tests
[SVN r3496]
2006-12-04 17:57:12 +00:00
Paul A. Bristow
f878c291d9 1st cut
[SVN r3495]
2006-12-04 17:54:35 +00:00
Paul A. Bristow
6661f1df5c Updated getting about and added references
[SVN r3494]
2006-12-04 16:55:38 +00:00
John Maddock
9f047e478e More doc tweeks, improved the "about" page.
Adjusted the neg binomial test to pass on HP-UX.


[SVN r3493]
2006-12-04 16:05:17 +00:00
Paul A. Bristow
e7420f4519 Added warning 4180 suppression. (in fusion)
[SVN r3488]
2006-12-03 13:34:17 +00:00
John Maddock
306748dcee Small fixes to beta and beta distribution.
Brought docs into line.


[SVN r3487]
2006-12-02 19:21:13 +00:00
John Maddock
4358aba0ee Finished off binomial and neg binomial docs (hopefully).
Renamed param estimators for (negative) binomial sample sizes.
Tweaked root finding algorithms.
Tweaked ibeta inverse.


[SVN r3483]
2006-11-30 18:26:30 +00:00
John Maddock
ccfb864daf Added Jeffreys prior method to the binomial confidence limits.
Fixed a few typos in the neg binomial.


[SVN r3482]
2006-11-30 10:47:26 +00:00
Paul A. Bristow
30c5f9e950 Fumblings removed.
[SVN r3481]
2006-11-30 09:46:46 +00:00
John Maddock
be4a5c91ed More doc tweeks.
[SVN r3479]
2006-11-28 18:32:55 +00:00
John Maddock
245447e82d Do need the warning supression after all for gcc.
[SVN r3478]
2006-11-28 18:08:16 +00:00
John Maddock
dc044ee97f Typo fix
[SVN r3477]
2006-11-28 16:41:44 +00:00
Paul A. Bristow
265bfbf91a Added checks that real_concept throws overflow when result is infinity.
[SVN r3476]
2006-11-28 16:31:26 +00:00
Paul A. Bristow
5ac4643cad Added getting about section and many cross refs.
Change instruduction to About


[SVN r3475]
2006-11-28 15:42:38 +00:00
Paul A. Bristow
f78564f356 Simple example of exceptions with Sutdent's t referenced from docs.
[SVN r3474]
2006-11-28 15:38:24 +00:00
John Maddock
1002d7d090 Minor coments/changes to code.
Proof reading changes to docs, mostly rewritten neg binomial worked example.
Removed dead test.


[SVN r3473]
2006-11-28 14:12:26 +00:00
John Maddock
475d4a0280 Misc small fixes and warning suppressions.
[SVN r3472]
2006-11-28 10:54:09 +00:00
Paul A. Bristow
03e3126745 Added tests that should return infinity for built-in but not for real_concept which lacks infinity.
[SVN r3471]
2006-11-28 10:42:37 +00:00
Paul A. Bristow
fe288c5acc Added test for quantile boundary. Need waay to test for infinity.
[SVN r3470]
2006-11-27 19:05:04 +00:00
Paul A. Bristow
69ecd8d2a0 Boundary values for quantile corrected and tests added but still don't deal with infinity well. TODO still.
[SVN r3469]
2006-11-27 19:02:37 +00:00
Paul A. Bristow
2fdd390169 Promotion no longer relevant so removed..
[SVN r3468]
2006-11-27 15:40:28 +00:00
Paul A. Bristow
a98360a964 Added link to (corrected) compilers
[SVN r3467]
2006-11-27 10:19:12 +00:00
Paul A. Bristow
b854a6dde0 New item on how/which compilers work.
[SVN r3466]
2006-11-27 10:09:56 +00:00
Paul A. Bristow
0f81ae8494 Previous contenst removed leaving jsut a skeleton ready another example?
[SVN r3464]
2006-11-26 11:24:06 +00:00
John Maddock
ed1b8ae751 Finally got the parameter estimators right, and checked against "known goods".
Misc small fixes to the docs and example programs.


[SVN r3462]
2006-11-26 09:03:49 +00:00
John Maddock
7fc815029e Fixed up neg binomial estimators.
Enabled neg binomial tests and adjusted arguments.
Added extra comment to binomial.


[SVN r3460]
2006-11-24 19:14:32 +00:00
John Maddock
d15bf712e5 Fixed binomial estimators and added stronger tests.
Typos in concepts.
Enabled native log1pl on more platforms.
Fixed binomial example.
Added image.


[SVN r3459]
2006-11-24 18:54:52 +00:00
Paul A. Bristow
867dd1d8e6 added code for special case prob < cdf(0) for quantile and complement.
[SVN r3458]
2006-11-24 17:53:10 +00:00
Paul A. Bristow
117a715923 Added tests for prob smaller than cdf(0) for quantile and complement.
[SVN r3457]
2006-11-24 17:52:05 +00:00
Paul A. Bristow
45de3a56cf Added test fo quantile with probability < pdf(0) - expect zero.
[SVN r3456]
2006-11-24 17:10:27 +00:00
Paul A. Bristow
2385fdbf86 new example of simple bad argument handling.
[SVN r3455]
2006-11-24 14:12:08 +00:00
Paul A. Bristow
fe021a1363 Added comment to error
[SVN r3454]
2006-11-24 14:09:55 +00:00
Paul A. Bristow
744098e92d Removed poisson but added error handling info & link to example.
[SVN r3453]
2006-11-24 14:07:27 +00:00
Paul A. Bristow
e372e8f6f0 Added error ahndling example
[SVN r3452]
2006-11-24 14:03:39 +00:00
Paul A. Bristow
4a6cd24f9c suppressed error 4702 unreachable code.
[SVN r3451]
2006-11-24 12:23:32 +00:00
Paul A. Bristow
81d08b902d Notes of optimisation revmoed from implmentation nad just parked here but NOT referenced anywhere.
[SVN r3450]
2006-11-24 12:19:18 +00:00
Paul A. Bristow
9c804d1c12 Added more tests to run - still more to do.
[SVN r3449]
2006-11-24 10:00:33 +00:00
Paul A. Bristow
35277a2893 Few typos corrected and section title now [sect:remez The Remez Method]
[SVN r3446]
2006-11-23 18:23:45 +00:00
Paul A. Bristow
48b5f13838 if (p <= pow(1 - dist.success_fraction(), dist.trials()))
{ // p <= pdf(dist, 0) == cdf(dist, 0)
   return 0; // So the only reasonable result is zero.
} // And root finder would fail otherwise.
Added, and similarly for complement


[SVN r3445]
2006-11-23 17:46:15 +00:00
Paul A. Bristow
629c09b1ed binomial_distribution<> needed now no binomial typedef
[SVN r3444]
2006-11-23 15:35:55 +00:00
Paul A. Bristow
a961b3ab80 binomial_distribution<> for binomial, now no typedef
[SVN r3443]
2006-11-23 15:34:35 +00:00
Paul A. Bristow
f0e15a9a5a Spelling etc
[SVN r3442]
2006-11-23 10:05:57 +00:00
John Maddock
78244650dc More fixes to precision.hpp
More or less finished concept docs.
Lots of proof-reading and editorial fixes.


[SVN r3440]
2006-11-22 18:48:28 +00:00
Paul A. Bristow
869bd3f433 Revised to improve layout.
[SVN r3439]
2006-11-22 18:42:04 +00:00
Paul A. Bristow
a65a57f360 Revised after split from confidence limits.
[SVN r3438]
2006-11-22 18:40:53 +00:00
Paul A. Bristow
24af492a2d Correction to estimate parameters.
[SVN r3437]
2006-11-22 18:28:23 +00:00
Paul A. Bristow
1192252ba9 Correced typos and added <16834> size for 80 and 128 bit
[SVN r3436]
2006-11-22 16:48:52 +00:00
Paul A. Bristow
45f69d6aef Added explanation of the alpha/2 on confidence interval.
[SVN r3435]
2006-11-22 15:47:58 +00:00
Paul A. Bristow
0509532ec0 added ref to approximations.
[SVN r3434]
2006-11-22 15:18:29 +00:00
Paul A. Bristow
a2d56f5be6 Notes on implementation. Needs JM to proof read and add link to it if OK.
[SVN r3433]
2006-11-22 15:01:59 +00:00