Linear Least Squares Computations
eBook - ePub

Linear Least Squares Computations

  1. 320 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Linear Least Squares Computations

Book details
Book preview
Table of contents
Citations

About This Book

Presenting numerous algorithms in a simple algebraic form so that the reader can easilytranslate them into any computer language, this volume gives details of several methodsfor obtaining accurate least squares estimates. It explains how these estimates may beupdated as new information becomes available and how to test linear hypotheses.Linear Least Squares Computations features many structured exercises that guidethe reader through the available algorithms, plus a glossary of commonly used terms anda bibliography of supplementary reading... collects "ancient" and modem results onlinear least squares computations in a convenient single source... develops the necessarymatrix algebra in the context of multivariate statistics... only makes peripheral use ofconcepts such as eigenvalues and partial differentiation... interprets canonical formsemployed in computation... discusses many variants of the Gauss, Laplace-Schmidt, Givens, and Householder algorithms... and uses an empirical approach for the appraisalof algorithms.Linear Least Squares Computations serves as an outstanding reference forindustrial and applied mathematicians, statisticians, and econometricians, as well as atext for advanced undergraduate and graduate statistics, mathematics, and econometricscourses in computer programming, linear regression analysis, and applied statistics.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Linear Least Squares Computations by R.W. Farebrother in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematics General. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Routledge
Year
2018
ISBN
9781351435253
Edition
1
1
The Gauss and Gauss-Jordan Methods
Aspects of Computer Programming
1.1 INTRODUCTION
This book is concerned with the solution of systems of n ≣ p linear equations in p unknowns. For example, if n = 6 and p = 3, then we may be interested in solving the six equations in three unknowns
x+y=1x+z=1y+z=1y =1z=1z=1
Such systems of equations are usually inconsistent if the number of equations exceeds the number of unknowns. This feature is revealed in our example by the fact that the fourth equation sets y equal to one, the fifth sets z equal to one, and the third requires that they should also sum to one. These are clearly contradictory requirements which cannot be satisfied simultaneously.
Nevertheless, this impasse may be resolved if we are willing to assume that the equations are not exact but inexact equalities whose right sides may be adjusted in such a way as to yield a system of equations which is consistent. This assumption and several others are embodied in the algebraic and statistical models presented in Chapters 3 and 9, which have been accepted as the basis of much quantitative analysis in a wide range of disciplines, including astronomy, physics, chemistry, medicine, psychology, geodesy, engineering, sociology, economics, and education.
The adjustments to the system of n equations in p unknowns are usually made indirectly by solving a system of p equations in p unknowns which is closely related to the original system. For example, if w...

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Table of Contents
  6. PREFACE
  7. 1 THE GAUSS AND GAUSS-JORDAN METHODS: ASPECTS OF COMPUTER PROGRAMMING
  8. 2 MATRIX ANALYSIS OF GAUSS’S METHOD: THE CHOLESKY AND DOOLITTLE DECOMPOSITIONS
  9. 3 THE LINEAR ALGEBRAIC MODEL: THE METHOD OF AVERAGES AND THE METHOD OF LEAST SQUARES
  10. 4 THE CAUCHY-BIENAYMÉ, LAPLACE, AND SCHMIDT PROCEDURES “
  11. 5 HOUSEHOLDER’S PROCEDURE
  12. 6 GIVENS’S PROCEDURE
  13. 7 UPDATING THE QU DECOMPOSITION
  14. 8 PSEUDO-RANDOM NUMBERS
  15. 9 THE STANDARD LINEAR MODEL
  16. 10 CONDITION NUMBERS
  17. 11 INSTRUMENTAL VARIABLE ESTIMATORS
  18. 12 GENERALIZED LEAST SQUARES ESTIMATION
  19. 13 ITERATIVE SOLUTIONS OF LINEAR AND NONLINEAR LEAST SQUARES PROBLEMS
  20. 14 CANONICAL EXPRESSIONS FOR THE LEAST SQUARES ESTIMATORS AND TEST STATISTICS
  21. 15 TRADITIONAL EXPRESSIONS FOR THE LEAST SQUARES UPDATING FORMULAS AND TEST STATISTICS
  22. 16 LEAST SQUARES ESTIMATION SUBJECT TO LINEAR EQUALITY CONSTRAINTS
  23. SUPPLEMENTARY READING
  24. GLOSSARY OF MATRIX ALGEBRA
  25. AUTHOR INDEX
  26. SUBJECT INDEX