Linear Models in Matrix Form

Size: px
Start display at page:

Download "Linear Models in Matrix Form"

Transcription

1 Linear Models in Matrix Form

2

3 Jonathon D. Brown Linear Models in Matrix Form A Hands-On Approach for the Behavioral Sciences

4 Jonathon D. Brown Department of Psychology University of Washington Seattle, WA, USA ISBN ISBN (ebook) DOI / Springer Cham Heidelberg New York Dordrecht London Library of Congress Control Number: Springer International Publishing Switzerland 2014 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purpose of being entered and executed on a computer system, for exclusive use by the purchaser of the work. Duplication of this publication or parts thereof is permitted only under the provisions of the Copyright Law of the Publisher s location, in its current version, and permission for use must always be obtained from Springer. Permissions for use may be obtained through RightsLink at the Copyright Clearance Center. Violations are liable to prosecution under the respective Copyright Law. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Printed on acid-free paper Springer is part of Springer Science+Business Media (

5 To Noah and Avi. Two (very) special additions!

6

7 Linear Models in Matrix Form: A Hands-On Approach for the Behavioral Sciences Technological advances inevitably shape the teaching of statistics. For many years, the matrix calculations required in order to do most statistical analyses were too laborious to be performed by hand, so simple algebra was used. The formula for computing an unstandardized regression coefficient in a two-variable, multiple regression analysis provides one example of this first generation approach. b 1 ¼ s 1y s 2 2 s12 s 2y s 2 1 s2 2 ð s12 Þ 2 The availability of handheld calculators in the 1970s made these calculations less tedious, but the pedagogical approach to teaching statistics remained unchanged until statistical packages designed to take advantage of high-speed computers ushered in a new, click and run approach in the mid-1980s. Now, all the calculations took place behind the scenes, and formulas were replaced by a more practical method that emphasized the interpretation of output rather than its production. Unfortunately, the click and run approach has produced a new generation of students who know how to use computer software to perform statistical analyses without knowing much about the computations that produce the output they instantly and (apparently) magically receive. I think this lack of understanding is lamentable; I also think it is unnecessary. Instead of leading us to ignore the calculations that comprise statistical analyses, the ready accessibility of highspeed computers should have led us to reveal the matrix algebra that produces the output: b ¼ 1X X 0 0 X y or b ¼ R 1 Q 0 y That way, students would gain valuable insight into the mathematics behind the results. vii

8 viii Linear Models in Matrix Form: A Hands-On Approach for the Behavioral Sciences You Do the Math! I wrote this book to provide that balance, creating an easy-to-understand, hands-on approach to statistical analysis using matrix algebra. Although many of the topics are advanced (e.g., maximum-likelihood estimation, matrix decompositions, nonparametric smoothers, and penalized cubic splines), all the analyses were performed on an open-source spreadsheet using a few built-in functions (e.g., transpose, inverse). 1 Moreover, every statistical analysis is illustrated using a (fictitious) data set comprised of only 12 observations. The sample size is kept purposefully small so that readers will not be dissuaded from performing the calculations themselves, and each data set tells a coherent story based on statistical significance and confidence intervals. In my experience, statistical analyses come alive when students know how the numbers were generated and how they can be used to make cogent arguments about everyday matters. Intended Audience This book is intended for use in an upper-level undergraduate course or an entrylevel graduate course. I assume some knowledge of basic statistical principles (e.g., measures of central tendencies, hypothesis testing), but familiarity with matrix algebra is not needed. The first chapter introduces students to linear equations, and then covers matrix algebra, focusing on three essential operations: the sum of squares, the determinant, and the inverse. These operations are explained in common everyday language, and their calculations are demonstrated using concrete examples. The remaining chapters build on these operations, progressing from simple linear regression to mediational models with bootstrapped standard errors. This book is also appropriate for intellectually curious researchers. I hope to evoke an aha experience among those who learned only the click and run approach and a so that s all there is to it? reaction among those with only a limited background in mathematics. 1 The spreadsheets accompanying each chapter are available as supplementary material with the book on SpringerLink, and can be downloaded directly at social+sciences+%26+law/book/

9 Linear Models in Matrix Form: A Hands-On Approach for the Behavioral Sciences ix Using R Although this book emphasizes performing calculations with a spreadsheet rather than a statistical package, I do not expect readers to ordinarily use a spreadsheet to analyze their data once they have learned the calculations. 2 Toward that end, each chapter includes code for running all analyses in R, a free software programming language and software environment for statistical computing and graphics that can be downloaded at Whenever possible, I have used functions from the base suite of tools or have provided simple code for ones that are not available elsewhere. Occasionally, I have relied on functions associated with packages that must be installed and attached. To the Reader It has been said that there are three kinds of people those who can do math and those who cannot. If you get the joke, you should be able to solve all the problems in this textbook. Stripped of the jargon and the arcane formulas, most statistical analyses are not all that complicated. We have a variable we wish to predict and a set of variables we use to fashion that prediction. There is really nothing more to it than that. In the end, then, there really is only one kind of person: a person who can do math provided it is explained clearly and illustrated with examples. 2 The results of a great many calculations are presented in the text to illustrate various operations. Due to rounding error, the results obtained using the printed values do not always match the ones obtained using a spreadsheet or statistical package. Rather than confuse readers with two different values, I report the more accurate values one would get using computer software.

10

11 Contents 1 Matrix Properties and Operations Linear Equations and Matrix Algebra What Is a Matrix? Matrix Operations Matrix Rules of Multiplication Using a Spreadsheet to Perform Matrix Operations Matrix Transpose and Sum of Squares Transposition Premultiplying a Matrix by Its Transpose Covariance Matrix Correlation Matrix Diagonal Matrix Summary R Code: Matrix Multiplication Matrix Determinants Visualizing the Determinant Using the Determinant to Solve Linear Equations Linear Dependencies and Singular Matrices Calculating the Determinant with Large Matrices R Code: Determinants Matrix Inverse Matrix Multiplication and Matrix Inverse Calculating the Matrix Inverse Using the Inverse to Solve Linear Equations R Code: Matrix Inverse Chapter Summary Appendix xi

12 xii Contents 2 Simple Linear Regression Mathematical Models What Is a Model? What Is a Regression Model? What Is a Linear Regression Model? Simple Linear Regression Preliminary Analysis Without an Intercept Complete Analysis: Adding an Intercept Understanding Linear Regression Standardized Regression Coefficients Correlation Coefficient R Code: Simple Linear Regression Population Estimation and Statistical Significance The Logic Behind Null Hypothesis Testing Testing the Regression Model Testing the Regression Coefficients Parameter Covariance Matrix (C) R Code: Hypothesis Testing Forecasting Average Expected Values Single Predicted Values Forecasting with Caution R Code: Forecasting Chapter Summary Maximum-Likelihood Estimation Probability and Likelihood in a Normal Distribution Likelihood Function Log-Likelihood Function Using the Grid-Search Method to Find the Maximum-Likelihood Estimate R Code: Maximum-Likelihood Estimation with Normal Distribution Differential Calculus Differentiating a Function to Find Its Derivative Differentiation and Maximum-Likelihood Estimation Computing the Standard Errors R Code: Derivatives and Standard Errors Maximum-Likelihood Estimation in Regression Differentiating the Function Standard Errors Maximum-Likelihood Estimation: Numerical Methods Newton Raphson and Fisher s Method of Scoring Illustration Using Fisher s Method of Scoring

13 Contents xiii R Code: Maximum-Likelihood Estimation with Fisher s Method of Scoring Chapter Summary Appendix Multiple Regression Multiple Regression Correlations Unstandardized Regression Coefficients Fitted Values and Residuals Testing the Regression Model R Code: Multiple Regression Interpreting and Testing Regression Coefficients Comparing Regression Coefficients and Correlations Interpreting the Numerical Value of a Regression Coefficient Calculating Regression Coefficients Testing the Significance of Regression Coefficients Forecasting Comparing the Predictors R Code: Testing Regression Coefficients Partitioning the Variance Semipartial Correlation Partial Correlation Are Regression Coefficients Semipartial Coefficients or Partial Coefficients? R Code: Partitioning the Variance Calculating Regression Coefficients Using Cofactors Complete Sum of Squares Residual Sum of Squares and Coefficient of Determination Regression Coefficients Computing the Remaining Coefficients and Correlations Summary R Code: Regression Coefficients as Cofactors Chapter Summary Matrix Decompositions Eigen Decomposition Matrix Multiplication with an Ordinary Vector Matrix Multiplication with an Eigenvector Calculating Eigenvalues

14 xiv Contents Calculating Eigenvectors Eigenvalues and Variance Consolidation Eigen Decomposition and Matrix Recomposition R Code: Eigen Decomposition QR Decomposition Computations with Householder Transformations Linear Regression QR Algorithm for Finding the Eigenpairs R Code: QR Decomposition Singular Value Decomposition Preliminary Calculations Reconstructing X Regression Coefficients Standard Errors R Code: Singular Value Decomposition Cholesky Decomposition Calculations Calculating the Determinant and the Inverse Least Squares Regression Using the Cholesky Decomposition to Find the Eigenvalues R Code: Cholesky Decomposition Comparing the Decompositions Chapter Summary Problematic Observations Influential Observations Discrepant Observations Illustrating Undue Influence Leverage and the Hat Matrix Residuals and Outliers Variance of Fitted Values and Residuals Quantifying Influence Commentary R Code: Regression Diagnostics Departures from Normality Reviewing the Normality Assumption Assessing Normality Correcting Violations of Normality R Code: Departures from Normality Collinearity Problems with Overly Redundant Predictors Matrices with a Near-Linear Dependence are Ill Conditioned Demonstrating Collinearity

15 Contents xv Quantifying Collinearity with the Variance Inflation Factor Condition Index and Variance Proportion Decomposition Summary R Code: Collinearity Chapter Summary Errors and Residuals Errors and Their Assumed Distribution Why It Matters Errors and Residuals Generalized Least Squares Estimation Heteroscedasticity Small Sample Example Detecting Heteroscedasticity Weighted Least Squares Estimation Heteroscedasticity-Consistent Covariance Matrix Summary R Code: Heteroscedasticity Autocorrelations Mathematical Representation Detecting Autocorrelations Generalized Least Squares Estimation for Managing Autocorrelation Autocorrelation-Consistent Covariance Matrix R Code: Autocorrelations Chapter Summary Linearizing Transformations and Nonparametric Smoothers Understanding Linearity Partial Derivatives and Linear Functions Assessing Linear Relations Options for Analyzing Nonlinear Relations R Code: Assessing Nonlinearity Transformations to Linearity Understanding Transformations Logarithmic Model Exponential Model Power Function Box-Tidwell Transformation Summary R Code: Linear Transformations Nonparametric Smoothers Understanding Nonparametric Regression Running Average

16 xvi Contents Running Line Kernel Regression Locally Weighted Regression Extensions and Applications R Code: Nonparametric Smoothers Chapter Summary Cross-Product Terms and Interactions Understanding Interactions Depicting an Interaction Modeling Interactions with Cross-Product Terms Testing Cross-Product Terms R Code: Testing a Cross-Product Term Probing an Interaction Calculating Predicted Values Plotting Predicted Values Testing Simple Slopes Characterizing an Interaction R Code: Predicted Values and Simple Slopes Johnson-Neyman Technique R Code: Johnson-Neyman Regions of Significance Higher-Order Interactions Testing the Regression Equation Probing a Three-Variable Interaction R Code: Three-Way Interaction Recentering Variables to Calculate Simple Slopes R Code: Three-Way Interaction Using Recentering Effect Size and Statistical Power Effect Size Statistical Power R Code: Effect Size of Three-Way Cross-Product Term Chapter Summary Polynomial Regression Simple Polynomial Regression Testing the Linear Component Adding a Quadratic Term Testing Other Polynomials R Code: Cubic Polynomial Polynomial Interactions Regression Equations Testing the Regression Coefficients Probing a Polynomial Interaction R Code: Polynomial Interaction

17 Contents xvii 10.3 Piecewise Polynomials Regression Splines Natural Cubic Splines R Code: Unpenalized Regression Splines Penalized Natural Cubic Spline R Code: Penalized Natural Cubic Splines Chapter Summary Categorical Predictors Coding Schemes Analysis of Variance Overview of Coding Schemes Orthogonal Contrast Codes Dummy Codes Effect Codes Summary R Code: Coding Schemes Creating Orthogonal Contrast Codes Helmert Contrasts Gram-Schmidt Orthogonalization Polynomial Terms in a Trend Analysis R Code: Creating Orthogonal Contrasts Contrast Codes with Unbalanced Designs Analysis with Unweighted Means Weighted Means Analysis R Code: Unbalanced Designs Chapter Summary Factorial Designs Basics of Factorial Designs Regression Analysis of a One-Way Design Recasting the Data as a Factorial Design Properties of a Factorial Design Sources of Variance in a Balanced Factorial Design Probing an Interaction R Code: Factorial Design Unbalanced Factorial Designs Unweighted Means Weighted Means R Code: Unbalanced Factorial Design Multilevel Designs Coding Scheme Regression Analysis ANOVA Table R Code: Multilevel Design

18 xviii Contents Probing the Interaction Higher-Order Designs R Code: Simple Effects in Multilevel Design Chapter Summary Analysis of Covariance Introduction to ANCOVA Mechanics Preliminary Analyses Main Analysis R Code: ANCOVA Adjusted Means and Simple Effects R Code: Adjusted Means and Simple Effects Extensions to More Complex Designs Preliminary Analyses Main Analysis Adjusted Means Augmented Matrix and Multiple Comparisons R Code: ANCOVA with Multiple Covariates Uses (and Misuses) of ANCOVA A Residualized Criterion Association with the Predictor Chapter Summary Moderation Moderated Regression Illustration Implementation Regression Coefficients Plotting Predicted Values Crossing Point Testing the Simple Slopes R Code: Moderation Simple Slopes Simple Effects Augmented b Vector and C Matrix S Matrix Specific Tests of Interest R Code: Moderation Simple Effects Regions of Significance Reviewing the Johnson-Neyman Method Extending the Johnson-Neyman Method Illustration R Code: Regions of Significance Chapter Summary

19 Contents xix 15 Mediation Simple Mediation Analytic Strategy Assessing the Importance of the Mediated Effect Effect Sizes Contrasts Summary R Code: Simple Mediation Higher-Order Designs Mediation with Three Groups R Code: Mediation with Three Groups Multiple Mediators R Code: Multiple Mediators Mediation and Moderation R Code: Mediation and Moderation Mediation and Causal Inference Chapter Summary References Index

Statistics and Measurement Concepts with OpenStat

Statistics and Measurement Concepts with OpenStat Statistics and Measurement Concepts with OpenStat William Miller Statistics and Measurement Concepts with OpenStat William Miller Urbandale, Iowa USA ISBN 978-1-4614-5742-8 ISBN 978-1-4614-5743-5 (ebook)

More information

Fundamentals of Mass Determination

Fundamentals of Mass Determination Fundamentals of Mass Determination Michael Borys Roman Schwartz Arthur Reichmuth Roland Nater Fundamentals of Mass Determination 123 Michael Borys Fachlabor 1.41 Physikalisch-Technische Bundesanstalt Bundesallee

More information

ThiS is a FM Blank Page

ThiS is a FM Blank Page Acid-Base Diagrams ThiS is a FM Blank Page Heike Kahlert Fritz Scholz Acid-Base Diagrams Heike Kahlert Fritz Scholz Institute of Biochemistry University of Greifswald Greifswald Germany English edition

More information

SpringerBriefs in Statistics

SpringerBriefs in Statistics SpringerBriefs in Statistics For further volumes: http://www.springer.com/series/8921 Jeff Grover Strategic Economic Decision-Making Using Bayesian Belief Networks to Solve Complex Problems Jeff Grover

More information

Topics in Algebra and Analysis

Topics in Algebra and Analysis Radmila Bulajich Manfrino José Antonio Gómez Ortega Rogelio Valdez Delgado Topics in Algebra and Analysis Preparing for the Mathematical Olympiad Radmila Bulajich Manfrino Facultad de Ciencias Universidad

More information

Publication of the Museum of Nature South Tyrol Nr. 11

Publication of the Museum of Nature South Tyrol Nr. 11 Publication of the Museum of Nature South Tyrol Nr. 11 ThiS is a FM Blank Page Erika Pignatti Sandro Pignatti Plant Life of the Dolomites Vegetation Tables Erika Pignatti Sandro Pignatti Rome Italy Publication

More information

Doubt-Free Uncertainty In Measurement

Doubt-Free Uncertainty In Measurement Doubt-Free Uncertainty In Measurement Colin Ratcliffe Bridget Ratcliffe Doubt-Free Uncertainty In Measurement An Introduction for Engineers and Students Colin Ratcliffe United States Naval Academy Annapolis

More information

Statics and Mechanics of Structures

Statics and Mechanics of Structures Statics and Mechanics of Structures Steen Krenk Jan Høgsberg Statics and Mechanics of Structures Prof. Steen Krenk Department of Mechanical Engineering Technical University of Denmark Kongens Lyngby,

More information

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples Statics Igor Emri Arkady Voloshin Statics Learning from Engineering Examples Igor Emri University of Ljubljana Ljubljana, Slovenia Arkady Voloshin Lehigh University Bethlehem, PA, USA ISBN 978-1-4939-2100-3

More information

Advanced Calculus of a Single Variable

Advanced Calculus of a Single Variable Advanced Calculus of a Single Variable Tunc Geveci Advanced Calculus of a Single Variable 123 Tunc Geveci Department of Mathematics and Statistics San Diego State University San Diego, CA, USA ISBN 978-3-319-27806-3

More information

Mechanics of Materials

Mechanics of Materials Mechanics of Materials Parviz Ghavami Mechanics of Materials An Introduction to Engineering Technology Parviz Ghavami Harlingen, TX, USA ISBN 978-3-319-07571-6 ISBN 978-3-319-07572-3 (ebook) DOI 10.1007/978-3-319-07572-3

More information

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami Poincaré Plot Methods for Heart Rate Variability Analysis Poincaré Plot Methods for Heart Rate Variability Analysis

More information

SpringerBriefs in Mathematics

SpringerBriefs in Mathematics SpringerBriefs in Mathematics Series Editors Nicola Bellomo Michele Benzi Palle E.T. Jorgensen Tatsien Li Roderick Melnik Otmar Scherzer Benjamin Steinberg Lothar Reichel Yuri Tschinkel G. George Yin Ping

More information

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity With 77 figures Author Prof. Qing-Hua Qin Research School of Engineering Australian National University

More information

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland Studies in Systems, Decision and Control Volume 13 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series "Studies in Systems,

More information

Linear Models 1. Isfahan University of Technology Fall Semester, 2014

Linear Models 1. Isfahan University of Technology Fall Semester, 2014 Linear Models 1 Isfahan University of Technology Fall Semester, 2014 References: [1] G. A. F., Seber and A. J. Lee (2003). Linear Regression Analysis (2nd ed.). Hoboken, NJ: Wiley. [2] A. C. Rencher and

More information

Semantics of the Probabilistic Typed Lambda Calculus

Semantics of the Probabilistic Typed Lambda Calculus Semantics of the Probabilistic Typed Lambda Calculus Dirk Draheim Semantics of the Probabilistic Typed Lambda Calculus Markov Chain Semantics, Termination Behavior, and Denotational Semantics Dirk Draheim

More information

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second, updated and enlarged Edition With 17 Figures Professor Dr.-Ing., Dr.-Ing.

More information

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Ye Yan Xu Huang Yueneng Yang Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion 123 Ye Yan College of Aerospace Science

More information

Data Analysis Using the Method of Least Squares

Data Analysis Using the Method of Least Squares Data Analysis Using the Method of Least Squares J. Wolberg Data Analysis Using the Method of Least Squares Extracting the Most Information from Experiments With Figures and Tables 123 John Wolberg Technion-Israel

More information

Statistics for Social and Behavioral Sciences

Statistics for Social and Behavioral Sciences Statistics for Social and Behavioral Sciences Advisors: S.E. Fienberg W.J. van der Linden For other titles published in this series, go to http://www.springer.com/series/3463 Haruo Yanai Kei Takeuchi

More information

UNITEXT La Matematica per il 3+2

UNITEXT La Matematica per il 3+2 UNITEXT La Matematica per il 3+2 Volume 85 For further volumes: http://www.springer.com/series/5418 Claudio Canuto Anita Tabacco Mathematical Analysis II Second Edition Claudio Canuto Department of Mathematical

More information

Differential-Algebraic Equations Forum

Differential-Algebraic Equations Forum Differential-Algebraic Equations Forum Editors-in-Chief Achim Ilchmann (TU Ilmenau, Ilmenau, Germany) Timo Reis (Universität Hamburg, Hamburg, Germany) Editorial Board Larry Biegler (Carnegie Mellon University,

More information

Parameter Estimation and Hypothesis Testing in Linear Models

Parameter Estimation and Hypothesis Testing in Linear Models Parameter Estimation and Hypothesis Testing in Linear Models Springer-Verlag Berlin Heidelberg GmbH Karl-Rudolf Koch Parameter Estimation and Hypothesis Testing in Linear Models Second, updated and enlarged

More information

UNITEXT La Matematica per il 3+2. Volume 87

UNITEXT La Matematica per il 3+2. Volume 87 UNITEXT La Matematica per il 3+2 Volume 87 More information about this series at http://www.springer.com/series/5418 Sandro Salsa Gianmaria Verzini Partial Differential Equations in Action Complements

More information

Multivariable Calculus with MATLAB

Multivariable Calculus with MATLAB Multivariable Calculus with MATLAB Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics Ronald L. Lipsman Department of Mathematics University

More information

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations With 127 figures Author Shijun Liao Shanghai Jiao Tong

More information

Applied Regression Modeling

Applied Regression Modeling Applied Regression Modeling Applied Regression Modeling A Business Approach Iain Pardoe University of Oregon Charles H. Lundquist College of Business Eugene, Oregon WILEY- INTERSCIENCE A JOHN WILEY &

More information

Trends in Mathematics

Trends in Mathematics Trends in Mathematics Trends in Mathematics is a series devoted to the publication of volumes arising from conferences and lecture series focusing on a particular topic from any area of mathematics. Its

More information

Nonlinear Dynamical Systems in Engineering

Nonlinear Dynamical Systems in Engineering Nonlinear Dynamical Systems in Engineering . Vasile Marinca Nicolae Herisanu Nonlinear Dynamical Systems in Engineering Some Approximate Approaches Vasile Marinca Politehnica University of Timisoara Department

More information

MATLAB Differential Equations. César Pérez López

MATLAB Differential Equations. César Pérez López MATLAB Differential Equations César Pérez López MATLAB Differential Equations Copyright 2014 by César Pérez López This work is subject to copyright. All rights are reserved by the Publisher, whether the

More information

UNITEXT La Matematica per il 3+2

UNITEXT La Matematica per il 3+2 UNITEXT La Matematica per il 3+2 Volume 73 For further volumes: http://www.springer.com/series/5418 Shair Ahmad Antonio Ambrosetti A Textbook on Ordinary Differential Equations Shair Ahmad Department of

More information

Wiley. Methods and Applications of Linear Models. Regression and the Analysis. of Variance. Third Edition. Ishpeming, Michigan RONALD R.

Wiley. Methods and Applications of Linear Models. Regression and the Analysis. of Variance. Third Edition. Ishpeming, Michigan RONALD R. Methods and Applications of Linear Models Regression and the Analysis of Variance Third Edition RONALD R. HOCKING PenHock Statistical Consultants Ishpeming, Michigan Wiley Contents Preface to the Third

More information

40 Topics in Heterocyclic Chemistry

40 Topics in Heterocyclic Chemistry 40 Topics in Heterocyclic Chemistry Series Editors: B.U.W. Maes, Antwerpen, Belgium Janine Cossy, Paris, France Slovenko Polanc, Ljubljana, Slovenia Editorial Board: D. Enders, Aachen, Germany S.V. Ley,

More information

Experimental Techniques in Nuclear and Particle Physics

Experimental Techniques in Nuclear and Particle Physics Experimental Techniques in Nuclear and Particle Physics Stefaan Tavernier Experimental Techniques in Nuclear and Particle Physics 123 Prof. Stefaan Tavernier Vrije Universiteit Brussel Fak. Wetenschappen

More information

SpringerBriefs in Probability and Mathematical Statistics

SpringerBriefs in Probability and Mathematical Statistics SpringerBriefs in Probability and Mathematical Statistics Editor-in-chief Mark Podolskij, Aarhus C, Denmark Series editors Nina Gantert, Münster, Germany Richard Nickl, Cambridge, UK Sandrine Péché, Paris,

More information

Non-Instantaneous Impulses in Differential Equations

Non-Instantaneous Impulses in Differential Equations Non-Instantaneous Impulses in Differential Equations Ravi Agarwal Snezhana Hristova Donal O Regan Non-Instantaneous Impulses in Differential Equations 123 Ravi Agarwal Department of Mathematics Texas A&M

More information

Non-Western Theories of International Relations

Non-Western Theories of International Relations Non-Western Theories of International Relations Alexei D. Voskressenski Non-Western Theories of International Relations Conceptualizing World Regional Studies Alexei D. Voskressenski MGIMO University Moscow,

More information

Quantum Biological Information Theory

Quantum Biological Information Theory Quantum Biological Information Theory Ivan B. Djordjevic Quantum Biological Information Theory Ivan B. Djordjevic Department of Electrical and Computer Engineering University of Arizona Tucson, AZ, USA

More information

Generalized Locally Toeplitz Sequences: Theory and Applications

Generalized Locally Toeplitz Sequences: Theory and Applications Generalized Locally Toeplitz Sequences: Theory and Applications Carlo Garoni Stefano Serra-Capizzano Generalized Locally Toeplitz Sequences: Theory and Applications Volume I 123 Carlo Garoni Department

More information

Advanced Courses in Mathematics CRM Barcelona

Advanced Courses in Mathematics CRM Barcelona Advanced Courses in Mathematics CRM Barcelona Centre de Recerca Matemàtica Managing Editor: Carles Casacuberta More information about this series at http://www.springer.com/series/5038 Giovanna Citti Loukas

More information

Quantum Science and Technology

Quantum Science and Technology Quantum Science and Technology Series Editors Howard Brandt, US Army Research Laboratory, Adelphi, MD, USA Nicolas Gisin, University of Geneva, Geneva, Switzerland Raymond Laflamme, University of Waterloo,

More information

Introduction to Tensor Analysis and the Calculus of Moving Surfaces

Introduction to Tensor Analysis and the Calculus of Moving Surfaces Introduction to Tensor Analysis and the Calculus of Moving Surfaces Pavel Grinfeld Introduction to Tensor Analysis and the Calculus of Moving Surfaces 123 Pavel Grinfeld Department of Mathematics Drexel

More information

Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik. Systems Biology. Functional Strategies of Living Organisms

Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik. Systems Biology. Functional Strategies of Living Organisms Systems Biology Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik Systems Biology Functional Strategies of Living Organisms 2123 Leszek Konieczny Department of Medicinal Chemistry Jagiellonian University

More information

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective Second Edition Scott E. Maxwell Uniuersity of Notre Dame Harold D. Delaney Uniuersity of New Mexico J,t{,.?; LAWRENCE ERLBAUM ASSOCIATES,

More information

Bourbaki Elements of the History of Mathematics

Bourbaki Elements of the History of Mathematics Bourbaki Elements of the History of Mathematics Springer Berlin Heidelberg New York Barcelona Hong Kong London Milan Paris Singapore Tokyo Nicolas Bourbaki Elements of the History of Mathematics Translated

More information

Lecture Notes in Mathematics 2138

Lecture Notes in Mathematics 2138 Lecture Notes in Mathematics 2138 Editors-in-Chief: J.-M. Morel, Cachan B. Teissier, Paris Advisory Board: Camillo De Lellis, Zurich Mario di Bernardo, Bristol Alessio Figalli, Austin Davar Khoshnevisan,

More information

Progress in Advanced Structural and Functional Materials Design

Progress in Advanced Structural and Functional Materials Design Progress in Advanced Structural and Functional Materials Design Tomoyuki Kakeshita Editor Progress in Advanced Structural and Functional Materials Design Editor Tomoyuki Kakeshita Division of Materials

More information

Contents. Acknowledgments. xix

Contents. Acknowledgments. xix Table of Preface Acknowledgments page xv xix 1 Introduction 1 The Role of the Computer in Data Analysis 1 Statistics: Descriptive and Inferential 2 Variables and Constants 3 The Measurement of Variables

More information

Theory of Nonparametric Tests

Theory of Nonparametric Tests Theory of Nonparametric Tests Thorsten Dickhaus Theory of Nonparametric Tests 123 Thorsten Dickhaus Institute for Statistics University of Bremen Bremen, Germany ISBN 978-3-319-76314-9 ISBN 978-3-319-76315-6

More information

Springer Atmospheric Sciences

Springer Atmospheric Sciences Springer Atmospheric Sciences More information about this series at http://www.springer.com/series/10176 Ewa Łupikasza The Climatology of Air- Mass and Frontal Extreme Precipitation Study of meteorological

More information

Undergraduate Lecture Notes in Physics

Undergraduate Lecture Notes in Physics Undergraduate Lecture Notes in Physics Undergraduate Lecture Notes in Physics (ULNP) publishes authoritative texts covering topics throughout pure and applied physics. Each title in the series is suitable

More information

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables Heat Convection Latif M. Jiji Heat Convection With 206 Figures and 16 Tables Prof. Latif M. Jiji City University of New York School of Engineering Dept. of Mechanical Engineering Convent Avenue at 138th

More information

Springer Series in Statistics

Springer Series in Statistics Springer Series in Statistics Series editors Peter Bickel, CA, USA Peter Diggle, Lancaster, UK Stephen E. Fienberg, Pittsburgh, PA, USA Ursula Gather, Dortmund, Germany Ingram Olkin, Stanford, CA, USA

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Series Editors: Sheldon Axler San Francisco State University, San Francisco, CA, USA Kenneth Ribet University of California, Berkeley,

More information

SpringerBriefs in Mathematics

SpringerBriefs in Mathematics SpringerBriefs in Mathematics For further volumes: http://www.springer.com/series/10030 George A. Anastassiou Advances on Fractional Inequalities 123 George A. Anastassiou Department of Mathematical Sciences

More information

Particle Acceleration and Detection

Particle Acceleration and Detection Particle Acceleration and Detection Series Editors Alexander Chao SLAC Menlo Park, CA USA Frank Zimmermann CERN SL-Division AP Group Genève Switzerland Katsunobu Oide KEK High Energy Accelerator Research

More information

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal EURO Advanced Tutorials on Operational Research Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal More information about this series at http://www.springer.com/series/13840

More information

Dynamics Formulas and Problems

Dynamics Formulas and Problems Dynamics Formulas and Problems Dietmar Gross Wolfgang Ehlers Peter Wriggers Jörg Schröder Ralf Müller Dynamics Formulas and Problems Engineering Mechanics 3 123 Dietmar Gross Division of Solid Mechanics

More information

CISM Courses and Lectures

CISM Courses and Lectures CISM Courses and Lectures Series Editors: The Rectors Friedrich Pfeiffer - Munich Franz G. Rammerstorfer - Wien Elisabeth Guazzelli - Marseille The Secretary General Bernhard Schrefler - Padua Executive

More information

Natural History Dioramas

Natural History Dioramas Natural History Dioramas Sue Dale Tunnicliffe Annette Scheersoi Editors Natural History Dioramas History, Construction and Educational Role 1 3 Editors Sue Dale Tunnicliffe University of London London

More information

A First Course in Ordinary Differential Equations

A First Course in Ordinary Differential Equations A First Course in Ordinary Differential Equations Martin Hermann Masoud Saravi A First Course in Ordinary Differential Equations Analytical and Numerical Methods 123 Martin Hermann Institute of Applied

More information

Fundamentals of Electrical Circuit Analysis

Fundamentals of Electrical Circuit Analysis Fundamentals of Electrical Circuit Analysis Md. Abdus Salam Quazi Mehbubar Rahman Fundamentals of Electrical Circuit Analysis 123 Md. Abdus Salam Electrical and Electronic Engineering Programme Area, Faculty

More information

1000 Solved Problems in Classical Physics

1000 Solved Problems in Classical Physics 1000 Solved Problems in Classical Physics Ahmad A. Kamal 1000 Solved Problems in Classical Physics An Exercise Book 123 Dr. Ahmad A. Kamal Silversprings Lane 425 75094 Murphy Texas USA anwarakamal@yahoo.com

More information

Mathematical Formulas for Economists

Mathematical Formulas for Economists Mathematical Formulas for Economists Springer-Verlag Berlin Heidelberg GmbH Bernd Luderer. Volker Nollau Klaus Vetters Mathematical Formulas for Economists With 58 Figures and 6 Tables, Springer Professor

More information

Stochastic Optimization Methods

Stochastic Optimization Methods Stochastic Optimization Methods Kurt Marti Stochastic Optimization Methods With 14 Figures 4y Springer Univ. Professor Dr. sc. math. Kurt Marti Federal Armed Forces University Munich Aero-Space Engineering

More information

A Logical Introduction to Proof

A Logical Introduction to Proof A Logical Introduction to Proof Daniel W. Cunningham A Logical Introduction to Proof 123 Daniel W. Cunningham Mathematics Department Buffalo State College Buffalo, New York USA ISBN 978-1-4614-3630-0 ISBN

More information

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC Composite Materials Lauge Fuglsang Nielsen Composite Materials Properties as Influenced by Phase Geometry With 241 Figures ABC Lauge Fuglsang Nielsen Technical University of Denmark Dept. Civil Engineering,

More information

Kai-Florian Richter Stephan Winter. Landmarks. GIScience for Intelligent Services

Kai-Florian Richter Stephan Winter. Landmarks. GIScience for Intelligent Services Landmarks Kai-Florian Richter Stephan Winter Landmarks GIScience for Intelligent Services 123 Kai-Florian Richter Department of Geography University of Zurich Zurich, Switzerland Stephan Winter Department

More information

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics DETAILED CONTENTS About the Author Preface to the Instructor To the Student How to Use SPSS With This Book PART I INTRODUCTION AND DESCRIPTIVE STATISTICS 1. Introduction to Statistics 1.1 Descriptive and

More information

The Patrick Moore Practical Astronomy Series

The Patrick Moore Practical Astronomy Series The Patrick Moore Practical Astronomy Series For further volumes: http://www.springer.com/series/3192 Grab n Go Astronomy Neil English Neil English Fintry by Glasgow UK ISSN 1431-9756 ISSN 2197-6562 (electronic)

More information

Laser Surface Interactions

Laser Surface Interactions Laser Surface Interactions Rashid A. Ganeev Laser Surface Interactions 1 3 Rashid A. Ganeev Ophthalmology and Advanced Laser Medical Center Saitama Medical University Moroyama Saitama Japan ISBN 978-94-007-7340-0

More information

Linear Statistical Models

Linear Statistical Models Linear Statistical Models JAMES H. STAPLETON Michigan State University A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York 0 Chichester 0 Brisbane 0 Toronto 0 Singapore This Page Intentionally

More information

Fractal Control Theory

Fractal Control Theory Fractal Control Theory Shu-Tang Liu Pei Wang Fractal Control Theory 123 Shu-Tang Liu College of Control Science and Engineering Shandong University Jinan China Pei Wang College of Electrical Engineering

More information

Mathematical Lectures from Peking University

Mathematical Lectures from Peking University Mathematical Lectures from Peking University For further volumes: www.springer.com/series/11574 Michel Broué Some Topics in Algebra An Advanced Undergraduate Course at PKU Michel Broué Institut Universitaire

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Editors S. Axler F.W. Gehring K.A. Ribet Springer Books on Elementary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The Beauty

More information

Applied Regression Modeling

Applied Regression Modeling Applied Regression Modeling A Business Approach Iain Pardoe University of Oregon Charles H. Lundquist College of Business Eugene, Oregon WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS

More information

Wei Gao. Editor. Graphene Oxide. Reduction Recipes, Spectroscopy, and Applications

Wei Gao. Editor. Graphene Oxide. Reduction Recipes, Spectroscopy, and Applications Graphene Oxide Wei Gao Editor Graphene Oxide Reduction Recipes, Spectroscopy, and Applications Editor Wei Gao The Department of Textile Engineering Chemistry & Science, College of Textiles North Carolina

More information

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos Undergraduate Texts in Mathematics Editors J. H. Ewing F. W. Gehring P. R. Halmos Springer Books on Elemeritary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The

More information

Astronomers Universe. More information about this series at

Astronomers Universe. More information about this series at Astronomers Universe More information about this series at http://www.springer.com/series/6960 ThiS is a FM Blank Page John Wilkinson The Solar System in Close-Up John Wilkinson Castlemaine, Victoria Australia

More information

Lecture Notes in Mathematics 2156

Lecture Notes in Mathematics 2156 Lecture Notes in Mathematics 2156 Editors-in-Chief: J.-M. Morel, Cachan B. Teissier, Paris Advisory Board: Camillo De Lellis, Zurich Mario di Bernardo, Bristol Alessio Figalli, Austin Davar Khoshnevisan,

More information

Mathematics for Physicists and Engineers

Mathematics for Physicists and Engineers Mathematics for Physicists and Engineers Klaus Weltner Sebastian John Wolfgang J. Weber Peter Schuster Jean Grosjean Mathematics for Physicists and Engineers Fundamentals and Interactive Study Guide 2nd

More information

Springer Series on Atomic, Optical, and Plasma Physics

Springer Series on Atomic, Optical, and Plasma Physics Springer Series on Atomic, Optical, and Plasma Physics Volume 51 Editor-in-chief Gordon W. F. Drake, Department of Physics, University of Windsor, Windsor, ON, Canada Series editors James Babb, Harvard-Smithsonian

More information

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author...

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author... From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. Contents About This Book... xiii About The Author... xxiii Chapter 1 Getting Started: Data Analysis with JMP...

More information

Electrochemical Science for a Sustainable Society

Electrochemical Science for a Sustainable Society Electrochemical Science for a Sustainable Society Kohei Uosaki Editor Electrochemical Science for a Sustainable Society A Tribute to John O M Bockris 123 Editor Kohei Uosaki National Institute for Materials

More information

Radiation Therapy Study Guide

Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review 123 Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review Amy Heath, MS, RT(T) University

More information

CISM International Centre for Mechanical Sciences

CISM International Centre for Mechanical Sciences CISM International Centre for Mechanical Sciences Courses and Lectures Volume 580 Series editors The Rectors Elisabeth Guazzelli, Marseille, France Franz G. Rammerstorfer, Vienna, Austria Wolfgang A. Wall,

More information

Statics and Influence Functions From a Modern Perspective

Statics and Influence Functions From a Modern Perspective Statics and Influence Functions From a Modern Perspective Friedel Hartmann Peter Jahn Statics and Influence Functions From a Modern Perspective 123 Friedel Hartmann Department of Civil Engineering University

More information

Experimental Design and Data Analysis for Biologists

Experimental Design and Data Analysis for Biologists Experimental Design and Data Analysis for Biologists Gerry P. Quinn Monash University Michael J. Keough University of Melbourne CAMBRIDGE UNIVERSITY PRESS Contents Preface page xv I I Introduction 1 1.1

More information

332 Topics in Current Chemistry

332 Topics in Current Chemistry 332 Topics in Current Chemistry Editorial Board: K.N. Houk, Los Angeles, CA, USA C.A. Hunter, Sheffield, UK M.J. Krische, Austin, TX, USA J.-M. Lehn, Strasbourg, France S.V. Ley, Cambridge, UK M. Olivucci,

More information

Progress in Mathematics 313. Jaume Llibre Rafael Ramírez. Inverse Problems in Ordinary Differential Equations and Applications

Progress in Mathematics 313. Jaume Llibre Rafael Ramírez. Inverse Problems in Ordinary Differential Equations and Applications Progress in Mathematics 313 Jaume Llibre Rafael Ramírez Inverse Problems in Ordinary Differential Equations and Applications Progress in Mathematics Volume 313 Series Editors Hyman Bass, University of

More information

INTRODUCTION TO LINEAR REGRESSION ANALYSIS

INTRODUCTION TO LINEAR REGRESSION ANALYSIS INTRODUCTION TO LINEAR REGRESSION ANALYSIS WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Noel A. C. Cressie, Garrett M. Fitzmaurice,

More information

Controlled Markov Processes and Viscosity Solutions

Controlled Markov Processes and Viscosity Solutions Controlled Markov Processes and Viscosity Solutions Wendell H. Fleming, H. Mete Soner Controlled Markov Processes and Viscosity Solutions Second Edition Wendell H. Fleming H.M. Soner Div. Applied Mathematics

More information

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1 Chapter 01.01 Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 Chapter 01.02 Measuring errors 11 True error 11 Relative

More information

Lecture Notes in Control and Information Sciences 453

Lecture Notes in Control and Information Sciences 453 Lecture Notes in Control and Information Sciences 453 Editors Professor Dr.-Ing. Manfred Thoma Institut fuer Regelungstechnik, Universität Hannover, Appelstr. 11, 30167 Hannover, Germany E-mail: thoma@irt.uni-hannover.de

More information

Formation of the Solar System

Formation of the Solar System Formation of the Solar System V.I. Ferronsky S.V. Ferronsky Formation of the Solar System A New Theory of the Creation and Decay of the Celestial Bodies 123 V.I. Ferronsky Water Problems Institute of

More information

Numerical Data Fitting in Dynamical Systems

Numerical Data Fitting in Dynamical Systems Numerical Data Fitting in Dynamical Systems Applied Optimization Volume 77 Series Editors: Panos M. Pardalos University of Florida, U.S.A. Donald Hearn University of Florida, U.S.A. The titles published

More information

Solid Phase Microextraction

Solid Phase Microextraction Solid Phase Microextraction Gangfeng Ouyang Ruifen Jiang Editors Solid Phase Microextraction Recent Developments and Applications 123 Editors Gangfeng Ouyang School of Chemistry Sun Yat-sen University

More information

Lecture Notes in Mathematics 2209

Lecture Notes in Mathematics 2209 Lecture Notes in Mathematics 2209 Editors-in-Chief: Jean-Michel Morel, Cachan Bernard Teissier, Paris Advisory Board: Michel Brion, Grenoble Camillo De Lellis, Zurich Alessio Figalli, Zurich Davar Khoshnevisan,

More information

Generalized Linear. Mixed Models. Methods and Applications. Modern Concepts, Walter W. Stroup. Texts in Statistical Science.

Generalized Linear. Mixed Models. Methods and Applications. Modern Concepts, Walter W. Stroup. Texts in Statistical Science. Texts in Statistical Science Generalized Linear Mixed Models Modern Concepts, Methods and Applications Walter W. Stroup CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint

More information