Commit Graph

5028 Commits

Author SHA1 Message Date
Paul A. Bristow
061f4500b0 background info on random variates and info on discrete distributions.
[SVN r3252]
2006-10-14 15:04:10 +00:00
John Maddock
5f5d873826 Added concept checks and concept archetypes.
Uprated tests and distributions to match concept requirements.


[SVN r3251]
2006-10-13 17:37:27 +00:00
John Maddock
4edc3d19a1 Added cauchy, exponential, and extreme value distributions.
Updated style sheet.


[SVN r3250]
2006-10-12 17:28:09 +00:00
Paul A. Bristow
87afad1896 Output added.
[SVN r3249]
2006-10-10 16:15:59 +00:00
Paul A. Bristow
0010c8c1c6 misc trivia, spelling refs, punctation.
[SVN r3248]
2006-10-10 15:34:15 +00:00
Paul A. Bristow
2a191a2655 1st poisson distribuion sanity test.
[SVN r3247]
2006-10-10 15:32:21 +00:00
Paul A. Bristow
5eb7b02d56 1st version of Poisson as distribution. parameter estimation missing?
[SVN r3246]
2006-10-10 15:25:18 +00:00
John Maddock
9c6c14a2f7 Quash one more issue.
[SVN r3241]
2006-10-06 17:52:21 +00:00
John Maddock
15fc5d61e9 Document changes to incomplete gamma.
[SVN r3240]
2006-10-06 17:51:14 +00:00
John Maddock
d988a98c59 Added new asymptotic expansion for incomplete gamma functions P(a,x) and Q(a,x), used for large a, and a ~ x.
[SVN r3239]
2006-10-06 14:52:53 +00:00
John Maddock
c119a686cd Change tables so that they don't overflow in pdf format.
[SVN r3238]
2006-10-04 11:08:21 +00:00
John Maddock
5b95219e09 Fixed digamma 128-bit error rates with a more accurate value for the root.
Updated png's: hopefully they'll all render OK now.
Tweeked docs to reflect recent advances.


[SVN r3237]
2006-10-04 09:57:05 +00:00
Paul A. Bristow
b1fd830fde Added links
[SVN r3236]
2006-10-04 09:32:23 +00:00
Paul A. Bristow
0815a19859 Spelling
[SVN r3234]
2006-10-02 18:08:28 +00:00
Paul A. Bristow
7e1aec7557 Spellings
[SVN r3233]
2006-10-02 17:58:45 +00:00
John Maddock
dc9165592e Updated digamma docs and code.
Added needed include to test_data.hpp.
Changed Doc Jamfile to generate TOC with 0.2 version FOP.


[SVN r3232]
2006-10-02 16:58:49 +00:00
John Maddock
5997e3249c Added digamma.
Added needed #include to evaluation_type.
Updated minimax and lanczos generators to take account of digamma.


[SVN r3231]
2006-10-01 09:45:44 +00:00
John Maddock
f7937fd00b PDF options.
[SVN r3230]
2006-10-01 09:42:54 +00:00
John Maddock
2611d561c4 Changed image dpi for pdf generation.
[SVN r3229]
2006-10-01 09:40:28 +00:00
Paul A. Bristow
0ef909cbb5 Comments and added real_cast s to int unsigned int and long.
[SVN r3227]
2006-09-30 18:02:01 +00:00
Paul A. Bristow
0672bcb1a1 Comments & cosmetic.
[SVN r3226]
2006-09-29 16:22:28 +00:00
Paul A. Bristow
7b9e7a922d warning suppression for MSVC using push 'n' pop.
[SVN r3225]
2006-09-29 14:39:34 +00:00
Paul A. Bristow
19d0f37013 comment on non-integer k and discrete distributions.
[SVN r3224]
2006-09-29 14:13:28 +00:00
Paul A. Bristow
dbacc2276e trivia.
[SVN r3223]
2006-09-29 14:12:10 +00:00
Paul A. Bristow
a2ecd1e2ad Typos corrections
[SVN r3222]
2006-09-29 10:07:11 +00:00
John Maddock
0275810ec6 Updated fpclassify code to optimise isnan.
Removed reference to interval lib.


