Statistical registers assignments in HP RPN calculators
|
04-18-2023, 07:53 AM
(This post was last modified: 04-22-2023 05:25 AM by brouhaha.)
Post: #1
|
|||
|
|||
Statistical registers assignments in HP RPN calculators
In the course of deciding how to add basic statistical functions to my hacked 16C firmware, I first looked at what the other Voyager calculators do, and then the 41C. Considering only those calculators, based on the Nut CPU architecture, HP did three different things. That got me to wondering, so I went through all of the HP RPN calculators that have statistical functions and store the accumulated values in numbered registers (which leaves out the HP-80 and HP-32S). I found a total of FOURTEEN different sets of statistical register assignments. I've listed them below.
The HP-80 peforms single-variable statistics using only the stack. The HP-81 has single-variable statistics as noted in the table, but also a separate set of two-variable statistical functions called "Trend Line" (TL), not covered by my table.. For the modified 16C, I'm trying to decide whether to use the 10C/11C/34C register assignments (very easily done), or to make them movable via a ΣREG function like the 41C family (a little more challenging). EDITED 2023-04-19 - thanks to Dave Britten, Mike, and AndiGer for corrections and updates Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Statistical registers assignments in HP RPN calculators - brouhaha - 04-18-2023 07:53 AM
RE: Statistical registers assignments in HP RPN calculators - Paul Dale - 04-18-2023, 12:20 PM
RE: Statistical registers assignments in HP RPN calculators - Dave Britten - 04-18-2023, 01:15 PM
RE: Statistical registers assignments in HP RPN calculators - AndiGer - 04-19-2023, 06:13 PM
|
User(s) browsing this thread: 3 Guest(s)