summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-02-14 12:35:52 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-02-14 12:35:52 +0100
commit8ec2f139d29e6a42a03a58d6152a59611d240af7 (patch)
tree1aede06aa2e12d1992a7ee73286f82e5b7ca0f8d
parentf642e29564711778b464a11df3ead95c6841a6e3 (diff)
tibtoa: Added statistic variables
-rwxr-xr-xbin/tibtoa64
1 files changed, 62 insertions, 2 deletions
diff --git a/bin/tibtoa b/bin/tibtoa
index 777e6f5..4146353 100755
--- a/bin/tibtoa
+++ b/bin/tibtoa
@@ -354,8 +354,68 @@ my $special = {
0x08 => 'GDB9',
0x09 => 'GDB0',
},
- # FIXME statistics variable bytes
- 0x62 => {},
+ 0x62 => {
+ 0x01 => 'RegEq',
+ 0x02 => 'n',
+ 0x03 => 'x̅',
+ 0x04 => 'Σx',
+ 0x05 => 'Σx²',
+ 0x06 => 'Sx',
+ 0x07 => 'σx',
+ 0x08 => 'minX',
+ 0x09 => 'maxX',
+ 0x0a => 'minY',
+ 0x0b => 'maxY',
+ 0x0c => 'y̅',
+ 0x0d => 'Σy',
+ 0x0e => 'Σy²',
+ 0x0f => 'Sy',
+ 0x10 => 'σy',
+ 0x11 => 'Σxy',
+ 0x12 => 'r',
+ 0x13 => 'Med',
+ 0x14 => 'Q1',
+ 0x15 => 'Q3',
+ 0x16 => 'a',
+ 0x17 => 'b',
+ 0x18 => 'c',
+ 0x19 => 'd',
+ 0x1a => 'e',
+ 0x1b => 'x₁',
+ 0x1c => 'x₂',
+ 0x1d => 'x₃',
+ 0x1e => 'y₁',
+ 0x1f => 'y₂',
+ 0x20 => 'y₃',
+ 0x21 => 'n',
+ 0x22 => 'p',
+ 0x23 => 'z',
+ 0x24 => 't',
+ 0x25 => 'χ²',
+ 0x26 => 'F',
+ 0x27 => 'df',
+ 0x28 => 'p̂',
+ 0x29 => 'p̂₁',
+ 0x2a => 'p̂₂',
+ 0x2b => 'x̅₁',
+ 0x2c => 'Sx₁',
+ 0x2d => 'n₁',
+ 0x2e => 'x̅₂',
+ 0x2f => 'Sx₂',
+ 0x30 => 'n₂',
+ 0x31 => 'Sxp',
+ 0x32 => 'lower',
+ 0x33 => 'upper',
+ 0x34 => 's',
+ 0x35 => 'r²',
+ 0x36 => 'R²',
+ 0x37 => 'Factor df',
+ 0x38 => 'Factor SS',
+ 0x39 => 'Factor MS',
+ 0x3a => 'Error df',
+ 0x3b => 'Error SS',
+ 0x3c => 'Error MS',
+ },
# FIXME window / finance bytes
0x63 => {},
0x7e => {