[SVN r3220]
2006-09-27 11:41:06 +00:00
John Maddock
7de8093531 Brought docs into line with code.
[SVN r3219]
2006-09-27 10:21:52 +00:00
John Maddock
11c1946e1e Fix minor bug in test_data.hpp.
Updated docs with minima and minimax docs.
Also reorganised to separate out the more experimental components.


[SVN r3218]
2006-09-26 18:24:13 +00:00
John Maddock
1335a727f6 Bug fix.
[SVN r3216]
2006-09-24 09:23:33 +00:00
John Maddock
b9e4fd1418 Updated old code to use compile-time polynomial size detection.
Fixed template deductiojn bug in evaluate_rational.
Updated lanczos generation to match.


[SVN r3215]
2006-09-24 09:23:09 +00:00
John Maddock
4679d4e421 Updated rational function evaluation with compile time detection of array size.
Added tests.
Updated Jamfile.


[SVN r3214]
2006-09-22 18:03:57 +00:00
Paul A. Bristow
153e797b74 Commented out variable name to avoid C4100 unref parameter, and comment on its use to select Lanczos.
[SVN r3213]
2006-09-22 11:33:23 +00:00
John Maddock
5fff71d70c Fix to get new code compiling with Borland.
[SVN r3212]
2006-09-22 09:43:52 +00:00
John Maddock
306c96a5e1 Adjusted limits.
[SVN r3211]
2006-09-22 09:29:19 +00:00
John Maddock
5b9e2ec5a8 Added new (better) forms for evaluating polynomials.
Added more Remez code, and appoximations for erf/erfc inverses.
Updated and refactored erf code to use new approximations.
Added more test cases.


[SVN r3210]
2006-09-22 09:28:40 +00:00
Paul A. Bristow
ba3332ebd1 Minor edits, & added license & copyright as comment.
[SVN r3208]
2006-09-21 14:24:57 +00:00
Paul A. Bristow
450e343db7 various grammar & punctuation and links.
[SVN r3206]
2006-09-19 17:02:31 +00:00
John Maddock
4c93ab96dd Initial commit.
[SVN r3205]
2006-09-18 12:15:26 +00:00
John Maddock
379e6a5e07 Oops, fix bug.
[SVN r3203]
2006-09-16 18:29:39 +00:00
John Maddock
33783a0295 Updated list of tests.
[SVN r3202]
2006-09-16 18:29:12 +00:00
John Maddock
70f321faf7 Typo fix.
[SVN r3201]
2006-09-16 16:42:57 +00:00
John Maddock
47690421b6 Added remez and minima tests.
Added some mimimal fixes to get the code to compile with Borland-5.8.2, although frankly it's more trouble than it's worth.


[SVN r3200]
2006-09-16 16:41:18 +00:00
John Maddock
4583823bad Removed errant [include] directive.
Tried to tidy up introduction formatting.


[SVN r3199]
2006-09-16 09:21:08 +00:00
John Maddock
70908617ed Fixed grammar error.
[SVN r3198]
2006-09-15 16:28:40 +00:00
John Maddock
6ee3cba62b Added Remez minimax code.
[SVN r3197]
2006-09-15 16:18:07 +00:00
John Maddock
a402e473be Updated error bounds.
[SVN r3196]
2006-09-15 16:14:43 +00:00
John Maddock
6a9623c9b2 Added missing inline specifiers: we get duplicate symbol errors without them!
[SVN r3195]
2006-09-15 16:10:21 +00:00
John Maddock
e9b217437e Added rational approximations for lgamma and small arguments: greatly reduced errors near the roots of lgamma.
[SVN r3194]
2006-09-15 16:09:12 +00:00
John Maddock
2554c95700 rename file.
[SVN r35047]
2006-09-08 12:31:26 +00:00
John Maddock
21475563ec rename file.
[SVN r35047]
2006-09-08 12:31:26 +00:00