HP Forums
(HP-97) Linear Regression Analysis Using a Programable Pocket Calculator - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP-65/67/97 Software Library (/forum-12.html)
+--- Thread: (HP-97) Linear Regression Analysis Using a Programable Pocket Calculator (/thread-12153.html)



(HP-97) Linear Regression Analysis Using a Programable Pocket Calculator - SlideRule - 01-10-2019 05:32 PM

4 of 4
Citation
Evenson, Paul, "Linear Regression Analysis Using a Programmable Pocket Calculator" (1978).
Agricultural Experiment Station Technical Bulletins. 52.
http://openprairie.sdstate.edu/agexperimentsta_tb/52

Linear regression is an extremely useful "least squares" technique for fitting a linear equation to a set of data.
This program calculates means, sums of squares, and sums of cross-products of the dependent and independent values which are entered only once. It also calculates the slope and intercept of the line as well as the coefficients of determination and correlation. The program calculates a predicted dependent variable from a given independent variable and a predicted independent variable from a given dependent variable. The program computes the reduction in sum of squares due to regression, residual sum of squares and degrees of freedom, variance about regression, standard error of the estimate, the standard deviation about the slope, and the t-test on the slope of the line.
Confidence limits are calculated about the slope, about a predicted Ŷ, about a predicted future Ŷ, and about a predicted future Ῡ made up of n₁ observations. This
program was written for a Hewlett-Packard 97 programmable "pocket" calculator.


BEST!
SlideRule


RE: (HP-97) Linear Regression Analysis Using a Programable Pocket Calculator - PedroLeiva - 01-10-2019 06:47 PM

(01-10-2019 05:32 PM)SlideRule Wrote:  4 of 4
Citation
Evenson, Paul, "Linear Regression Analysis Using a Programmable Pocket Calculator" (1978).
Agricultural Experiment Station Technical Bulletins. 52.
http://openprairie.sdstate.edu/agexperimentsta_tb/52

Linear regression is an extremely useful "least squares" technique for fitting a linear equation to a set of data.
This program calculates means, sums of squares, and sums of cross-products of the dependent and independent values which are entered only once. It also calculates the slope and intercept of the line as well as the coefficients of determination and correlation. The program calculates a predicted dependent variable from a given independent variable and a predicted independent variable from a given dependent variable. The program computes the reduction in sum of squares due to regression, residual sum of squares and degrees of freedom, variance about regression, standard error of the estimate, the standard deviation about the slope, and the t-test on the slope of the line.
Confidence limits are calculated about the slope, about a predicted Ŷ, about a predicted future Ŷ, and about a predicted future Ῡ made up of n₁ observations. This
program was written for a Hewlett-Packard 97 programmable "pocket" calculator.


BEST!
SlideRule
Another little gem. Pedro