Commit Graph

451 Commits

Author SHA1 Message Date
Paul A. Bristow
1211184b20 Corrected mistake in pooled sd reported by n.g.davies, trac #7402
[SVN r80706]
2012-09-26 15:33:55 +00:00
Paul A. Bristow
777defb145 Added (correct) copyright and non-ASCII chars.
[SVN r79975]
2012-08-12 11:19:21 +00:00
Paul A. Bristow
14762d7522 Added new constants example to jamfile. OK on MSVC
[SVN r78828]
2012-06-06 11:27:47 +00:00
Paul A. Bristow
94c61bd9e7 Example of using constants
[SVN r78827]
2012-06-06 11:26:58 +00:00
John Maddock
ec742b4b80 Merge Owen's T function and Skew Normal code from sandbox and fix whatever failures show up.
Regenerate docs.

[SVN r78130]
2012-04-22 10:23:03 +00:00
John Maddock
2f1c05528c Add licence.
[SVN r78110]
2012-04-21 10:29:44 +00:00
Benjamin Sobotta
24602c38de Removed tabs and fixed the indentation to work with spaces only.
[SVN r77882]
2012-04-10 08:29:12 +00:00
John Maddock
b90fb1a37e Fix compiler errors in example.
Fix test failures.
Fix owens_t code to use mpl-based dispatch to select correct implementation.

[SVN r77776]
2012-04-05 11:31:02 +00:00
Paul A. Bristow
e0703077db New example of getting and catching a thrown exception from trapping nonfinites.
[SVN r77270]
2012-03-08 18:15:42 +00:00
Paul A. Bristow
ceeb07340b Minor changes to simple example.
[SVN r77269]
2012-03-08 18:13:01 +00:00
Benjamin Sobotta
20f2eb342e Added an alternate method to compute the mode, which needs careful review. Substituted all explicitly written constants for the boost counterparts. Also updated the driver file to compute the mode and fixed a minor bug.
[SVN r76806]
2012-01-31 11:24:54 +00:00
Paul A. Bristow
62807838ce 1st commit of skew_normal to boost sandbox, but failures in mode TODO.
[SVN r76718]
2012-01-27 17:08:55 +00:00
Paul A. Bristow
47eb661207 Tiny layout change.
[SVN r73173]
2011-07-17 11:33:52 +00:00
Paul A. Bristow
d88276699f Added negative NaN example.
[SVN r73172]
2011-07-17 11:32:57 +00:00
Paul A. Bristow
df9784ccd3 Minor change to avoid a warning.
[SVN r73171]
2011-07-17 11:30:32 +00:00
Paul A. Bristow
96b134328b New Bayes example
[SVN r73047]
2011-07-13 14:19:33 +00:00
Paul A. Bristow
3a8f3197c6 new example
[SVN r72649]
2011-06-17 16:59:03 +00:00
Paul A. Bristow
b0d4657704 removed warning suppress
[SVN r72648]
2011-06-17 16:57:07 +00:00
Paul A. Bristow
7c841b12c3 Added
#if (!defined __BORLANDC__ && !defined __CODEGEARC__) to avoid a signaling_NaN trap on these compilers.
 

[SVN r71443]
2011-04-23 14:27:50 +00:00
Paul A. Bristow
c7931ae730 Added check that infinity supported. and ends with newline.
[SVN r71441]
2011-04-23 14:19:03 +00:00
Paul A. Bristow
ae9f823f99 Added check that infinity supported. and ends with newline.
[SVN r71440]
2011-04-23 13:59:11 +00:00
Paul A. Bristow
bee89c396c Added check that infinity supported. and ends with newline.
[SVN r71439]
2011-04-23 13:52:54 +00:00
Paul A. Bristow
e9f171b697 Added check that infinity supported. and ends with newline.
[SVN r71438]
2011-04-23 13:51:28 +00:00
Paul A. Bristow
bf6409b329 Added example of concise imbue of cout and cin.
[SVN r71415]
2011-04-22 09:56:31 +00:00
Paul A. Bristow
82659076c9 Refinements to examples to avoid temp locales
[SVN r71402]
2011-04-21 17:49:40 +00:00
John Maddock
e62f8f1a69 Regenerate docs and add missing files.
Fix examples so they build for VC-9.0 and earlier (ie when BOOST_NO_NUMERIC_LIMITS_LOWEST is defined).

