(12C Platinum) Statistics
|
03-07-2020, 01:31 PM
(This post was last modified: 02-27-2021 06:07 AM by Gamo.)
Post: #1
|
|||
|
|||
(12C Platinum) Statistics
This program implement the Statistics Program section from
HP-12C Platinum Solution Handbook start from page 98 What include in this program sets are 1. Expoential Curve Fit 2. Logarithmic Curve Fit 3. Power Curve Fit 4. Geometric and Harmonic Mean (my own version) 5. Standard Error of the Mean 6. Mean, Standard Deviation, Standard Error for Grouped Data 7. Hidden Special Program: Weibull Distribution All above program are easy to navigate to each of the programs. To start: [FIX] 2 Pick a program number from 1 - 6 If you want to use Geometric and Harmonic program that is Program# 4 Follow these steps to use each program f [REG] f [∑] f [PRGM] 4 [R/S] display 4.00 // 4 indicated that now is on Program#4 For Program#4 which is the Geometric and Harmonic Mean To use this program enter data when done enter 0 to calculate. Example: What is the Geometric and Harmonic Mean of 10 and 30 ? f [REG] f [∑] f [PRGM] 4 [R/S] display 4.00 10 [R/S] display 1.00 // Data #1 30 [R/S] display 2.00 // Data #2 0 [R/S] display 17.32 // Activate Calculation by pressing 0 [R/S] answer Geometric Mean [X<>Y] 15 // Answer Harmonic Mean To re-run this same program simply clear statistic register and start new data sets --------------------------------------------------------------- To use special program g [GTO] 158 [R/S] For Weibull Distribution Enter the total data count [R/S] display data count Enter each Data Sets to the same amount of data count 0 [R/S] Activate calculation display b [R/S] display Answer --------------------------------------------------------------- For All the Curve Fit programs Use the same steps procedure as shown in the Solutions Handbook When finish input Data Enter 0 [R/S] to activate calculation briefly shown Correlation coefficient then continue and briefly shown A continue ans stop at B --->Enter X for Y-estimate [R/S] ---------------------------------------------------------------- Program: RPN mode Code:
Remark: More example is coming soon. Gamo |
|||
03-08-2020, 11:37 AM
(This post was last modified: 03-08-2020 11:47 AM by Gamo.)
Post: #2
|
|||
|
|||
RE: (12C Platinum) Statistics
The Curve Fitting program examples are from
HP-11C Owner's Handbook start from Page 162 Example 1: (Exponential, Code = 1) Data: Xi (0.72, 1.36, 1.95, 2.58, 3.14) Yi (2.16, 1.61, 1.16, 0.85, 0.5) Solution: a = 3.45, b = -0.58 r^2 = 0.98 Keystrokes using HP-12C Platinum f [REG] f [∑] f [PRGM] 1 [R/S] display 1.00 // 1.00 indicated that now is on Program#1 2.16 [ENTER] .72 [R/S] display 1.00 1.61 [ENTER] 1.31 [R/S] display 2.00 1.16 [ENTER] 1.5 [R/S] display 3.00 .85 [ENTER] 2.58 [R/S] display 4.00 .5 [ENTER] 3.14 [R/S] display 5.00 0 [R/S] display Correlation coefficient momentary ....... -0.99 Display A momentary ...... 3.45 Display B momentary ...... -0.58 Display growth rate ...... -44.12% For X = 1.5 1.5 [R/S] display ŷ = 1.44 To find another X simply enter X value and [R/S] display ŷ To run a new problem press f [REG] f [∑] f [PRGM] 1 [R/S] Gamo |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)