Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ACM Algorithm 209

JohnNichols
Valued Contributor III
580 Views

Screenshot 2023-10-26 122459.png

Jim, Steve, et al:

ACM algorithm 209 calculates the p value for a given Z score,  it is written in Algol 60, it lists if x = 0 then z = 0.  Could you get a zero in Algor 60 as a real?  How big were the reals?

And we have the A M Murray to thank for the algorithm, the guy was prolific. 

0 Kudos
3 Replies
mecej4
Honored Contributor III
560 Views

The cumulative normal probability function is related to the error function by p(x) = [1+erf(z)]/2, where z = x/sqrt(2), and erf is the error function, which in turn is a Fortran intrinsic function.

0 Kudos
JohnNichols
Valued Contributor III
551 Views
0 Kudos
JohnNichols
Valued Contributor III
540 Views

JohnNichols_0-1698352323834.png

I needed the function to look at this data.  Five years of FFT records, one per 8 seconds aggregated on the peaks.  

This is why I dislike people who want to do research in a yr, or 3 years.  Sometimes you have to wait to get the answers.  

this is also why I like this site, there are some incredibly intelligent and useful people here.  

 

0 Kudos
Reply