Post Reply 
Cumulative Normal Distribution
08-29-2019, 08:45 PM (This post was last modified: 09-14-2019 01:22 AM by Albert Chan.)
Post: #7
RE: Cumulative Normal Distribution
(08-29-2019 06:56 PM)Wes Loewer Wrote:  The hp prime's syntax is:

NORMALD_CDF([μ, σ,] x, [x2])

So on the Prime you could use NORMALD_CDF(0,1,-1.5, 9e99), or just NORMALD_CDF(-1.5, 9e99).

If you wanted 1-sided CDF, it is faster just do NORMALD_CDF(1.5)

Result more accurate too, since it does not involve subtraction of 2 CDF's
Example: CDF(Z>6)

XCas> normal_cdf(6, 9e99) → 9.8658 77004e-10, error = +554 ULP
XCas> normal_cdf(-6)         → 9.8658 76449e-10, error = -1 ULP
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cumulative Normal Distribution - Jib - 08-29-2019, 09:21 AM
RE: Cumulative Normal Distribution - Jib - 08-29-2019, 09:46 AM
RE: Cumulative Normal Distribution - Albert Chan - 08-29-2019 08:45 PM



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