John Maddock
|
54ff3c6535
|
Fixed gcc-compiler errors (added missing typename's).
Fixed pesky warning in normal.hpp
[SVN r39476]
|
2007-09-22 11:35:26 +00:00 |
|
John Maddock
|
315d8fd7ae
|
Mostly minor typo fixes and some "editorial" changes.
Plus fixed some < and <= confusions.
[SVN r39472]
|
2007-09-22 09:20:13 +00:00 |
|
John Maddock
|
3d9e81a67e
|
Added needed using declaration to cauchy.hpp.
Added needed #include to config.hpp.
Tightened up compile-tests.
Fixed compile tests so they build with VC++ earlier than VC8sp1.
[SVN r39471]
|
2007-09-22 09:17:21 +00:00 |
|
Paul A. Bristow
|
76814e7e00
|
Warning squashing and estimate to find
[SVN r39453]
|
2007-09-21 17:39:55 +00:00 |
|
Paul A. Bristow
|
41b7db31cf
|
Warning squashing and estimate to find
[SVN r39452]
|
2007-09-21 17:39:04 +00:00 |
|
Paul A. Bristow
|
8daab07912
|
Warning squashing and estimate to find
[SVN r39451]
|
2007-09-21 17:38:38 +00:00 |
|
Paul A. Bristow
|
9f09c25465
|
Tiny correction
[SVN r39446]
|
2007-09-21 12:44:03 +00:00 |
|
Paul A. Bristow
|
e9b86af803
|
TODo removed
[SVN r39445]
|
2007-09-21 12:43:26 +00:00 |
|
Paul A. Bristow
|
0a92f4eb8c
|
Weasel to allow infinity - sometimes
[SVN r39444]
|
2007-09-21 12:35:01 +00:00 |
|
Paul A. Bristow
|
1c40665323
|
Source updated, minor changes to match
[SVN r39439]
|
2007-09-21 11:46:06 +00:00 |
|
Paul A. Bristow
|
9cf9a5a1f5
|
Major rework using quickbook in c++
[SVN r39437]
|
2007-09-21 11:29:42 +00:00 |
|
John Maddock
|
a744bdaed0
|
Hopefully fixed test to make it compatible with earlier VC++ versions.
[SVN r39422]
|
2007-09-20 18:22:32 +00:00 |
|
John Maddock
|
542dbbce01
|
Added needed header include.
[SVN r39420]
|
2007-09-20 17:29:40 +00:00 |
|
John Maddock
|
becf1ca1c2
|
Fixed typo in common_overviews.qbk.
Fixed TODO in rational.qbk.
[SVN r39419]
|
2007-09-20 17:29:05 +00:00 |
|
Paul A. Bristow
|
a434f88dca
|
Yet more error suppression
[SVN r39411]
|
2007-09-20 13:24:33 +00:00 |
|
John Maddock
|
3e53b99430
|
MSVC specific fix: gets thing building with /Za.
[SVN r39407]
|
2007-09-20 12:36:32 +00:00 |
|
John Maddock
|
6b90c02158
|
Fix definition of mode.
[SVN r39406]
|
2007-09-20 12:29:58 +00:00 |
|
Paul A. Bristow
|
e86d2c339c
|
warning suppression with comment - constant too big for float.
[SVN r39403]
|
2007-09-20 11:39:30 +00:00 |
|
Paul A. Bristow
|
4bd52bfe7a
|
Changechanged to use
if((boost::math::isinf)(x))
{
if(x < 0) return 0;
return 1;
}
to get rid of 4127 warnings
but still need to supress 4127
[SVN r39402]
|
2007-09-20 11:37:57 +00:00 |
|
Paul A. Bristow
|
03f951e92f
|
Warning suppression
[SVN r39390]
|
2007-09-19 15:55:17 +00:00 |
|
Paul A. Bristow
|
1b20b57b12
|
warning suppression by comment unused name name, and casting T(0.1) to avoid warning C4244: 'argument' : conversion from 'double' to 'const
[SVN r39389]
|
2007-09-19 15:44:45 +00:00 |
|
Paul A. Bristow
|
20a05887fb
|
corrected wrong link __cauchy_distrib. in .cpp (a trailing . !!)
[SVN r39387]
|
2007-09-19 14:18:05 +00:00 |
|
Paul A. Bristow
|
f6fabc3c2d
|
Further refined narrative etc.
[SVN r39386]
|
2007-09-19 14:16:15 +00:00 |
|
Paul A. Bristow
|
29c5fe7f8b
|
revised binomial quiz
[SVN r39349]
|
2007-09-17 15:06:52 +00:00 |
|
Paul A. Bristow
|
109c1913ad
|
revised binomial quiz example
[SVN r39348]
|
2007-09-17 15:06:32 +00:00 |
|
John Maddock
|
99c7d72e38
|
Fix problems with probabilities in Student's t examples.
[SVN r39347]
|
2007-09-17 10:09:33 +00:00 |
|
Paul A. Bristow
|
7f0f982774
|
changed to use
if((boost::math::isinf)(x))
{
if(x < 0) return 0;
return 1;
}
to get rid of 4127 warnings
but still need to supress 4127
[SVN r39346]
|
2007-09-17 10:08:11 +00:00 |
|
Paul A. Bristow
|
611653a1f8
|
changed to use
if((boost::math::isinf)(x))
{
if(x < 0) return 0;
return 1;
}
to get rid of 4127 warnings
[SVN r39345]
|
2007-09-17 10:05:26 +00:00 |
|
John Maddock
|
2f3733814c
|
Fixed table in students_t_examples.qbk.
Fixed misplaced [endsect] in negative_binomial_example.qbk.
[SVN r39344]
|
2007-09-17 09:32:33 +00:00 |
|
Paul A. Bristow
|
abc0337ab9
|
4127 warning squashed
[SVN r39343]
|
2007-09-17 09:17:42 +00:00 |
|
Paul A. Bristow
|
71eeb0804a
|
new stuff
[SVN r39340]
|
2007-09-17 08:26:16 +00:00 |
|
Paul A. Bristow
|
6fb41c8d43
|
removed NB example3
[SVN r39328]
|
2007-09-16 15:32:40 +00:00 |
|
Paul A. Bristow
|
200ddf4feb
|
changed examples a bit.
[SVN r39327]
|
2007-09-16 15:32:18 +00:00 |
|
Paul A. Bristow
|
c9a29e5b91
|
deletion?
[SVN r39326]
|
2007-09-16 15:29:11 +00:00 |
|
Paul A. Bristow
|
a1168e04fb
|
1st commit
[SVN r39325]
|
2007-09-16 15:27:50 +00:00 |
|
Paul A. Bristow
|
7b6774f02b
|
Removed negative_binomial3
[SVN r39324]
|
2007-09-16 15:26:28 +00:00 |
|
Paul A. Bristow
|
94b4f0e0c5
|
Some improvements but more needed.
[SVN r39323]
|
2007-09-16 15:24:38 +00:00 |
|
Paul A. Bristow
|
07364902cb
|
Updated for reasons forgotten :-(
[SVN r39322]
|
2007-09-16 15:24:06 +00:00 |
|
Paul A. Bristow
|
bf7615a38c
|
Cosmetic - correction sin chisqr by JM to correct problem
[SVN r39321]
|
2007-09-16 15:21:08 +00:00 |
|
Paul A. Bristow
|
c164395ef8
|
Corrections & some improvements but more desirable.
[SVN r39320]
|
2007-09-16 15:19:47 +00:00 |
|
Paul A. Bristow
|
b82be99b65
|
added test to suit addition of special caese x = infinity for pdf and cdf
[SVN r39319]
|
2007-09-16 15:19:00 +00:00 |
|
Paul A. Bristow
|
345ed64d89
|
added test to suit addition of special caese x = infinity for pdf and cdf
[SVN r39318]
|
2007-09-16 15:18:36 +00:00 |
|
Paul A. Bristow
|
ab3bb22857
|
various corrections.
[SVN r39317]
|
2007-09-16 15:17:08 +00:00 |
|
Paul A. Bristow
|
0b2ddcb5bf
|
added find_scale and w4127 suppress
[SVN r39316]
|
2007-09-16 15:15:51 +00:00 |
|
Paul A. Bristow
|
16ed4f136c
|
Updates for find scale & location
[SVN r39314]
|
2007-09-16 10:34:01 +00:00 |
|
Paul A. Bristow
|
f3dd16d9aa
|
added for scale & location
[SVN r39313]
|
2007-09-16 10:31:50 +00:00 |
|
Paul A. Bristow
|
654dee0567
|
tests changed to allow pdf and cdf infinity.
[SVN r39312]
|
2007-09-16 10:26:10 +00:00 |
|
Paul A. Bristow
|
173a541bf4
|
tests changed to allow pdf and cdf infinity.
[SVN r39311]
|
2007-09-16 10:10:31 +00:00 |
|
Paul A. Bristow
|
fdef88709d
|
changed to allow pdf and cdf infinity.
[SVN r39310]
|
2007-09-16 10:09:51 +00:00 |
|
Paul A. Bristow
|
0f852a9292
|
Try to cure test failures.
[SVN r39299]
|
2007-09-15 15:20:44 +00:00 |
|