ee4e77d39eSlight changes to number of points and line widths (now works)
Paul A. Bristow
2008-02-19 09:44:11 +0000
f3366e11f6Added short comment about range of df for mode.
Paul A. Bristow
2008-02-16 10:53:34 +0000
6dd0f0d42cCorrected range to permit df == 2 and Added comment(-ed code) about mode with df < 2.
Paul A. Bristow
2008-02-16 10:36:02 +0000
d77728bffbOoops, fix comment.
John Maddock
2008-02-11 17:30:28 +0000
12df5b2419Updated non central beta cdf to accept both x and 1-x on input: allows greater accuracy when using these routines in the non central F and T distributions. Updated non central F to take advantage of this. Added some non central distributions to the graph generator.
John Maddock
2008-02-11 17:21:14 +0000
8f9e2eb66bFix some broken links.
Daniel James
2008-02-10 09:55:03 +0000
4cad6767e6Editorial work on non-central distribs
Paul A. Bristow
2008-02-07 18:47:08 +0000
0074799715Added new links for noncentral
Paul A. Bristow
2008-02-07 18:46:16 +0000
dfb0995bedMerge fix for min/max usage violation.
John Maddock
2008-02-07 10:15:35 +0000
25f51c8beeFix min/max usage violation.
John Maddock
2008-02-07 10:13:31 +0000
ca25f35eefAdded non-central F docs, plus updated nc beta docs.
John Maddock
2008-02-06 12:46:52 +0000
657df81a9dAdded link to the source program (and comment on the [] used to make a Quickbook table.
Paul A. Bristow
2008-02-05 17:49:18 +0000
2b1b061420Updated comments on relation to other extreme value distributions.
Paul A. Bristow
2008-02-05 17:43:20 +0000
8e6ce7d00cMade the non-central chi-squared PDF more robust. Set generic mode calculation to throw if the original guess yields a zero PDF. Updated tests to match.
John Maddock
2008-02-04 18:57:37 +0000
bbba2a3e4aAdded missing file.
John Maddock
2008-02-04 09:15:12 +0000
2b645e45bfAdded missing file.
John Maddock
2008-02-04 09:13:36 +0000
698f280920Added non central F distribution. Tidied up non-central beta and Chi squared distribution by factoring out common generic-mode code. Updated RR bindings.
John Maddock
2008-02-03 17:17:32 +0000
d047251208Added non central beta docs. Added script to auto-generate images from the .mml files. Updated nc-beta tests for correct error rates and hooks to test R library.
John Maddock
2008-01-31 10:57:30 +0000
38e3301e09More or less finished off the non central beta.
John Maddock
2008-01-30 12:42:26 +0000
b45ba0d428Added initial commit of non-central beta distribution: CDF and quantile work OK, but nothing else!
John Maddock
2008-01-28 18:29:37 +0000
04a99ac565Optimise the sums when we're going to be subtracting the result from 1.
John Maddock
2008-01-28 18:28:16 +0000
b747333580Updated concepts to reflect dependence on the rounding functions.
John Maddock
2008-01-23 13:59:56 +0000
50c6a15594Adjusted error levels for non-central chi square for Minwg support. Added rounding_error to docs.
John Maddock
2008-01-23 13:14:22 +0000
928b8d8a63Added error handling to the rounding functions. Added better error handling to the non-central chi squared, and updated the tests.
John Maddock
2008-01-23 10:41:06 +0000
86bd52e15eAdded new graphs plus the code to generate them.
John Maddock
2008-01-21 18:14:06 +0000
5eed81e70bInitial commit of a program to plot PDF graphs.
John Maddock
2008-01-21 11:27:56 +0000
88fc5d269dAdded non central chi squared equations.
John Maddock
2008-01-19 14:15:57 +0000
e97da19ed5Added non central chi squared equations.
John Maddock
2008-01-19 14:14:01 +0000
19abc56c64Added non central chi squared equations.
John Maddock
2008-01-19 14:13:27 +0000
bd2518ee9eAdd needed <iostream> include.
John Maddock
2008-01-18 16:56:57 +0000
917e764531Cross link example and reference docs.
John Maddock
2008-01-18 16:41:21 +0000
c73de6a963Finish 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.
John Maddock
2008-01-18 16:35:56 +0000
8081dc49dfCommit of more or less complete non-central chi-square distribution: docs still to come.
John Maddock
2008-01-16 19:02:45 +0000
4786b056bbAdded non-central chi squared test data.
John Maddock
2008-01-14 17:30:00 +0000
7f28435331Added initial rounding function docs.
John Maddock
2008-01-14 17:28:52 +0000
ccb9b8c656Added a modification to the extreme value distribution. This allows the specification of a sign to determine the minimum or maximum case. Note that the original extreme value distribution refers to the maximum case. This class will need some work. Discussion leaned towards the use of an enumerated parameter rather than a real-typed sign for the determination of min/max case.
Andrew Sutton
2008-01-14 13:54:49 +0000
8e24be2ffeAdded stubs for new distributions. These are neither fully tested nor documented and, in some cases, incomplete. However, migrating them into the sandbox will hopefully help motivate their completion.
Andrew Sutton
2008-01-14 13:36:23 +0000
fe3db87cc4Change concepts classes so they can be used when there is no long double support. Added first cut of the non-central chi squared distribution. Removed almost all occurrences of real_cast: replaced with calls to the truncation/rounding functions instead.
John Maddock
2008-01-14 09:27:44 +0000
d7c6c0901cMerge fix for Poisson distribution from main Trunk.
John Maddock
2007-12-30 13:12:01 +0000
2f7fadc594Change Poisson PDF to use gamma_p_derivative as it avoids overflows and other nasties.
John Maddock
2007-12-30 13:09:12 +0000
db2ffd21c2Added trunc, round and fmod family of functions.
John Maddock
2007-12-22 19:01:37 +0000
6104708968Added testing-hooks to other libraries (Fortran ones mainly). Updated docs accordingly.
John Maddock
2007-12-19 18:50:39 +0000
e35f24db74Fix title on graph.
John Maddock
2007-12-19 16:48:25 +0000
e9f9d22dedFix graph title.
John Maddock
2007-12-19 16:42:55 +0000
cfa22eb683Fix graph title.
John Maddock
2007-12-19 16:41:54 +0000
b27b39532bAdded expint docs. Updated zeta and expint tests with hooks for other libraries. Added #pragma once to header files.
John Maddock
2007-12-18 18:32:50 +0000
3dccf38c87Added reference to Kotz and Nadarajah to the extreme value distributions.
Paul A. Bristow
2007-12-17 16:10:20 +0000
18d03d57f7Changed support range to avoid a discontinuity at zero.
Paul A. Bristow
2007-12-17 15:59:20 +0000
c327e0ac0fChanged support range to avoid a discontinuity at zero.
Paul A. Bristow
2007-12-17 15:58:23 +0000
72e5db15f6Changed support range to avoid a discontinuity at zero.
Paul A. Bristow
2007-12-17 15:51:53 +0000
99cf02892cChanged support range to avoid a discontinuity at zero.
Paul A. Bristow
2007-12-17 15:51:08 +0000
576e02c89aMerged fixes for #1454 to the release branch.
John Maddock
2007-12-15 18:41:24 +0000
77df75a1c3Disable long double tests if there's no long double support.
John Maddock
2007-12-15 18:29:29 +0000
34f62b3866Merge error string fix from trunk.
John Maddock
2007-12-15 17:11:53 +0000
6ae334402aFix error messages so they work with Boost.Format.
John Maddock
2007-12-15 17:10:03 +0000
aa7cd1ed2bAdded zeta docs.
John Maddock
2007-12-14 18:54:30 +0000
d1c0d26e25Fix bad comments in test files.
John Maddock
2007-12-14 16:36:40 +0000
fc5f875671Fixes#1454.
John Maddock
2007-12-13 18:45:58 +0000
54d984c790Fixes#1454.
John Maddock
2007-12-11 16:44:19 +0000
128f2adc14Fixes#1454.
John Maddock
2007-12-11 16:37:22 +0000
ab9017cf29Added expint and zeta functions, plus tests. Fixed ntl::RR iostream operators. Updated minimax program with zeta and expint approximations.
John Maddock
2007-12-10 18:35:56 +0000
32ab5b0005Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
9b73bf2d7cFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
9f934f26acRemove the log files, we don't need these in SVN Trunk.
John Maddock
2007-11-23 17:05:25 +0000
a9fa7b4924Fix << iostream operator for the NTL bindings.
John Maddock
2007-11-21 09:46:36 +0000
e504edf582aCC on PA-RISC emits hard errors if a numeric constant underflows: enable existing workaround for that compiler.
John Maddock
2007-11-20 11:12:36 +0000
73c76aad6dFix IMB xlc error limits, added workarounds where these were missed by the last commit.
John Maddock
2007-11-18 12:24:42 +0000
9a0b70f42bAdded missing template argument to specialisations.
John Maddock
2007-11-18 12:23:37 +0000
99ae15a9ccOoops: previous commit broke platforms/compilers with no long double support, added workaround as fix.
John Maddock
2007-11-18 10:07:14 +0000
b3a3f39802Ooops, check on wrong index, now fixed.
John Maddock
2007-11-17 10:00:43 +0000
605c55e00eAdded workarounds for IBM xlc C++: the compiler can't resolve an overloaded function template to a function pointer unless the template arguments are explicitly provided. Fixed some bugs uncovered by the above workaround: some forward declarations didn't match the actual definition! Hopefully fixed remaining Sun compiler issues: mostly fixed by above fixes anyway.
John Maddock
2007-11-16 11:30:43 +0000
5c7b465759Fix some compiler warnings when building with the Intel and aCC compilers.
John Maddock
2007-11-15 09:52:26 +0000
8c7cd40a78Added WinCE workaround.
John Maddock
2007-11-14 12:41:32 +0000
2b1fac126fMerged changes from the Sandbox to Trunk.
John Maddock
2007-11-14 12:14:19 +0000
e7db05cc1aMerged changes from Trunk.
John Maddock
2007-11-14 12:11:23 +0000
229136b168Updated compiler status, and regenerated docs.
John Maddock
2007-11-13 17:15:29 +0000
850b746f1cOoops, disable long double overloads when there is no long double support (Borland fix).
John Maddock
2007-11-13 16:15:27 +0000
4efbfe4d7cAdjust test logic to cope with compilers that don't underflow constants to zero when they should.
John Maddock
2007-11-12 10:00:46 +0000
69031ebe9dAdded static assertion to catch use of long double function overloads when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined. Made sure that if BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined, then no long double overloads are actually instantiated by the tests.
John Maddock
2007-11-11 14:05:50 +0000
6aa3c20c23Fixes for IBM xlc: ensure that functions that are also macros are correctly protected against macro expansion.
John Maddock
2007-11-09 18:42:46 +0000
d37562d2acAdded needed macro suppression to use of isfinite.
John Maddock
2007-11-09 16:57:42 +0000
bf1404a2dfImproved error messages and added tentative fixes for HP Tru64: the compiler appears to store constants that should underflow to zero as a small non-zero values which messes up the logic used in the test cases.
John Maddock
2007-11-09 11:01:45 +0000
40b2cc0967Trivial fix for issue #647.
John Maddock
2007-11-09 09:59:37 +0000
6843b20e88Still trying to get the Solaris error rates correct....
John Maddock
2007-11-09 09:54:43 +0000
97b5e4d52cRemoved non-BSL files, updated and regenerated docs accordingly.
John Maddock
2007-11-08 12:39:58 +0000
43c4c236b7Removed PDF docs: we'll put these somewhere else. Fixed some license/copyright issues.
John Maddock
2007-11-07 17:38:19 +0000
2b88b46284Disabled use of long double when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined. Disabled special-double precision error rates when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined.
John Maddock
2007-11-07 11:59:39 +0000
599b5c958eChange test (again) so that the range of values tested matches original test: last change started testing more extreme input values, which caused regressions on Mac OS X.
John Maddock
2007-11-07 11:50:02 +0000
af3f1e97f5Fix calls to fpclassify so they don't trigger macro expansion when fpclassify is a macro.
John Maddock
2007-11-07 10:09:50 +0000
fdac2f83cdOoops, got the pp-logic wrong and disable long double support for all Unix platforms, instead of just Intel on Linux prior to version 10.
John Maddock
2007-11-07 10:07:08 +0000
7cfa212ffaadded license info in copyright notice at the footer
Joel de Guzman
2007-11-07 03:23:31 +0000
6d29a297d7Fix for Mac OS error rates.
John Maddock
2007-11-06 17:21:28 +0000
96b43ca1bdStill trying to get those Solaris error rates correct.
John Maddock
2007-11-06 17:09:33 +0000
d199b59ef0Still trying to get the Solaris error rates correct.
John Maddock
2007-11-06 17:02:26 +0000
8ff3199598Disabled static assertions for compilers that don't support them.
John Maddock
2007-11-06 16:58:46 +0000
b020bede18Changed test so that input values are exact binary values to fix failure at float precision.
John Maddock
2007-11-05 12:08:39 +0000
f9f9023daaDisabled long double support for Intel on Linux prior to version 10.
John Maddock
2007-11-05 12:07:47 +0000
325a076259Still trying to get Mac OS error rates correct...
John Maddock
2007-11-05 09:33:31 +0000