[SVN r71401]
2011-04-21 10:46:10 +00:00
Paul A. Bristow
fd4ae7ed8f Provided workaround for older compilers without max_digits10.
[SVN r71392]
2011-04-20 09:19:21 +00:00
Paul A. Bristow
1a9b4c6c36 Provided workaround for older compilers without max_digits10.
[SVN r71391]
2011-04-20 09:08:56 +00:00
Paul A. Bristow
72db3cd5cb Added std:: to numeric_limits in #ifdef BOOST_NO_NUMERIC_LIMITS_LOWEST branch.
[SVN r71390]
2011-04-20 08:55:52 +00:00
Paul A. Bristow
957aac784a Tabs removed, end newlines added, and max/min () to meet inspection report comments.
[SVN r71379]
2011-04-19 17:59:46 +00:00
Paul A. Bristow
d64c15ce24 nonfinite examples two serialization examples now to link OK).
[SVN r71287]
2011-04-15 15:10:39 +00:00
Paul A. Bristow
ce3c4d20c7 Added new nonfinite facets examples.
[SVN r71284]
2011-04-15 14:42:50 +00:00
Paul A. Bristow
0711f4932b Added nonfinite examples (but two serialization examples fail to link). One example (referenced in docs is expected to fail on some but not all system)
[SVN r71281]
2011-04-15 14:20:42 +00:00
Paul A. Bristow
3fd41c3a6e Added Johan Rade's fp_inspect utility program.
[SVN r71280]
2011-04-15 14:00:50 +00:00
Paul A. Bristow
e379afb51a First nonfinite example nonfinite_signaling_NaN.cpp.
[SVN r71271]
2011-04-15 13:37:21 +00:00
Steven Watanabe
3524499fc0 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
John Maddock
5b4f192716 Fix inspection report issues.
[SVN r67727]
2011-01-06 16:55:48 +00:00
Paul A. Bristow
bae44eae90 New factorial example
[SVN r67364]
2010-12-20 15:33:46 +00:00
John Maddock
555f3d6736 Improve performance of non-central T by simplifying the arithmetic where possible.
Change error handlers to pass the target type down to "rounding errors".
Change the rounding error handlers to return a well defined value (the maximum representable value in the target type).
Update and complete docs on rounding errors.
Fix typo in test/test_beta_dist.cpp.
Regenerate the docs.
Remove illegal comment from test_constants.cpp.
Fixes #4977.

