Post Reply 
Accurate Bernoulli numbers on the 41C, or "how close can you get"?
03-28-2014, 07:56 PM
Post: #27
RE: Accurate Bernoulli numbers on the 41C, or "how close can you get"?
(03-21-2014 01:37 PM)Dieter Wrote:  There generally is no problem near one if you use the obvious solution: In all the methods I use for the Normal quantile, only the lower half (p<0,5) is considered and the other half is simply evaluated as -QF(1-p). Easy as that. ;-)
...
So the idea is:
IF p < 0,5
THEN return QF(p)
ELSE return -QF(1-p)

BTW, Ángel: accurate results near 0 and 1 are easy to get if Sandmath would offer the complementary error function erfc(x) and its inverse - instead of erf(x). So what about ERFC and IERFC in a future release?

Quote:The device I'm writing this on shows a BIOS date in late 2002 when powering up.

I now remember I did a BIOS update about 10 years ago. So the hardware must be even older. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Accurate Bernoulli numbers on the 41C, or "how close can you get"? - Dieter - 03-28-2014 07:56 PM



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