Commit Graph

5028 Commits

Author SHA1 Message Date
Paul A. Bristow
25570182cb Tests now pass, but more tests to do still.
[SVN r3307]
2006-10-24 17:47:40 +00:00
Paul A. Bristow
691dbdeca6 Reorganised into two examples.
[SVN r3306]
2006-10-24 09:41:19 +00:00
Paul A. Bristow
78cac89492 Many tests fail :-(( Work TODO!
[SVN r3305]
2006-10-24 09:40:14 +00:00
Paul A. Bristow
7a2a1e1586 Added check on conveience constructors
[SVN r3304]
2006-10-24 09:38:53 +00:00
Paul A. Bristow
504e9da847 Layout & comments only.
[SVN r3303]
2006-10-24 09:36:36 +00:00
Paul A. Bristow
c53678c846 Naive example giving listing suitable for plotting etc.
[SVN r3302]
2006-10-23 14:35:35 +00:00
Paul A. Bristow
d581e01cb3 Annotated examples of distribution construction.
[SVN r3301]
2006-10-23 13:19:47 +00:00
John Maddock
7a0ac09ba8 Misc fixes and better error handling and special case treatment.
[SVN r3300]
2006-10-23 12:55:19 +00:00
Paul A. Bristow
0a4dfe1bc5 complement and derived accessors still TODO
[SVN r3299]
2006-10-23 12:01:03 +00:00
Paul A. Bristow
4baf655d19 Worked example of negative binomial from wkipedia.
Need to remove the construtor examples elsewhere.


[SVN r3298]
2006-10-23 11:58:13 +00:00
Paul A. Bristow
0af1942639 Added complement.hpp and expm1 to get it compile, but fails tests as yet.
[SVN r3297]
2006-10-23 11:39:43 +00:00
Paul A. Bristow
14bb25eb12 Add test for two convenient constructions.
[SVN r3296]
2006-10-23 10:32:56 +00:00
Paul A. Bristow
55a7bcc2bb Add test for convenient construction.
[SVN r3295]
2006-10-23 10:29:56 +00:00
Paul A. Bristow
71fb3c7068 Added test for convenience construction.
[SVN r3294]
2006-10-23 10:18:53 +00:00
Paul A. Bristow
9db4e6f48f added link to wikipedia and test for distribution construction.
[SVN r3293]
2006-10-23 10:11:19 +00:00
Paul A. Bristow
d29c25757c Added some checks for scale and prob. But fails tests.
[SVN r3292]
2006-10-23 10:09:57 +00:00
Paul A. Bristow
fea4b203f7 Update to check two convenient constructors and added output.
[SVN r3290]
2006-10-22 17:45:24 +00:00
Paul A. Bristow
b5825186c2 Updated to check on two convenient construtors & output appended.
[SVN r3289]
2006-10-22 16:49:21 +00:00
Paul A. Bristow
98c1211f30 Added check on two convenient construction methods.
Also noted that a few tests fail at the tolerance of 50 eps. Needs >100 eps for a few tests.


[SVN r3288]
2006-10-22 16:44:41 +00:00
Paul A. Bristow
c9f0b66e46 Added RealType = double to all distribution docs.
[SVN r3287]
2006-10-22 16:32:46 +00:00
Paul A. Bristow
6f290c5a14 Removed typdef and added comment on why.
[SVN r3286]
2006-10-22 16:28:43 +00:00
Paul A. Bristow
8b9683d683 Changed to exaplain problem of name clashes and give example of binomial using binomial_distribution<>
[SVN r3285]
2006-10-22 16:22:04 +00:00
Paul A. Bristow
b69b5afbe0 Checked on two convenience distribution methods.
(And added stat_cast<V>() to polynomials in rational to avaoid warning)


[SVN r3284]
2006-10-22 16:12:38 +00:00
Paul A. Bristow
c7c1e86552 Several "return static_cast<V>( ... )" added to avoid warning C4244 conversion from 'const double' to 'float'.
Not all tested by test_chi_squared usage :-(  so a mistake might cause compile failures elsewhere?


[SVN r3283]
2006-10-22 16:05:07 +00:00
John Maddock
905c1c6fde Added program used to calculate the coefficients of Temme's igamma expansions.
[SVN r3282]
2006-10-22 16:00:02 +00:00
John Maddock
38e02e4b59 Added weibull tests.
Updated Jamfile.


[SVN r3281]
2006-10-22 15:49:08 +00:00
Paul A. Bristow
eb5e689ad5 updated test to confirm typedef distributions Do work for Cauchy but NOT binomial.
[SVN r3279]
2006-10-21 18:35:37 +00:00
Paul A. Bristow
ecd6a66fee Added default RealType double (except binomial - where commented out).
(Changes to test in binomial reflect this, others in progress).


[SVN r3278]
2006-10-21 18:34:13 +00:00
Paul A. Bristow
860e361ef7 default Real type double
[SVN r3277]
2006-10-21 18:07:46 +00:00
John Maddock
b8caa9249e Initial test suite.
[SVN r3276]
2006-10-21 17:57:51 +00:00
John Maddock
882c034bad Added needed link target.
[SVN r3275]
2006-10-21 13:08:17 +00:00
John Maddock
79ffbe9c0c More docs updated.
Updated ntl patch.


[SVN r3274]
2006-10-21 13:04:12 +00:00
John Maddock
51d2ae7065 Added implementation notes.
[SVN r3273]
2006-10-20 16:38:41 +00:00
John Maddock
b7b5cfe916 Changed titles to better reflext content, added some tips to the tutorial section.
[SVN r3272]
2006-10-20 15:13:13 +00:00
Paul A. Bristow
2fea0f02e3 Missing link beta_gamma_derivative added.
[SVN r3271]
2006-10-20 14:16:01 +00:00
John Maddock
8f5713af71 *** empty log message ***
[SVN r3269]
2006-10-20 09:08:00 +00:00
Paul A. Bristow
66d16a939b Added more references.
[SVN r3267]
2006-10-18 16:53:16 +00:00
John Maddock
39ffd8b293 Refactored distribution reference.
[SVN r3266]
2006-10-18 16:06:35 +00:00
John Maddock
b6529add8a Added preliminary lognormal and weibull implementations.
Updated common error handling.
Added more test values.


[SVN r3265]
2006-10-18 15:18:15 +00:00
Paul A. Bristow
c4de333200 JM's best so far optimisation.
[SVN r3263]
2006-10-17 09:08:47 +00:00
Paul A. Bristow
abec24fc6d More tests of optimised version (JM's best so far)
[SVN r3262]
2006-10-17 09:07:45 +00:00
Paul A. Bristow
6bdc0ec840 Notes & comments only.
[SVN r3261]
2006-10-17 09:06:18 +00:00
Paul A. Bristow
8e4d2438be comments only.
[SVN r3260]
2006-10-17 08:58:22 +00:00
Paul A. Bristow
cdf56be32e Added concept checking section - list of function etc - probably needs to go elsewhere.
[SVN r3259]
2006-10-17 08:55:42 +00:00
John Maddock
ab1764cd25 Added new distributions.
[SVN r3258]
2006-10-16 17:51:04 +00:00
John Maddock
47f9f1313b editorial/spelling fixes.
[SVN r3257]
2006-10-16 17:50:39 +00:00
John Maddock
09f5ff738f Brought distributions into the same conceptual line and updated tests accordingly.
[SVN r3256]
2006-10-15 17:57:02 +00:00
Paul A. Bristow
fa33ecb003 more tests added to test new pdf and cdf code changes.
[SVN r3255]
2006-10-15 15:39:14 +00:00
Paul A. Bristow
a9cfe8beec corrections and improvements (hopefully) to pdf.
Quantile and complement handle mean = 0 case ith domain error.


[SVN r3254]
2006-10-15 15:35:11 +00:00
John Maddock
1555938251 Added scale and location parameters to Cauchy.
[SVN r3253]
2006-10-14 18:03:03 +00:00