[SVN r67231]
2010-12-14 19:22:52 +00:00
Paul A. Bristow
2ba163076a Added 'no formula to evaluation error
[SVN r67222]
2010-12-13 16:47:45 +00:00
Paul A. Bristow
daaefa0caf changed file spec \ to / of sf /gamma
[SVN r66955]
2010-12-01 18:46:42 +00:00
Paul A. Bristow
97bea6e4b1 Check before using max_digits10
[SVN r66887]
2010-11-30 10:05:14 +00:00
Paul A. Bristow
96249a133b Added explicit #include <cstddef> to try to meet stlport and others needing errno definition.
[SVN r66886]
2010-11-30 10:04:33 +00:00
Paul A. Bristow
12aa3bb74a tried using boost_no_numericLimits to avoid max_digits10
[SVN r66839]
2010-11-29 12:44:01 +00:00
Paul A. Bristow
f185b8f435 Limit use of max_digits10 to MSVC 10
[SVN r66838]
2010-11-29 10:21:56 +00:00
Paul A. Bristow
6c3288a86d Removed diagnostic output for gcc.
[SVN r66765]
2010-11-26 10:23:23 +00:00
Paul A. Bristow
fea0e26563 New example
[SVN r66732]
2010-11-24 16:54:17 +00:00
Paul A. Bristow
25d937ddc9 Update for new distributions
[SVN r66722]
2010-11-24 16:35:17 +00:00
Paul A. Bristow
f71ee2e5dd Added new distributions.
[SVN r66721]
2010-11-24 16:34:31 +00:00
Paul A. Bristow
c6427a3dfd Added for root finding docs
[SVN r66720]
2010-11-24 16:33:31 +00:00
Paul A. Bristow
b31f641157 Comments etc
[SVN r66719]
2010-11-24 16:31:10 +00:00
Paul A. Bristow
be4bd91753 Changed to avoid using namespace boost::math
[SVN r65665]
2010-09-29 10:32:55 +00:00
Paul A. Bristow
6f66180932 included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others.
[SVN r65190]
2010-09-02 11:17:43 +00:00
Paul A. Bristow
087af32241 Mistake in declaration noted by Darwin only corrected.
[SVN r65189]
2010-09-02 11:01:26 +00:00
Paul A. Bristow
5365891da1 Minor editorial with some added comments.
[SVN r65170]
2010-09-01 17:46:05 +00:00
Paul A. Bristow
2e3e4c4b07 Avoid name ambiguity, etc
[SVN r65153]
2010-08-31 18:12:53 +00:00
Paul A. Bristow
d518687b2a Avoid name ambiguity, etc
[SVN r65152]
2010-08-31 15:01:57 +00:00
Paul A. Bristow
b59928ea23 Avoid name ambiguity, etc
[SVN r65151]
2010-08-31 14:37:32 +00:00
Paul A. Bristow
287ef662ad Avoid name ambiguity.
[SVN r65150]
2010-08-31 14:05:46 +00:00
Paul A. Bristow
56b5c4f329 Avoid name ambiguity.
[SVN r65149]
2010-08-31 13:55:29 +00:00
Paul A. Bristow
e037e5ed89 Avoid name ambiguity.
[SVN r65130]
2010-08-30 09:36:03 +00:00
Paul A. Bristow
b8578a48a7 Avoid name ambiguity.
[SVN r65129]
2010-08-30 09:34:36 +00:00
Paul A. Bristow
80e2fabfef Avoid name ambiguity.
[SVN r65128]
2010-08-30 09:30:55 +00:00
Paul A. Bristow
8c1ed33bb7 Avoid name ambiguity.
[SVN r65127]
2010-08-30 09:20:54 +00:00
Paul A. Bristow
9e576c69b1 Avoid name ambiguity.
[SVN r65126]
2010-08-30 09:13:14 +00:00
Paul A. Bristow
f18228df9b Avoid name ambiguity.
[SVN r65125]
2010-08-30 09:10:05 +00:00
Paul A. Bristow
5ade8ca1f6 Avoid name ambiguity.
[SVN r65124]
2010-08-30 09:07:41 +00:00
Paul A. Bristow
4359ee9616 Avoid name ambiguity.
[SVN r65123]
2010-08-30 09:02:45 +00:00
Paul A. Bristow
c673738d9e Removed "using namespace ...;" to try to avoid ambiguity in name binomial_distribution which is the std:: (random) and boost::math
[SVN r65017]
2010-08-26 13:29:29 +00:00
Paul A. Bristow
fd9348f363 corrected wrong filename in heading
[SVN r59226]
2010-01-22 17:36:13 +00:00
John Maddock
5199267448 Merge changes from Sandbox.
Update series and continued fraction docs.

