Calculating statistics
|
04-20-2017, 12:28 PM
Post: #1
|
|||
|
|||
Calculating statistics
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 |
|||
04-21-2017, 01:24 AM
Post: #2
|
|||
|
|||
RE: Calculating statistics
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 |
|||
04-21-2017, 08:30 PM
Post: #3
|
|||
|
|||
RE: Calculating statistics | |||
04-22-2017, 09:46 PM
Post: #4
|
|||
|
|||
RE: Calculating statistics
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.
TW Although I work for HP, the views and opinions I post here are my own. |
|||
04-25-2017, 12:52 PM
Post: #5
|
|||
|
|||
RE: Calculating statistics
(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. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)