Post Reply 
(19C/29C) (k-)Permutations, Combinations, Linear Regression and Pseudo-random number
01-15-2020, 04:10 PM (This post was last modified: 01-15-2020 04:10 PM by Gene.)
Post: #2
RE: (19C/29C) (k-)Permutations, Combinations, Linear Regression and Pseudo-random number
Great set of routines!

One suggestion on LBL 5 would be to consider dropping the FIX 2 step.

Another would be to consider getting away from the PI / Y^X generator as they are fairly poor per some tests done in the PPC Journal for getting a good distribution of outputs. Perhaps this?

Saves a step too in case a change elsewhere needs to be made.

But seriously, I love this combination of routines. Makes a great edition to the HP-19C/29C function set.

Once I get my LP HP-29C setup, this will be in memory.

Code:
91 LBL 5
92 9
93 9
94 7
95 *
96 FRAC
97 RTN
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (19C/29C) (k-)Permutations, Combinations, Linear Regression and Pseudo-random number - Gene - 01-15-2020 04:10 PM



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