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 
(12C) Geometric & Harmonic Mean
06-26-2024, 04:51 AM
Post: #1
(12C) Geometric & Harmonic Mean
Program to calculate the Geometric and Hamonic Mean

--------------------------------------------------------------

Procedure:

For every new problem first " Clear Statistic Registers "

To clear statistic register press [f] [Σ]

--------------------------------------------------------------

Enter each Data Value press [R/S] and display will show

the number of data entered 1, 2, 3, ....... , n

When done press 0 [R/S] display answer for Geometric Mean

[X<>Y] display answer for Harmonic Mean

---------------------------------------------------------------
Example:

Data: 30, 10

[f] [Σ]

30 [R/S] display 1
10 [R/S] display 2

0 [R/S] display answer for GM = 17.3205 [X<>Y] for HM = 15

----------------------------------------------------------------
Program:
Quote:01 X=0
02 GTO 09
03 1/x
04 ENTER
05 LSTx
06 LN
07 Σ+
08 GTO 00
09 X-bar // [g] [0]
10 X<>Y
11 1/x
12 X<>Y
13 e^x

Gamo 6/2024
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(12C) Geometric & Harmonic Mean - Gamo - 06-26-2024 04:51 AM
RE: (12C) Geometric & Harmonic Mean - Gamo - 06-27-2024, 09:58 AM
RE: (12C) Geometric & Harmonic Mean - Gamo - 06-29-2024, 04:10 AM



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