
At a Glance
312 Pages
23.4 x 15.6 x 1.91
Hardcover
RRP $368.00
$305.90
17%OFF
or 4 interest-free payments of $76.47 with
orAims to ship in 7 to 10 business days
Preface | p. iii |
The Gauss and Gauss-Jordan Methods: Aspects of Computer Programming | p. 1 |
Introduction | p. 1 |
Gauss's Method | p. 3 |
Gauss's Method with Row Interchanges | p. 8 |
The Gauss-Jordan Method | p. 10 |
Arithmetical Cost | p. 11 |
Efficient Programming | p. 13 |
Computer Representation of Numbers | p. 15 |
A Measure of Computational Accuracy | p. 16 |
Gauss's Method with Integer Coefficients | p. 17 |
Exercises | p. 18 |
References | p. 20 |
Matrix Analysis of Gauss's Method: The Cholesky and Doolittle Decompositions | p. 23 |
Matrix Representation | p. 23 |
Matrix Multiplication | p. 26 |
Matrix Inversion | p. 27 |
Elementary Matrices | p. 30 |
Matrix Analysis of Gauss's Method | p. 32 |
The Determinant | p. 34 |
Doolittle's L[subscript 0]U[subscript *] Decomposition | p. 35 |
The U'[subscript 0]DU[subscript 0] Decomposition | p. 37 |
Cholesky's U'U Decomposition | p. 38 |
Horst's Method | p. 40 |
Exercises | p. 42 |
References | p. 43 |
The Linear Algebraic Model: The Method of Averages and the Method of Least Squares | p. 45 |
The Linear Algebraic Model | p. 45 |
The Method of Averages | p. 46 |
The Method of Least Squares | p. 49 |
Accuracy | p. 50 |
Empirical Condition Number | p. 51 |
Longley's Test Problem | p. 52 |
Exercises | p. 53 |
References | p. 54 |
The Cauchy-Bienayme, Laplace, and Schmidt Procedures | p. 59 |
The Cauchy-Bienayme Procedure | p. 59 |
The Cauchy-Bienayme Procedure II | p. 63 |
The Laplace Orthogonalization Procedure | p. 66 |
The Schmidt Orthogonalization Procedure | p. 68 |
Comparison of the Schmidt and Laplace Procedures | p. 69 |
Laplace's Procedure with Column Interchanges | p. 71 |
Uniqueness of the U'[subscript 0]DU[subscript 0] Decomposition | p. 72 |
Partial Orthogonalization and Scaling | p. 73 |
Exercises | p. 75 |
References | p. 76 |
Householder's Procedure | p. 81 |
Householder's Procedure | p. 81 |
Householder's Transformation Matrix | p. 84 |
Comparison of the Householder and Laplace Procedures | p. 89 |
Further Remarks on Householder's Procedure | p. 90 |
Maindonald's Variant of Householder's Procedure | p. 91 |
Householder's Procedure with Column Interchanges | p. 93 |
Exercises | p. 94 |
References | p. 95 |
Givens's Procedure | p. 97 |
Givens Transformation Matrix | p. 97 |
Given's Procedure | p. 99 |
A Revised Version of Givens's Procedure | p. 101 |
Partial Orthogonalization | p. 103 |
Square Root Free Variants of Givens's Procedure | p. 106 |
Gentleman's Procedure | p. 109 |
The Weighted Least Squares Estimator | p. 112 |
Deleting Observations | p. 113 |
Imposing Constraints | p. 115 |
Stirling's Procedure | p. 118 |
Generalized Givens Transformations with Integer Coefficients | p. 120 |
Exercises | p. 123 |
References | p. 126 |
Updating the qu Decomposition | p. 127 |
Adding Rows | p. 127 |
Deleting Rows | p. 129 |
Adding Columns | p. 131 |
Deleting Columns | p. 132 |
Permuting Columns | p. 133 |
All Possible Regressions | p. 135 |
Adding Dummy Rows and Dummy Columns | p. 137 |
Exercises | p. 139 |
References | p. 140 |
Pseudo-Random Numbers | p. 141 |
Data Precision | p. 141 |
Multiplicative Congruential Pseudo-Random Number Generators | p. 142 |
Uniformly Distributed Pseudo-Random Numbers | p. 145 |
Mean and Variance | p. 146 |
Normally Distributed Pseudo-Random Numbers | p. 147 |
Exercises | p. 148 |
Project: A Simulation Study | p. 149 |
References | p. 151 |
The Standard Linear Model | p. 153 |
The Linear Statistical Model | p. 153 |
The Expectation and Variance of a Random Variable | p. 155 |
The Standard Linear Model | p. 156 |
The Expectation and Variance of an Estimator | p. 158 |
The Expectation and Variance of [beta] | p. 159 |
The Least Squares Estimator of [sigma superscript 2] | p. 161 |
The Expected Results of the Simulation Study | p. 162 |
Project: A Least Squares Computer Program | p. 164 |
References | p. 165 |
Condition Numbers | p. 167 |
Theoretical Condition Numbers | p. 167 |
Empirical Condition Numbers | p. 170 |
Perturbations of the Full Data Set | p. 170 |
Exercises | p. 171 |
References | p. 172 |
Instrumental Variable Estimators | p. 173 |
The Instrumental Variable Estimator | p. 173 |
A Nonsymmetric Variant of Householder's Procedure | p. 174 |
Nonsymmetric Householder Transformation Matrices | p. 177 |
The Expectation and Variance of an Instrumental Variable Estimator | p. 179 |
The Instrumental Variable Estimator II | p. 180 |
Computing Instrumental Variable Estimators by Householder's Procedure | p. 182 |
Exercises | p. 183 |
References | p. 184 |
Generalized Least Squares Estimation | p. 185 |
Grouped Data | p. 185 |
Three Linear Models | p. 188 |
The Weighted Least Squares and Generalized Least Squares Estimators | p. 189 |
Elementary Computational Procedures | p. 191 |
Generalized Least Squares Estimation by Householder Transformations | p. 192 |
A Reexamination of Householder's Procedure | p. 195 |
The Reverse Cholesky Decomposition | p. 196 |
Generalized Least Squares Estimation by Givens Transformations | p. 198 |
Generalized Least Squares Estimation by Givens Transformations II | p. 201 |
Updating the Generalized Least Squares Estimates | p. 202 |
Special Methods for the Reverse Cholesky Decomposition | p. 206 |
Generalizations of the Generalized Least Squares Problem | p. 208 |
Estimation in Rank Deficient Models | p. 211 |
Exercises | p. 214 |
References | p. 216 |
Iterative Solutions of Linear and Nonlinear Least Squares Problems | p. 217 |
Iterative Refinement of the Generalized Least Squares Estimator | p. 217 |
Iterative Refinement of the Ordinary Least Squares Estimator | p. 219 |
Iterative Solution of Nonlinear Least Squares Problems | p. 223 |
Exercises | p. 226 |
References | p. 227 |
Canonical Expressions for the Least Squares Estimators and Test Statistics | p. 229 |
The Canonical Form of the Standard Linear Model | p. 229 |
Unbiased Estimators of [beta] and [sigma superscript 2] | p. 231 |
The Minimum Variance Unibased Linear Estimator of [beta] | p. 232 |
A Statistical Test for Deleted Regressors | p. 234 |
Distributional Assumptions | p. 235 |
A Statistical Test for Deleted Regressors II | p. 238 |
A Statistical Test for Additional Observations | p. 239 |
Exercises | p. 240 |
Project: A Simulation Study of the Deletion Test | p. 241 |
References | p. 242 |
Traditional Expressions for the Least Squares Updating Formulas and Test Statistics | p. 245 |
Adding Regressors | p. 245 |
Adding Regressors II | p. 247 |
The Inverse of a Partitioned Matrix | p. 251 |
Adding Observations | p. 252 |
Adding Observations II | p. 253 |
Deleting Observations | p. 256 |
Imposing Constraints | p. 257 |
A Statistical Test for Linear Constraints | p. 259 |
Exercises | p. 261 |
References | p. 263 |
Least Squares Estimation Subject to Linear Equality Constraints | p. 265 |
Inconsistent Constraints | p. 265 |
The General Form the Constrained Least Squares Estimator | p. 267 |
A Particular Form of the Constrained Least Squares Estimator | p. 268 |
The Constrained Minimum Variance Unbiased Linear Estimator of [beta] | p. 269 |
Traditional Expressions for the Constrained Least Squares Estimator | p. 271 |
The Distribution of the Test for Linear Constraints | p. 272 |
Exercises | p. 273 |
References | p. 274 |
Supplementary Reading | p. 275 |
Glossary of Matrix Algebra | p. 277 |
Author Index | p. 283 |
Subject Index | p. 287 |
Table of Contents provided by Ingram. All Rights Reserved. |
ISBN: 9780824776619
ISBN-10: 0824776615
Series: Statistics: A Series of Textbooks and Monographs
Published: 19th February 1988
Format: Hardcover
Language: English
Number of Pages: 312
Audience: Professional and Scholarly
Publisher: Taylor & Francis Ltd
Country of Publication: GB
Edition Number: 1
Dimensions (cm): 23.4 x 15.6 x 1.91
Weight (kg): 0.57
Shipping
Standard Shipping | Express Shipping | |
---|---|---|
Metro postcodes: | $9.99 | $14.95 |
Regional postcodes: | $9.99 | $14.95 |
Rural postcodes: | $9.99 | $14.95 |
How to return your order
At Booktopia, we offer hassle-free returns in accordance with our returns policy. If you wish to return an item, please get in touch with Booktopia Customer Care.
Additional postage charges may be applicable.
Defective items
If there is a problem with any of the items received for your order then the Booktopia Customer Care team is ready to assist you.
For more info please visit our Help Centre.