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

413 Commits

Author SHA1 Message Date
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
Paul A. Bristow
ad935faf15 Some very simple examples of usage.
[SVN r3432]
2006-11-22 14:49:31 +00:00
Paul A. Bristow
6a12cd4697 Various examples of construction od distributions, and complications where name == function.
Needs a reference from docs.


[SVN r3431]
2006-11-22 14:33:22 +00:00
Paul A. Bristow
c4cf011e74 Added "examples" to avoid possible confusion.
[SVN r3430]
2006-11-21 19:16:13 +00:00
Paul A. Bristow
2d9ac21dbc Added neg binom examples text
[SVN r3429]
2006-11-21 19:15:19 +00:00
Paul A. Bristow
12a428945b Added refs to negative binomial
[SVN r3428]
2006-11-21 19:07:29 +00:00
Paul A. Bristow
8759a0ee24 !st cut - unsure if results make sense?
[SVN r3427]
2006-11-21 19:03:40 +00:00
Paul A. Bristow
70d27a30e5 Very simple example showing replacement of NAG library calls.
[SVN r3426]
2006-11-21 17:23:56 +00:00
Paul A. Bristow
ef67590773 Examples of confidence limits like binomial.
[SVN r3425]
2006-11-21 17:18:45 +00:00
Paul A. Bristow
0f72972f34 various corrections.
[SVN r3424]
2006-11-21 17:16:37 +00:00
John Maddock
12984831f0 More concept docs, updated code to match.
[SVN r3423]
2006-11-21 13:19:08 +00:00
John Maddock
0acf43bad7 Started adding propper concept docs.
Fixed some typos and misleading information in the Remez backgrounder.


[SVN r3422]
2006-11-20 17:20:40 +00:00
John Maddock
aaf57a0247 Typo fix.
[SVN r3421]
2006-11-20 15:24:21 +00:00
Paul A. Bristow
1abdcfd762 Added "examples" to title to avoid possible confusion with reference.
[SVN r3420]
2006-11-20 15:00:12 +00:00
Paul A. Bristow
828a7a17ae Typo.
[SVN r3419]
2006-11-20 14:58:13 +00:00
Paul A. Bristow
019ee9c9cd Added confidence interval info.
[SVN r3418]
2006-11-20 14:57:01 +00:00
Paul A. Bristow
0daca033f9 Corrected typos on previous!
[SVN r3417]
2006-11-20 14:56:12 +00:00
Paul A. Bristow
4e7f061f9d Added 'example' to the title (to avoid possible confusion with reference).
[SVN r3416]
2006-11-20 14:52:21 +00:00
John Maddock
b89f35783e More editorial and proof reading fixes.
Added initial draft of Remez background information.


[SVN r3414]
2006-11-19 18:29:06 +00:00
John Maddock
80999b4437 Lot's of editorial changes, and tweeks from proof reading.
Fixed syntax of nullary quickbook templates.


[SVN r3411]
2006-11-16 14:20:31 +00:00
Paul A. Bristow
47bf00aaa6 Some corrections but needs more work.
[SVN r3410]
2006-11-16 12:47:48 +00:00
Paul A. Bristow
a6b95e985f Some corrections but still not right.
[SVN r3409]
2006-11-16 12:46:45 +00:00
Paul A. Bristow
bc7083d733 Corrected floor template use?
[SVN r3407]
2006-11-15 15:57:59 +00:00
Paul A. Bristow
63eee90038 Removed test HTML4 and changed template (to uncertain effect:-(
[SVN r3406]
2006-11-15 15:57:03 +00:00
Paul A. Bristow
6a6000d913 Corected several it's to its. There is ONLY a ' when it's an abbreviation for 'it is'.
All these uses were possession: as in his, hers, its possession


[SVN r3405]
2006-11-15 14:30:14 +00:00
Paul A. Bristow
4028c2e864 Added distribution but estimate parameters is still wrong.
[SVN r3404]
2006-11-15 14:22:27 +00:00
John Maddock
fc24a96540 More editorial changes, more graphs and equations. Added "Distribution" to the title where it was missing.
[SVN r3403]
2006-11-15 13:05:39 +00:00