Post Reply 
Accurate Normal Distribution for the HP67/97
12-12-2018, 10:49 PM (This post was last modified: 12-12-2018 10:50 PM by John Keith.)
Post: #29
RE: Accurate Normal Distribution for the HP67/97
That is a neat program, although I can only begin to understand it. I tried it on the HP 50 and while it is a smaller and faster program than the 2-Exp program in this thread, it is not as accurate if the mean and variance are other than 0 and 1 respectively. For "standard" values of x it is accurate to +/- 1 ULP.

My implementation is straightforward except for the second line,
double x = (float) z;
which turned into -6 RND i.e. round to 6 digits.

I did not experience any underflow, just a less accurate result.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Accurate Normal Distribution for the HP67/97 - John Keith - 12-12-2018 10:49 PM



User(s) browsing this thread: 1 Guest(s)