https://github.com/stla/owen
Evaluation of the Owen T-function and the Owen Q-function.
https://github.com/stla/owen
haskell special-functions
Last synced: 10 months ago
JSON representation
Evaluation of the Owen T-function and the Owen Q-function.
- Host: GitHub
- URL: https://github.com/stla/owen
- Owner: stla
- License: gpl-3.0
- Created: 2017-04-17T14:43:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T03:55:25.000Z (about 8 years ago)
- Last Synced: 2025-02-06T16:05:47.690Z (12 months ago)
- Topics: haskell, special-functions
- Language: Haskell
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# owen
Evaluation of the Owen T-function and the Owen Q-function.
The Owen T-function is evaluated by summation of a series.
There are two implementations of the Owen Q-function.
The first one simply evaluates the function by numerical integration.
The second one, better, follows the procedure given by Owen for an integer number of
degrees of freedom. The results are theoretically exact when the number of
degrees of freedom is even.
When odd, the procedure resorts to the Owen T-function.
Also evaluates the cumulative distribution function of the noncentral Student
distribution with integer number of degrees of freedom.
The results are theoretically exact when the number of degrees of freedom is even.