home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / office / a115_1 / Documents / Functions / Statistic < prev    next >
Text File  |  1992-01-09  |  2KB  |  137 lines

  1. %OP%VS4.12 Test (Dec 12 1991), Colton Software - Development, R0123 4567 8901 2345
  2. %OP%DP4
  3. %OP%LP*
  4. %OP%TM4
  5. %OP%BM4
  6. %OP%LM5
  7. %OP%FX
  8. %OP%FY
  9. %OP%FS
  10. %OP%WC2,2150,572,1364,0,0,0,0
  11. %CO:A,10,100%
  12. %C%%H1%Statistical Functions Examples
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. %C%Function
  21.  
  22. AVG
  23. COUNT
  24. GRAND
  25. MAX
  26. MIN
  27. %L%RAND
  28. STD
  29. STDP
  30. VAR
  31. VARP
  32. %CO:B,9,0%
  33.  
  34.  
  35. %V%%C%8
  36. %V%%C%7
  37. %V%%C%2
  38. %V%%C%11
  39. %V%%C%6
  40.  
  41. %R%Input 1
  42.  
  43. %R%B4E8
  44. %R%B4E8
  45. %V%%R%2
  46. %R%B4E8
  47. %R%B4E8
  48. %V%%R%1
  49. %R%B4E8
  50. %R%B4E8
  51. %R%B4E8
  52. %R%B4E8
  53. %CO:C,9,0%
  54.  
  55.  
  56. %V%%C%5
  57. %V%%C%12
  58. %V%%C%7
  59. %V%%C%9
  60. %V%%C%17
  61.  
  62. %R%Input 2
  63.  
  64. %R%-
  65. %R%-
  66. %V%%R%1
  67. %R%-
  68. %R%-
  69. %R%-
  70. %R%-
  71. %R%-
  72. %R%-
  73. %R%-
  74. %CO:D,9,0%
  75.  
  76.  
  77. %V%%C%10
  78. %V%%C%13
  79. %V%%C%7
  80. %V%%C%5
  81. %V%%C%17
  82.  
  83. %R%Input 3
  84.  
  85. %R%-
  86. %R%-
  87. %R%-
  88. %R%-
  89. %R%-
  90. %R%-
  91. %R%-
  92. %R%-
  93. %R%-
  94. %R%-
  95. %CO:E,9,0%
  96.  
  97.  
  98. %V%%C%13
  99. %V%%C%19
  100. %V%%C%1
  101. %V%%C%7
  102. %V%%C%1
  103.  
  104. %C%Result
  105.  
  106. %V%%C%avg(B4E8)
  107. %V%%C%count(B4E8)
  108. %V%%C%grand(B14,C14)
  109. %V%%C%max(B4E8)
  110. %V%%C%min(B4E8)
  111. %V%%C%rand(B17)
  112. %V%%C%std(B4E8)
  113. %V%%C%stdp(B4E8)
  114. %V%%C%var(B4E8)
  115. %V%%C%varp(B4E8)
  116. %CO:F,2,0%%CO:G,81,0%
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. %L%Summary
  126.  
  127. Returns the average of a list of numbers.
  128. Counts the number of entries in a list. (Numeric Slots only).
  129. Generates a Gaussian random number, average %H4%Input1%H4%, s.d. %H4%Input2%H4%, both optional.
  130. Returns the maximum value in a list.
  131. Returns the minimum value in a list.
  132. Generates a random number using %H4%Input1%H4% as the seed. %H4%Input1%H4% is optional.
  133. Returns the population standard deviation of a list.
  134. Returns the modified population standard deviation of a list.
  135. Returns the population variance of a list.
  136. Returns the modified population variance of a list.
  137.