home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp48 / 4539 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1009 b   |  36 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!decwrl!concert!seq!UTFSM.BITNET!P5JARGOM
  3. From: P5JARGOM@UTFSM.BITNET (Javier Argomedo Zazzali)
  4. Subject: Re: How to enter statistical data ....
  5. Message-ID: <199209101721.AA24010@seq.uncwil.edu>
  6. Sender: daemon@seq.uncwil.edu (Admin)
  7. Reply-To: <P5JARGOM@UTFSM.BITNET>
  8. Organization: UNCW news/mail gateway service
  9. Date: Thu, 10 Sep 1992 17:13:31 GMT
  10. Lines: 24
  11.  
  12.  
  13. Hi,
  14. I think you are asking for repeated data...
  15. it can be enter to the calc with a simple routine:
  16.  
  17. @ NDAT  ( data count -> )
  18. /<<
  19.    /-> data count
  20.    /<<
  21.       1 count START data /Sigma+ NEXT
  22.    />>
  23. />>
  24.  
  25. This short routine does the job...  only put the data value
  26. on 2d level and how many times on level 1.
  27.  
  28. bye.
  29.  
  30.  
  31. =========================================================================
  32. Javier Argomedo Zazzali                      e-mail P5JARGOM@UTFSM.BITNET
  33. Electronic Engineering Student
  34. UTFSM University, Valparaiso, Chile.
  35. =========================================================================
  36.