The Museum of HP Calculators


Kendall's Coefficient of Concordance for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Test Stats Solution Book. This program was entered and uploaded by Tony Duell.

This program is supplied without representation or warranty of any kind. Tony Duell, Hewlett Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download

Program Listing

LINE  KEYS
 01 LBL "KEN"
 02 CLRG
 03 FIX 00
 04 CF 29
 05 "KENDALLS COF."
 06 AVIEW
 07 PSE
 08 "K?"
 09 PROMPT
 10 STO 05
 11 GTO A
 12 LBL C
 13 ST- 02
 14 1
 15 ST- 01
 16 LBL A
 17 "R"
 18 RCL 01
 19 1
 20 +
 21 RCL 04
 22 1
 23 +
 24 ARCL X
 25 "|-,"
 26 ARCL Y
 27 "|- ?"
 28 PROMPT
 29 ST+ 02
 30 1
 31 ST+ 01
 32 RCL 01
 33 RCL 05
 34 X>Y?
 35 GTO A
 36 1
 37 ST+ 04
 38 RCL 02
 39 STO 06
 40 X^2
 41 ST+ 03
 42 0
 43 STO 01
 44 STO 02
 45 RCL 06
 46 "S"
 47 "|-"
 48 ARCL 04
 49 XEQ 11
 50 GTO A
 51 LBL E
 52 FIX 02
 53 RCL 03
 54 12
 55 *
 56 RCL 05
 57 X^2
 58 /
 59 RCL 04
 60 /
 61 RCL 04
 62 X^2
 63 1
 64 -
 65 /
 66 RCL 04
 67 1
 68 ST- 04
 69 +
 70 3
 71 *
 72 RCL 04
 73 /
 74 -
 75 "W"
 76 XEQ 11
 77 RCL 05
 78 *
 79 RCL 04
 80 *
 81 "CHI SQ"
 82 XEQ 11
 83 RCL 04
 84 "dF"
 85 LBL 11
 86 "|-="
 87 ARCL X
 88 AVIEW
 89 STOP
 90 RTN
 91 END

Go back to the HP-41 software library
Go back to the general software library
Go back to the main exhibit hall