home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp48
- Path: sparky!uunet!decwrl!concert!seq!UTFSM.BITNET!P5JARGOM
- From: P5JARGOM@UTFSM.BITNET (Javier Argomedo Zazzali)
- Subject: Re: How to enter statistical data ....
- Message-ID: <199209101721.AA24010@seq.uncwil.edu>
- Sender: daemon@seq.uncwil.edu (Admin)
- Reply-To: <P5JARGOM@UTFSM.BITNET>
- Organization: UNCW news/mail gateway service
- Date: Thu, 10 Sep 1992 17:13:31 GMT
- Lines: 24
-
-
- Hi,
- I think you are asking for repeated data...
- it can be enter to the calc with a simple routine:
-
- @ NDAT ( data count -> )
- /<<
- /-> data count
- /<<
- 1 count START data /Sigma+ NEXT
- />>
- />>
-
- This short routine does the job... only put the data value
- on 2d level and how many times on level 1.
-
- bye.
-
-
- =========================================================================
- Javier Argomedo Zazzali e-mail P5JARGOM@UTFSM.BITNET
- Electronic Engineering Student
- UTFSM University, Valparaiso, Chile.
- =========================================================================
-