HP Forums
Calculating statistics - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Calculating statistics (/thread-8212.html)



Calculating statistics - tdh79 - 04-20-2017 12:28 PM

How do i calculate the mean salary, standard deviation etc with these numbers?
Is there a way to mulitply two rows in the statistics app like in a spreadsheet?

Salary (x1000) Frequenzy
(200, 300) 28
(300, 400) 42
(400, 500) 33
(600, 700) 14

Please note that the salary is in NKR not USD Wink


RE: Calculating statistics - roadrunner - 04-21-2017 01:24 AM

Go to Statistics 1 variable. Put salary in column D1, put frequency in column D2.

Then in CAS, mean(D1,D2) and stddev(D1,D2) should do it.

-road


RE: Calculating statistics - tdh79 - 04-21-2017 08:30 PM

(04-21-2017 01:24 AM)roadrunner Wrote:  Go to Statistics 1 variable. Put salary in column D1, put frequency in column D2.

Then in CAS, mean(D1,D2) and stddev(D1,D2) should do it.

-road

Thanks Smile


RE: Calculating statistics - Tim Wessman - 04-22-2017 09:46 PM

Do the same thing, but then define your data in SYMB of the stat 1 var app (indep, and freq) and then press STATS in the NUM screen. That is the "normal" way to do it.


RE: Calculating statistics - tdh79 - 04-25-2017 12:52 PM

(04-22-2017 09:46 PM)Tim Wessman Wrote:  Do the same thing, but then define your data in SYMB of the stat 1 var app (indep, and freq) and then press STATS in the NUM screen. That is the "normal" way to do it.
Tried it this way now and it works fine as you described it, i thought this was the way i tried in the first place but I must've done someting wrong in the SYMB view or something.