The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
(17B) Normal Distribution
04-01-2019, 12:15 AM
Post: #1
(17B) Normal Distribution
Normal Distribution

The following solver approximates the area of a normal distribution. The following equation uses L (Let) and G (Get), so this can be used for the classic HP 17BII and the silver HP 17BII+.

Code:
NORM: CDF=1-EXP(-X^2÷2)÷SQRT(2*PI)*(.4361836*
L(T:INV(1+.33267*X))-.1201676*G(T)^2+.9372980*G(T)^3)

Instructions:

For x ≥ 0, enter x in ( X ) and then press (CDF) to solve.

For x < 0, enter abs(x) in ( X ), press (CDF) to solve, negate the result and add 1.

The area will be calculated from 0 (the center) to x.

Example 1: x = 2.5

2.5 (X), (CDF): Result: 0.99

Example 2: x = 1

1 (X), (CDF): Result: 0.84

Example 3: x = -1.5

(Algebric Mode)

1.5 (X), (CDF) [+/-] [ + ] 1 [ = ]: Result: 0.07

Source:

"Handbook of Mathematical, Scientific, and Engineering Formulas, Tables, Functions, Graphics, Transforms" Research & Education Association. 1984 ISBN 0-87891-521-4

Blog Entry: https://edspi31415.blogspot.com/2019/03/...andom.html
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(17B) Normal Distribution - Eddie W. Shore - 04-01-2019 12:15 AM
RE: (17B) Normal Distribution - rprosperi - 04-01-2019, 12:37 AM



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