HP Forums
SR-52 Simple Linear Filtering of Time Series Data - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: SR-52 Simple Linear Filtering of Time Series Data (/thread-12662.html)



SR-52 Simple Linear Filtering of Time Series Data - SlideRule - 03-22-2019 10:49 AM

An extract from Simple Linear Filtering of Time Series Data on a Programmable Calculator, Robert Franklin, Comput. Biol. Med., Vol. 12, No. 2, pp. 175-178, 1982

Abstract-A program is presented for the Texas Instruments SR-52 calculator which calculates moving averages of time series data. In addition to providing averages the programs also keeps track of which data item in a sequence to enter next.
INTRODUCTION
A running or moving average is a relatively simple way to smooth time-ordered data. The calculations are sufficiently tedious, however, that doing them on a hand calculator represents a substantial investment of time. For any set of data elements the number ofvalues to be entered on a calculator, by hand, for a moving average is S[ 1 + (N - S)] where S is the span or number of data elements per each averaging operation and N is the total number of data elements. A moving average of span 3 on a set of 50 data elements requires entering 144 numbers. The program presented here significantly reduces the work involved in these calculations. By internally reordering the data the program requires that the user enter each data element once.

SUMMARY
A program is presented for the Texas Instruments
SR-52 programmable calculator which computes simple moving averages of time series data. Design and programming emphasis was placed on ease of use and time savings. The output from this program is useful in determining the shape of time-ordered sequences of data. The technique used for internally reordering the data after each individual calculation is explained is some detail as it may be useful in any program of an algorithm involving a moving window on a sequence of data.


Besides the introduction, the algorithm, program description, sample run (w/ tables of register usage, program procedure & listing), summary (w/ charts & example run) & references.

BEST!
SlideRule


RE: SR-52 Simple Linear Filtering of Time Series Data - Csaba Tizedes - 03-23-2019 03:02 PM

Hi, interesting, you really do not clicked the link in my comment here: http://www.hpmuseum.org/forum/thread-12558-post-113283.html#pid113283

There you can find dozens of useful or less useful papers from 60's-70's-80's.
For example a balloon observation program for HP-65, checking the wind velocities.

Just check that link, if you like to dig these old stuffz.

Csaba