[SVN r56668]
2009-10-09 12:43:29 +00:00
John Maddock
df259a9e1d Fix line endings.
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
c5fb9b3bfb Fix for no long double support.
[SVN r51579]
2009-03-03 18:19:01 +00:00
Paul A. Bristow
b4e8bf83c5 added laplace example
[SVN r50624]
2009-01-16 10:01:59 +00:00
Paul A. Bristow
0ecf5cf353 A very noddy example for Laplace distribution. Better ideas?
[SVN r50075]
2008-12-02 17:16:03 +00:00
John Maddock
095e1ebd48 Added a new section on building to the docs.
Added explanatory note to example.
Added examples to test Jamfile.v2.

[SVN r49534]
2008-11-02 13:45:37 +00:00
John Maddock
63aea405e4 Change configuration Jamfile so it's no longer dependent on the testing module.
Fixed students T example, and updated docs to match.
Removed two dead files.

[SVN r49523]
2008-11-01 18:03:39 +00:00
Paul A. Bristow
cfd03e9a2e Added warning suppression in fusion.
[SVN r49518]
2008-11-01 14:35:52 +00:00
Paul A. Bristow
f2c9831420 Added warning in fusion suppression and comments.
[SVN r49517]
2008-11-01 14:34:11 +00:00
Paul A. Bristow
d4b3d127c8 Checked and added output to Quickbook (but not used by docs yet)
[SVN r49516]
2008-11-01 14:31:59 +00:00
Paul A. Bristow
36d1b598b1 Removed wrongly pasted stuff and re-ran. May not yet be used in qbk docs
[SVN r49515]
2008-11-01 14:18:09 +00:00
Bruno Lalande
e46e87bc68 Documented the new indeterminate_result_error.
Fixed an error about ignore_error and errno_on_error bahavior on an evaluation error.

