[ 
https://issues.apache.org/jira/browse/STATISTICS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Herbert resolved STATISTICS-52.
------------------------------------
    Fix Version/s: 1.0
       Resolution: Implemented

Added in commit:

f931dd5c6946f505495262beb5ad36603b4ab5bc

> High precision PDF for the Normal distribution
> ----------------------------------------------
>
>                 Key: STATISTICS-52
>                 URL: https://issues.apache.org/jira/browse/STATISTICS-52
>             Project: Apache Commons Statistics
>          Issue Type: Improvement
>          Components: distribution
>    Affects Versions: 1.0
>            Reporter: Alex Herbert
>            Priority: Minor
>             Fix For: 1.0
>
>
> The normal distribution PDF is computed using:
>  
> {code:java}
> Math.exp(-0.5 * x * x) / Math.sqrt(2 * Math.PI)
> {code}
> The value {{x^2}} can be computed to extended precision. This extra 
> information in the round-off bits can increase the accuracy of the 
> exponential function (see NUMBERS-177 under the title 'Accurate scaling by 
> exp(z*z)').
>  
> The effect of including the round-off bits on both accuracy and speed should 
> be investigated.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to