Commit Graph

5028 Commits

Author SHA1 Message Date
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
Vladimir Prus
f13d99bc0a Merge 1.4->1.8 from HEAD to RC_1_34_0
[SVN r36158]
2006-11-23 08:16:42 +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