[SVN r46617]
2008-06-22 18:03:54 +00:00
John Maddock
1b7401b4c0 Merged changes from Trunk.
[SVN r44090]
2008-04-07 15:43:09 +00:00
Paul A. Bristow
657df81a9d Added link to the source program (and comment on the [] used to make a Quickbook table.
[SVN r43115]
2008-02-05 17:49:18 +00:00
John Maddock
c73de6a963 Finish off Noncentral Chi Squared docs: except for a graph.
Update tests to cope with other platforms.
Disabled a few tests that can never pass.
Added nccs to concept checks.
Added warning fixes and special case handling to implementation.

[SVN r42849]
2008-01-18 16:35:56 +00:00
John Maddock
722a2d848d Merged changes in Trunk.
[SVN r40161]
2007-10-18 18:05:13 +00:00
Paul A. Bristow
cabc722e56 Cosmetic tidy
[SVN r39653]
2007-10-02 17:12:33 +00:00
John Maddock
6e841a0da2 Fix comment in students_t_two_samples.cpp.
Fix buggy reasoning in students_t_examples.qbk

[SVN r39578]
2007-09-27 17:02:27 +00:00
Paul A. Bristow
d262d6d4c3 added code to make a list of CI for an alpha for a range of numbers of observations.
[SVN r39487]
2007-09-23 17:29:17 +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
Paul A. Bristow
76814e7e00 Warning squashing and estimate to find
[SVN r39453]
2007-09-21 17:39:55 +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
9cf9a5a1f5 Major rework using quickbook in c++
[SVN r39437]
2007-09-21 11:29:42 +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
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
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
John Maddock
32cc08d247 Added needed include.
[SVN r39298]
2007-09-15 11:25:28 +00:00
John Maddock
cdf0e7544e Fixed quickbook build.
[SVN r39043]
2007-08-28 16:42:24 +00:00
Paul A. Bristow
0753dad6fe failed attempt to get link to work coinflip_eg_catch
[SVN r39040]
2007-08-28 15:34:58 +00:00
Paul A. Bristow
865d3a842d add renamed binomial_example_nag.cpp
[SVN r39034]
2007-08-28 13:29:41 +00:00
Paul A. Bristow
b30134b709 renamed lower case and no _c because can't only change case
[SVN r39033]
2007-08-28 13:24:50 +00:00
Paul A. Bristow
3097622baa Removed file/folder
[SVN r39032]
2007-08-28 13:22:00 +00:00
John Maddock
95559eb26a Updated isnan so that it works even when the system does a "#define isnan isnan".
Updated Jamfiles to reflect new file names, and suppress some more warnings.

[SVN r39031]
2007-08-28 12:34:14 +00:00
John Maddock
5721a19032 Renamed over-long files and sections.
[SVN r38972]
2007-08-26 18:40:16 +00:00
John Maddock
32c4c33a03 Fixed some typos, changes 1 title, and fixed markup in normal_misc_examples.cpp.
[SVN r38947]
2007-08-25 18:05:41 +00:00
John Maddock
401fd9fda1 Typo fixes, changed formatting a bit, and gave example a meaningful name.
[SVN r38942]
2007-08-25 16:14:26 +00:00
Paul A. Bristow
2c3cc1de3c Layout & spelling correction
[SVN r38927]
2007-08-25 11:02:53 +00:00
John Maddock
ab21739316 Some typo fixes, changes layout to prevent overflow of code blocks, plus some editorial changes to try and make the descriptions/layout as clear as possible.
[SVN r38865]
2007-08-23 17:46:50 +00:00
Paul A. Bristow
c04dd5c5be New examples for normal
[SVN r38843]
2007-08-22 13:21:25 +00:00
Paul A. Bristow
bc6e5e87aa Minor improvements?
[SVN r38842]
2007-08-22 13:20:23 +00:00
Paul A. Bristow
bf35d284cc added to examples
[SVN r38841]
2007-08-22 13:19:26 +00:00
Paul A. Bristow
3dc36c9676 This replaced binomial_example_3 which can be removed. TODO
[SVN r38818]
2007-08-21 13:16:01 +00:00
Paul A. Bristow
d69dc2d48e correction change in policy name!
[SVN r38817]
2007-08-21 13:07:59 +00:00
Paul A. Bristow
2cc1a858d6 First cut
[SVN r38816]
2007-08-21 13:04:16 +00:00
John Maddock
bb1931edec Changed "policy" directory to "policies" to match the namespace name.
[SVN r38780]
2007-08-20 12:43:32 +00:00
Paul A. Bristow
69fe42557f New example referenced from binomial_example.qbk
[SVN r38683]
2007-08-15 15:03:05 +00:00
Paul A. Bristow
e16e81bf10 Some corrections, but final example 7.5 I don't understand and needs doing or deleting.
[SVN r38670]
2007-08-15 10:12:51 +00:00
John Maddock
88af3cb850 Fixed some typos, and a few factual errors.
[SVN r38654]
2007-08-14 12:44:20 +00:00
John Maddock
580be95bf0 Fixed a few typos.
Added more information and links to discrete-distribution-quantiles tutorial.
Added more quickbook mark-up to example/distribution_construction.cpp to (hopefully) aid readability.

[SVN r38650]
2007-08-14 10:45:40 +00:00
Paul A. Bristow
cbc6f2f44f update for new example using policies
[SVN r38646]
2007-08-14 08:41:13 +00:00
Paul A. Bristow
08d6c0bd39 update for polices
[SVN r38645]
2007-08-14 08:36:26 +00:00
Paul A. Bristow
6f96ddf50b New example of how to construct distributions
[SVN r38644]
2007-08-14 08:35:44 +00:00
John Maddock
c3ffe27f16 Changed the name of some of the discrete quantile policies, and more or less finished the policy tutorial.
[SVN r38609]
2007-08-12 09:24:08 +00:00
Paul A. Bristow
b71246a37a Removed Evans example - wrong for find_minimum_number_of_trials example.
[SVN r38602]
2007-08-11 16:38:24 +00:00
John Maddock
2a6d18fb50 Big proof-read of policy docs, moved all examples into separate source files, and made sure they compile etc.
[SVN r38554]
2007-08-09 16:34:23 +00:00
John Maddock
396c0510f9 Big Spell check.
[SVN r38505]
2007-08-08 12:52:51 +00:00
John Maddock
f46595c9b1 More or less finished policy tutorial.
Trivial whitespace change to test_negative_binomial.cpp.

[SVN r38504]
2007-08-08 10:48:10 +00:00
Paul A. Bristow
6ab4e78e74 Docs in code added for sample sizes example
[SVN r38477]
2007-08-06 15:36:31 +00:00
Paul A. Bristow
8e6de0e96c Showing difference between quantile method and find
[SVN r38473]
2007-08-06 14:11:07 +00:00
Paul A. Bristow
850a2b5393 Problem with find_minimum_number_of_trials - needs attention?
[SVN r38472]
2007-08-06 12:10:58 +00:00
John Maddock
e52f2d887e Renamed remotely
[SVN r38457]
2007-08-05 17:57:35 +00:00
John Maddock
10971c91f9 Fix filename case.
[SVN r38456]
2007-08-05 17:55:54 +00:00
Paul A. Bristow
bc7b078b8a update to use Quickbook in C++ system
[SVN r38450]
2007-08-05 14:06:58 +00:00
John Maddock
b10841e3be Added another example to the policy tutorial.
Fixed \n warnings in the issue list.
Suppressed some Intel compiler messages.

[SVN r38445]
2007-08-04 18:13:04 +00:00
Paul A. Bristow
34adf315d6 fixed link fault in policy_eg_4 in docs
[SVN r38442]
2007-08-04 12:03:29 +00:00
Paul A. Bristow
0bbd908dff removed stats function example 1 - needs update to use accumulator.
[SVN r38439]
2007-08-04 10:52:46 +00:00
John Maddock
661d84aec7 Added a bit more of the tutorial
[SVN r38438]
2007-08-04 09:03:48 +00:00
John Maddock
3924819449 Initial commit, more tutorial examples.
[SVN r38437]
2007-08-04 08:55:58 +00:00
John Maddock
dddbe27ebc Fixed a few warnings and updated the Jamfile to build and run everything.
[SVN r38423]
2007-08-03 17:03:12 +00:00
John Maddock
2621c0a338 Make sure file ends in newline or else gcc complains
[SVN r38421]
2007-08-03 16:54:31 +00:00
Paul A. Bristow
8c9b1ade11 Changed to previous overlfow policy so returns inf
[SVN r38417]
2007-08-03 13:21:37 +00:00
John Maddock
5622703db0 Added new files
[SVN r38414]
2007-08-03 13:13:34 +00:00
Paul A. Bristow
cb82bea11e Paul's Big policy revison
[SVN r38413]
2007-08-03 10:13:47 +00:00
Paul A. Bristow
80808280b0 New example of C policy
[SVN r7593]
2007-07-30 13:19:43 +00:00
Paul A. Bristow
a0b2bfbac6 added more policy examples.
[SVN r7587]
2007-07-30 11:34:09 +00:00
Paul A. Bristow
2ba90ca9bd Further examples
[SVN r7586]
2007-07-30 11:31:49 +00:00
Paul A. Bristow
03c3ff77a1 enhanced example and output.
[SVN r7585]
2007-07-30 11:30:53 +00:00
Paul A. Bristow
5b88c8feef updated to use policy and show use of #define policy macro (but not in boost/math/tools/user.hpp)
[SVN r7543]
2007-07-26 11:19:53 +00:00
Paul A. Bristow
678bea17d5 Added author, copyright and license info
[SVN r7476]
2007-07-19 09:12:53 +00:00
Paul A. Bristow
da77559483 Revised to fit with updated docs that refer to it.
[SVN r7199]
2007-06-27 16:07:27 +00:00
Paul A. Bristow
48412c5354 Check works right to add reference from docs to replicate simple free function C/ FORTRAN style call using NAG library as example.
[SVN r7190]
2007-06-27 11:46:58 +00:00
Paul A. Bristow
4d9fa61b8d Changed 'accept' to 'not rejected'
[SVN r7167]
2007-06-26 13:36:29 +00:00
Douglas Gregor
f98b790432 Set MIME types and end-of-line styles globally
[SVN r7018]
2007-06-12 22:09:40 +00:00
John Maddock
36f93c5ccc One great big spell check!
Lots of trivial typo fixes.


[SVN r3497]
2006-12-04 18:09:20 +00:00
John Maddock
4358aba0ee Finished off binomial and neg binomial docs (hopefully).
Renamed param estimators for (negative) binomial sample sizes.
Tweaked root finding algorithms.
Tweaked ibeta inverse.


[SVN r3483]
2006-11-30 18:26:30 +00:00
John Maddock
ccfb864daf Added Jeffreys prior method to the binomial confidence limits.
Fixed a few typos in the neg binomial.


[SVN r3482]
2006-11-30 10:47:26 +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
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
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
9c804d1c12 Added more tests to run - still more to do.
[SVN r3449]
2006-11-24 10:00:33 +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
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
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
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
Paul A. Bristow
e28e8a7308 Example of selling candy. Sweet!
[SVN r3388]
2006-11-14 14:57:57 +00:00
John Maddock
0be23d0221 Refactored tutorial files, and added more tutorials.
[SVN r3368]
2006-11-10 15:42:31 +00:00
John Maddock
52762e1428 Initial version.
[SVN r3364]
2006-11-09 17:40:29 +00:00
Paul A. Bristow
f87cefe557 Example 3 renamed from construction examples (filename too long) and re-tested.
[SVN r3361]
2006-11-08 18:25:05 +00:00
John Maddock
3ea5308b45 Fixed problem with chi-squared sample size estimator.
Updated test program accordingly.
Added chi-square tutorial code.


[SVN r3360]
2006-11-08 17:14:39 +00:00
John Maddock
89ad63622e Corrected terminology, and other editorial changes.
[SVN r3338]
2006-10-31 18:08:56 +00:00
Paul A. Bristow
691dbdeca6 Reorganised into two examples.
[SVN r3306]
2006-10-24 09:41:19 +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
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
John Maddock
fa86c0c490 Updated docs.
Rewritten students-t parameter estimator.
Added binomial examples.


[SVN r3162]
2006-08-26 18:33:46 +00:00
Paul A. Bristow
ed7804629d Updated to use distributions & cosmetic, & removals of warnings at level 4.
[SVN r3134]
2006-08-12 16:09:46 +00:00
Paul A. Bristow
9ec09012c3 Added disable warnings for MSVC and output.
[SVN r3133]
2006-08-12 15:50:29 +00:00
Paul A. Bristow
9895ce48e1 Use distributions instead of dist.
[SVN r3125]
2006-08-11 10:36:18 +00:00
John Maddock
fe21fb46b3 More tutorial code.
[SVN r3122]
2006-08-10 18:16:39 +00:00
John Maddock
5c645698c3 Added new style Student's t code and examples.
Added tutorial for the new stats code.


[SVN r3121]
2006-08-10 12:53:07 +00:00
Paul A. Bristow
e8c5217846 Example 1 from Wikipedia seems OK.
[SVN r3093]
2006-07-12 16:16:34 +00:00
John Maddock
57d3e67695 Initial commit
[SVN r3075]
2006-07-09 16:40:09 +00:00
Paul A. Bristow
8c446fc689 1st commit
[SVN r2997]
2006-06-19 09:25:41 +00:00
Paul A. Bristow
e8d34de928 1st try, also mailed.
[SVN r2991]
2006-06-18 11:53:12 +00:00