Statistics on HP15C
#1

Can anyone remind me how I can enter (xi,yi) datas on my HP15C and then find out the statitics results :
- Sum(xi)
- Sum(yi)
- Sum (xi*yi)
- and so on ...

#2

Entering statistical data on HP-15:
y value (Enter)
x value (SUM+) key to the left of +
repeat as many times as you have data points

Data are stored in the following registers:
R2: n, # of data points
R3: sum of x values
R4: sum of x^2
R5: sum of y
R6: sum of y^2
R7: sum of xy

Recall data by pressing RCL key followed by number of register.

Sorry about the bad formatting of this posting -- I don't know how to correct it.

#3

To clear stat registers press: f CLEAR Sigma

To enter pairs (xi, yi) press: yi ENTER xi Sigma+

RCL 2: number of elements (pairs)
RCL 3: sum(xi)
RCL 4: sum (xi**2)
RCL 5: sum (yi)
RCL 6: sum (yi**2)
RCL 7: sum(xi*yi)

g x: average x
x <--> y : average y

Linear regression y = m * x + b

f L.R. returns b
x <--> y returns m

#4

look at the back of your 15C : there is a summary of all stats registers.

#5

Hi, Tom;

if you have the time for it, read this here. If not, here is the tip:

if you have a text you want to be seen exactly as you type it here, with all line-feeds and monotyped spaces, simply put a [pre] before its first character and a [/pre] after its last character. Your text would look like this:

R2: n, # of data points
R3: sum of x values
R4: sum of x^2
R5: sum of y
R6: sum of y^2
R7: sum of xy

To accomplish this, you type:

[pre]R2: n, # of data points
R3: sum of x values
R4: sum of x^2
R5: sum of y
R6: sum of y^2
R7: sum of xy[/pre]

Hope it helps.

#6

Perhaps someone could be interested...
I've some own programs for statistics for the 15C:

Entering Data with frequencies (one or two variables)
Confidence interval for mean and sample size
Confidence interval for proportion and sample size
Binomial distribution B(n,p)
Normal standard distribution and inverse Normal s. distr.

If you want, feel free for mailing me

Raul



Possibly Related Threads…
Thread Author Replies Views Last Post
  1984 HP15C rattles Footloose (Illinois) 4 1,856 10-15-2013, 09:43 PM
Last Post: BobVA
  HP15c continued fraction for Ln(Gamma) Tom Grydeland 0 1,083 09-30-2013, 05:48 AM
Last Post: Tom Grydeland
  weird statistics bug in wp34s Andrew Nikitin 5 2,072 06-20-2013, 01:54 PM
Last Post: Namir
  HP 10s+ Easter Egg (Statistics) Eddie W. Shore 1 922 04-11-2013, 04:25 PM
Last Post: Andrew Feist
  HP15c LE emulator with unlimited number of activations Nick_S 23 5,977 01-24-2013, 03:59 PM
Last Post: Victor Quiros
  battery test for the HP15c Limited Edition Guido (Canada) 3 1,601 01-03-2013, 08:17 AM
Last Post: Jeff O.
  uRCL* on HP15C Csaba Tizedes (Hungary) 2 1,324 12-29-2012, 06:09 PM
Last Post: Luiz C. Vieira (Brazil)
  HP15C strange complex number behavior Mike W 5 1,952 09-11-2012, 04:36 PM
Last Post: Mike W
  HP15C Paul Averis ( Australia ) 1 1,116 06-18-2012, 03:33 AM
Last Post: Alexander Oestert
  WP34s Stopwatch & statistics pascal_meheut 4 1,667 06-14-2012, 09:04 PM
Last Post: Matthew Krotzer

Forum Jump: