mirror of
https://github.com/boostorg/math.git
synced 2026-02-23 03:42:20 +00:00
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
[section:issues Known Issues, and Todo List]
|
|
|
|
[h4 tgamma]
|
|
|
|
* Can the __lanczos be optimized any further? (low priority)
|
|
|
|
[h4 lgamma]
|
|
|
|
* No known issues?
|
|
|
|
[h4 Error function]
|
|
|
|
* No known issues?
|
|
|
|
[h4 Incomplete gamma]
|
|
|
|
* No known issues?
|
|
|
|
[h4 Beta Function]
|
|
|
|
* No known issues?
|
|
|
|
[h4 Incomplete Beta]
|
|
|
|
* Investigate Didonato and Morris' asymptotic expansion for large a and b
|
|
(medium priority).
|
|
|
|
[h4 Inverse Erf]
|
|
|
|
* No known issues?
|
|
|
|
[h4 Inverse Gamma]
|
|
|
|
* Investigate whether we can skip iteration altogether if the first approximation
|
|
is good enough (Medium Priority).
|
|
|
|
[h4 Inverse Incomplete Beta]
|
|
|
|
* None known.
|
|
|
|
[h4 Factorials]
|
|
|
|
* None known.
|
|
|
|
[h4 Error handling]
|
|
|
|
* None known.
|
|
|
|
[h4 Statistical distributions]
|
|
|
|
* Student's t Perhaps switch to normal distribution as a better approximation for very large degrees of freedom?
|
|
|
|
* Some distributions say the range may include infinity, but is not always implemented; nor is it clear if and how it should be.
|
|
|
|
[endsect][/section:issues Known Issues, and Todo List]
|
|
|
|
[/
|
|
Copyright 2006 John Maddock and Paul A. Bristow.
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt).
|
|
]
|