Leveraging for Big Data Regression

Total Page:16

File Type:pdf, Size:1020Kb

Leveraging for Big Data Regression Focus Article Leveraging for big data regression Ping Ma∗ and Xiaoxiao Sun Rapid advance in science and technology in the past decade brings an extraordinary amount of data, offering researchers an unprecedented opportunity to tackle complex research challenges. The opportunity, however, has not yet been fully utilized, because effective and efficient statistical tools for analyzing super-large dataset are still lacking. One major challenge is that the advance of computing resources still lags far behind the exponential growth of database. To facilitate scientific discoveries using current computing resources, one may use an emerging family of statistical methods, called leveraging. Leveraging methods are designed under a subsampling framework, in which one samples a small proportion of the data (subsample) from the full sample, and then performs intended computations for the full sample using the small subsample as a surrogate. The key of the success of the leveraging methods is to construct nonuniform sampling probabilities so that influential data points are sampled with high probabilities. These methods stand as the very unique development of their type in big data analytics and allow pervasive access to massive amounts of information without resorting to high performance computing and cloud computing. © 2014 Wiley Periodicals, Inc. Howtocitethisarticle: WIREs Comput Stat 2014. doi: 10.1002/wics.1324 Keywords: big data; subsampling; estimation; least squares; leverage INTRODUCTION of FPGA (field-programmable gate array)-based accel- erators are ongoing in both academia and industry apid advance in science and technology in the (for example, with TimeLogic and Convey Comput- past decade brings an extraordinary amount R ers). However, none of these technologies by them- of data that were inaccessible just a decade ago, selves can address the big data problem accurately and offering researchers an unprecedented opportunity to at scale. Supercomputers are precious resources and tackle much larger and more complex research chal- are not designed to be used routinely by everyone. lenges. The opportunity, however, has not yet been The selection of the projects for running on super- fully utilized, because effective and efficient statis- computer is very stringent. For example, the resource tical and computing tools for analyzing super-large allocation of latest deployed Blue Water supercom- dataset are still lacking. One major challenge is that the advance of computing technologies still lags far puter at National Center for Super Computing Appli- behind the exponential growth of database. The cations (https://bluewaters.ncsa.illinois.edu/) requires cutting edge computing technologies of today and a rigorous National Science Foundation (NSF) review foreseeable future are high performance comput- process and supports only a handful projects. While ing (HPC) platforms, such as supercomputers and clouds have large storage capabilities, ‘cloud comput- cloud computing. Researchers have proposed use of ing is not a panacea: it poses problems for devel- GPUs (graphics processing units),1 and explorations opers and users of cloud software, requires large data transfers over precious low-bandwidth Inter- ∗Correspondence to: [email protected] net uplinks, raises new privacy and security issues, 2 Department of Statistics, University of Georgia, Athens, GA, USA and is an inefficient solution’. While cloud facili- ties like mapReduce do offer some advantages, the Conflict of interest: The authors have declared no conflicts of overall issues of data transfer and usability of today’s interest for this article. clouds will indeed limit what we can achieve; the © 2014 Wiley Periodicals, Inc. Focus Article wires.wiley.com/compstats tight coupling between computing and storage is two novel methods to improve the basic leveraging absent. A recently conducted comparison3 found that method. even high-end GPUs are sometimes outperformed by general-purpose multi-core implementations because of the time required to transfer data. Linear Model and Least( ) Squares Problem T, ‘One option is to invent algorithms that make Given n observations, xi yi ,wherei = 1, … , n,we better use of a fixed amount of computing power’.2 consider a linear model, In this article, we review an emerging family of sta- , tistical methods, called leveraging methods that are y = X + (1) developed for achieving such a goal. Leveraging meth- T ods are designed under a subsampling framework, where y = (y1, … , yn) is the n × 1 response vec- T in which we sample a small proportion of the data tor, X = (x1, … , xn) is the n × p predictor or design (subsample) from the full sample, and then perform matrix, is a p × 1 coefficient vector, and is zero intended computations for the full sample using the mean random noise with constant variance. The small subsample as a surrogate. The key of the success unknown coefficient can be estimated via the OLS, of the leveraging methods relies on effectively con- whichistosolve structing nonuniform sampling probabilities so that ̂ = arg min||y − X||2, (2) influential data points are to be sampled with high ols probabilities. Traditionally, ‘subsampling’ has been used to refer to ‘m-out-of-n’ bootstrap, whose pri- where || · || represents the Euclidean norm. When ̂ mary motivation is to make approximate inference matrix X is of full rank, the OLS estimate ols of , owing to the difficulty or intractability in deriving minimizer of (2), has the following expression, 4,5 analytical expressions. However, the general moti- ( ) vation of the leveraging method is different from the ̂ T −1 T . ols = X X X y (3) traditional subsampling. In particular, (1) leveraging methods are used to achieve feasible computation even When matrix X is not of full rank, the inverse if the simple analytic results are available, (2) lever- of XTX in expression (3) is replaced by generalized aging methods enable the visualization of the data inverse. The predicted response vector is when visualization of the full sample is impossible, and (3) as we will see later, leveraging methods usu- ̂y = Hy, (4) ally use unequal sampling probabilities for subsam- pling data, whereas subsampling almost exclusively T − 1 T where the hat matrix H = X(X X) X .The( ith) diag- uses equal sampling probabilities. Leveraging methods T T −1 onal element of the hat matrix H, hii = xi X X xi, stand as the very unique development in big data ana- is called the leverage score of the ith observation. It lytics and allow pervasive access to massive amounts is well known that as hii approaches to 1, the pre- of information without resorting to HPC and cloud dicted response of the ith observation ̂y gets close computing. i to yi. Thus the leverage score has been regarded as the most important influence index indicting how influential the ith observation to the least squares LINEAR REGRESSION MODEL estimator. AND LEVERAGING In this article, we focus on the linear regression setting. Leveraging The first effective leveraging method in regression When sample size n is super large, the computation of is developed in Refs 6 and 7 The method uses the the OLS estimator using the full sample may√ become sample leverage scores to construct a nonuniform extremely expensive. For example, if p = n,the sampling probability. Thus, the resulting sample tends computation of the OLS estimator is O(n2), which to concentrate more on important or influential data may be infeasible for super large n. Alternatively, points for the ordinary least squares (OLS).6,7 The one may opt to use leveraging methods, which are estimate based on such a subsample has been shown presented below. to provide an excellent approximation to the OLS There are two types of leveraging methods, basedonfulldata(whenp is small and n is large). weighted leveraging methods and unweighted leverag- Ma et al.8,9 studied the statistical properties of the ing methods. Let us look at the weighted leveraging basic leveraging method in Refs 6 and 7 and proposed methods first. © 2014 Wiley Periodicals, Inc. WIREs Computational Statistics Leveraging for big data regression Algorithm 1. Weighted Leveraging 4 4 2 2 0 0 • Step 1. Taking a random subsample of size r –2 –2 from the data Constructing sampling probability –4 –4 = { , … , } for the data points. Draw a ran- 1 n –6 –6 dom subsample (with replacement) of size r ≪ n, –8 –8 denoted as (X*, y*), from the full sample accord- ing to the probability . Record the correspond-{ } –4–202468 –4 –2 0 2 4 6 8 ing sampling probability matrix Φ∗ = diag ∗ . | k FIGURE 1 A random sample of n = 500 was generated from • Step 2. Solving a weighted least squares (WLS) yi =−xi + i where xi is t(6)-distributed, i ~ N(0, 1). The true regression function is in the dotted black line, the data in black circles, problem using the subsample. Obtain least and the OLS estimator using the full sample in the black solid line. (a) squares estimate using the subsample. Estimate The uniform leveraging estimator is in the green dashed line. The via solving a WLS problem on the subsample ̃ uniform leveraging subsample is superimposed as green crosses. (b) The to get estimate , i.e., solve weighted leveraging estimator is in the red-dot dashed line. The points in the weighted leveraging subsample are superimposed as red crosses. arg min ||Φ∗−1∕2y∗ −Φ∗−1∕2X∗||2. (5) It was also noticed in Ref 8 that the variance of the weighted leveraging estimator may be inflated by In the weighted leveraging methods (and the data with tiny sampling probability. Subsequently, , unweighted leveraging methods to be reviewed Ma et al.8 9 introduced a shrinkage leveraging method. below), the key component is to construct the sam- In the shrinkage leveraging method, sampling proba- 1 pling probability . An easy choice is i = for bility was shrunk to uniform sampling probability, i.e., n h each data point, i.e., uniform sampling probabil- = ∑ii + (1 − ) 1 , where tuning parameter is a i n ity.
Recommended publications
  • LSAR: Efficient Leverage Score Sampling Algorithm for the Analysis
    LSAR: Efficient Leverage Score Sampling Algorithm for the Analysis of Big Time Series Data Ali Eshragh∗ Fred Roostay Asef Nazariz Michael W. Mahoneyx December 30, 2019 Abstract We apply methods from randomized numerical linear algebra (RandNLA) to de- velop improved algorithms for the analysis of large-scale time series data. We first develop a new fast algorithm to estimate the leverage scores of an autoregressive (AR) model in big data regimes. We show that the accuracy of approximations lies within (1 + O (")) of the true leverage scores with high probability. These theoretical results are subsequently exploited to develop an efficient algorithm, called LSAR, for fitting an appropriate AR model to big time series data. Our proposed algorithm is guaranteed, with high probability, to find the maximum likelihood estimates of the parameters of the underlying true AR model and has a worst case running time that significantly im- proves those of the state-of-the-art alternatives in big data regimes. Empirical results on large-scale synthetic as well as real data highly support the theoretical results and reveal the efficacy of this new approach. 1 Introduction A time series is a collection of random variables indexed according to the order in which they are observed in time. The main objective of time series analysis is to develop a statistical model to forecast the future behavior of the system. At a high level, the main approaches for this include the ones based on considering the data in its original time domain and arXiv:1911.12321v2 [stat.ME] 26 Dec 2019 those arising from analyzing the data in the corresponding frequency domain [31, Chapter 1].
    [Show full text]
  • Remedies for Assumption Violations and Multicollinearity Outliers • If the Outlier Is Due to a Data Entry Error, Just Correct the Value
    Newsom Psy 522/622 Multiple Regression and Multivariate Quantitative Methods, Winter 2021 1 Remedies for Assumption Violations and Multicollinearity Outliers • If the outlier is due to a data entry error, just correct the value. This is a good reason why raw data should be retained for many years after it is collected as some professional associations recommend. With direct computer entry during interviews, entry errors cannot always be determined for certain. • If the outlier is due to an invalid case because the protocol was not followed or the inclusion criteria was incorrectly applied for that case, the researcher may be able to just eliminate that case. I recommend at least reporting the number of cases excluded and the reason. Consider analyzing the data and/or reporting analyses with and without the deleted case(s). • Transformation of the data might be considered (see overhead on transformations). Square root transformations, for instance, bring outlying cases closer to the others. Transformations, however, can make results difficult to interpret sometimes. • Analyze the data with and without the outlier(s). If the implications of the results do not differ, one could simply state that the analyses were conducted with and without the outlier(s) and that the results do not differ substantially. If they do differ, both results could be presented and a discussion about the potential causes of the outlier(s) could be discussed (e.g., different subgroup of cases, potential moderator effect). • An alternative estimation method could be used, such as least absolute residuals, weighted least squares, bootstrapping, or jackknifing. See discussion of these below.
    [Show full text]
  • Elemental Estimates, Influence, and Algorithmic Leveraging
    Leverage in penalized least squares estimation Keith Knight University of Toronto [email protected] Abstract The German mathematician Carl Gustav Jacobi showed in 1841 that least squares estimates can be written as an expected value of elemental estimates with respect to a probability measure on subsets of the predictors; this result is trivial to extend to penalized least squares where the penalty is quadratic. This representation is used to define the leverage of a subset of observations in terms of this probability measure. This definition can be applied to define the influence of the penalty term on the estimates. Applications to the Hodrick-Prescott filter, backfitting, and ridge regression as well as extensions to non-quadratic penalties are considered. 1 Introduction We consider estimation in the linear regression model Y = xT β + ε (i =1, , n) i i i ··· where β is a vector of p unknown parameters. Given observations (x ,y ): i = 1, , n , we define the penalized least squares (PLS) { i i ··· } estimate β as the minimizer of n (y xT β)2 + βT Aβ. (1) i − i i=1 where A is a non-negative definite matrix with A = LT L for some r p matrix L. Note that L × is in general not uniquely specified since for any r r orthogonal matrix O, A =(OL)T (OL). × In the context of this paper, we would typically choose L so that its rows are interpretable in some sense. Examples of PLS estimates include ridge estimates (Hoerl and Kennard, 1970), smoothing splines (Craven and Wahba, 1978), the Hodrick-Prescott filter (Hodrick and Prescott, 1997), and (trivially when A = 0) ordinary least squares (OLS) estimates.
    [Show full text]
  • Leverage (Statistics)
    Leverage (statistics) In statistics and in particular in regression analysis, leverage is a measure of how far away the independent variable values of an observation are from those of the other observations. High-leverage points are those observations, if any, made at extreme or outlying values of the independent variables such that the lack of neighboring observations means that the fitted regression model will pass close to that particular observation.[1] Modern computer packages for statistical analysis include, as part of their facilities for regression analysis, various quantitative measures for identifying influential observations: among these measures is partial leverage, a measure of how a variable contributes to the leverage of a datum. Contents Linear regression model Definition Bounds on leverage Proof Effect on residual variance Proof Studentized residuals See also References Linear regression model Definition In the linear regression model, the leverage score for thei -th data unit is defined as: the i-th diagonal element of the projection matrix , where is the design matrix. The leverage score is also known as the observation self-sensitivity or self-influence,[2] as shown by where and are the fitted and measured observation, respectively. Bounds on leverage Proof First, note that H is an idempotent matrix: Also, observe that is symmetric. So equating theii element of H to that of H 2, we have and Effect on residual variance If we are in an ordinary least squares setting with fixed X, regression errors and then where (the i th regression residual). In other words, if the model errors are homoscedastic, an observation's leverage score determines the degree of noise in the model's misprediction of that observation.
    [Show full text]
  • A Statistical Perspective on Algorithmic Leveraging
    Journal of Machine Learning Research 16 (2015) 861-911 Submitted 1/14; Revised 10/14; Published 4/15 A Statistical Perspective on Algorithmic Leveraging Ping Ma [email protected] Department of Statistics University of Georgia Athens, GA 30602 Michael W. Mahoney [email protected] International Computer Science Institute and Department of Statistics University of California at Berkeley Berkeley, CA 94720 Bin Yu [email protected] Department of Statistics University of California at Berkeley Berkeley, CA 94720 Editor: Alexander Rakhlin Abstract One popular method for dealing with large-scale data sets is sampling. For example, by using the empirical statistical leverage scores as an importance sampling distribution, the method of algorithmic leveraging samples and rescales rows/columns of data matrices to reduce the data size before performing computations on the subproblem. This method has been successful in improving computational efficiency of algorithms for matrix problems such as least-squares approximation, least absolute deviations approximation, and low-rank matrix approximation. Existing work has focused on algorithmic issues such as worst-case running times and numerical issues associated with providing high-quality implementations, but none of it addresses statistical aspects of this method. In this paper, we provide a simple yet effective framework to evaluate the statistical properties of algorithmic leveraging in the context of estimating parameters in a linear regression model with a fixed number of predictors. In particular, for several versions of leverage-based sampling, we derive results for the bias and variance, both conditional and unconditional on the observed data. We show that from the statistical perspective of bias and variance, neither leverage-based sampling nor uniform sampling dominates the other.
    [Show full text]
  • Chapter 10 NOTES Model Building – II: Diagnostics
    STAT 571A — Advanced Statistical Regression Analysis Chapter 10 NOTES Model Building – II: Diagnostics © 2018 University of Arizona Statistics GIDP. All rights reserved, except where previous rights exist. No part of this material may be reproduced, stored in a retrieval system, or transmitted in any form or by any means — electronic, online, mechanical, photoreproduction, recording, or scanning — without the prior written consent of the course instructor. §10.1: Added-Variable Plots • Added-variable plots visualize the potential value of adding a new Xk-variable to an existing MLR model. • Find the residuals from the existing fit of Y on the Xk variables (k = 2, ..., p–1); call these ei(Y|X2,...,Xp–1). • If the new variable is X1, regress X1 on the Xk variables (k = 2, ..., p–1); find the residuals ei(X1|X2,...,Xp–1). • Plot ei(Y|X2,...,Xp–1) against ei(X1|X2,...,Xp–1) and look for patterns. Versions of Add’d Var. Plots From Fig. 10.1: (a) nothing new in X1; (b) add’l linear term in X1; (c) add’l curvilinear term in X1 Example: Life Insur. data (CH10TA01) Y = Life insur. carried X1 = Risk aversion score X2 = ann. income Existing model has single predictor X2. Build added-variable plot for new variable X1. For this simple case, program this directly in R: > plot( resid(lm(Y~X2)) ~ resid(lm(X1~X2)) ) > abline( lm(resid(lm(Y~X2))~resid(lm(X1~X2)))) More generally, use avPlot() from car package: > library( car ) > avPlot( model=lm( Y~X1+X2 ), variable=X1 ) Plot follows → Life Insur.
    [Show full text]
  • Calculating Standard Errors for Linear Regression in Randomized Evaluations
    Calculating Standard Errors for Linear Regression in Randomized Evaluations The Office of Evaluation Sciences often analyzes the results of RCTs by estimating a parametric statistical model — typically an ordinary least squares (OLS) regression — where one of the parameters represents the effect of a treatment or intervention. In order to infer whether this treatment effect is statistically significant, we typically depend on an estimate of the standard error associated with this parameter. This document describes OES’s preferred method for calculating parametric standard errors for OLS regressions — in particular, the reasons for using HC2 standard errors — and how to calculate them in R and Stata. When to Apply This Guidance One reason for preferring HC2 standard errors is that they tend to represent variation resulting from random assignment of a set of units to different experimental conditions (for example, treatment and control). This guidance thus applies most directly to RCT’s. HC2 standard errors may or may not be the most appropriate for other types of analyses, including quasi-experimental and other observational analyses (which we often conduct to establish background conditions during the design phase of a project). Why Do We Prefer HC2 Standard Errors? The usual standard errors calculated for OLS regression are not grounded in randomization. Since we tend to analyze randomized experiments with fixed samples, we prefer standard errors that are design-based — that reflect the variation we expect due to assigning units from a fixed sample to one or more experimental conditions. The usual standard errors in OLS regression are also not consistent under heteroskedasticity. That is, when the variance in the outcome changes (with treatment and/or with covariates), larger samples do not lead the usual estimates of the standard error to collapse to a spike at the true value of the standard error.
    [Show full text]
  • Tests for Leverage and Influential Points
    LINEAR REGRESSION ANALYSIS MODULE – VI Lecture - 24 Tests for Leverage and Influential Points Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur 2 2. DFFITS and DFBETAS Cook’s distance measure is a deletion diagnostic, i.e., it measures the influence of ith observation if it is removed from the sample. There are two more statistics: (i) DFBETAS which indicates that how much the regression coefficient changes if the ith observation were deleted. Such change is measured in terms of standard deviation units. This statistic is bbj− ji() DFBETAS ji, = 2 SC()i jj th −1 th where Cjj is the j diagonal element of (') XX and b ji () regression coefficient computed without use of i observation. th th Large (in magnitude) value of DFBETAS ji , , indicates that i observation has considerable influence on the j regression coefficient. i. The values of DFBETAS ji , can be expressed in a n x k matrix that conveys similar information to the composite influence information in Cook’s distance measure. th ˆ ii. The n elements in the j row of R produce the leverage that the n observations in the sample have on β j . th DFBETAS ji , is the j element of () bb − () i divided by a standardization factor − 1' (')X X xeii bbii−=() . 1− hii th The j element of () bb ii − () can be expressed as re bbjj−=ji, i . ii() 1− h ii 3 th rij = ((R)) denotes the (i, j) elements of R −−11 (RR ')'(')= XX XXXX '(') ' −1 =(X ' X ) = C = RR '. Since ' Cjj= rr j j , so 2 = 2' S()i C jj S() i rr j j bb− DFBETAS = j ji() ji, 2 SC()i jj reji, i 1 = 1− h 2' ii S()i rr jj r t = ji, i ' − rrjj 1 hii ↓↓ Measures Measures leverage effect th (impact of i of observation large on bi residuals th 2 th where t is the i R-student residual.
    [Show full text]
  • Outliers, Leverage, and Influence
    Outliers, Leverage, and Influence James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Outliers, Leverage, and Influence 1 / 45 Outliers, Leverage, and Influence 1 Introduction 2 Significance Tests for Outliers and Influential Cases An Outlier Test A Significance Test for Influence 3 Problems with Multiple Outliers Masking Swamping 4 What Should We Do with Outliers? Contaminated Observations Rare Cases An Incorrect Model 5 Remedial Actions James H. Steiger (Vanderbilt University) Outliers, Leverage, and Influence 2 / 45 Introduction Introduction After an initial fit of a model (including possible nonlinear transformations of X and or Y ), it may become clear that certain observations are unusual in the sense that they are extremely atypical of X and or Y , either in the univariate or bivariate sense. In this module, we develop and discuss some of the common techniques and related terminology connected with the identification and evaluation of unusual observations. James H. Steiger (Vanderbilt University) Outliers, Leverage, and Influence 3 / 45 Introduction Introduction In our examination of diagnostics based on residuals or possibly rescaled residuals, we begin by recalling that our basic model includes a model for the regression errors and, in a sense, the residuals themselves. If the fitted model does not give a set of residuals that appear to be reasonably in agreement with the model for those residuals, then we must question the model and/or its assumptions. James H. Steiger (Vanderbilt University) Outliers, Leverage, and Influence 4 / 45 Introduction Introduction A related issue is the importance of each case on estimation and other aspects of the analysis.
    [Show full text]
  • Unusual and Influential Data
    Sociology 740 John Fox Lecture Notes 6. Unusual and Influential Data Copyright © 2014 by John Fox Unusual and Influential Data 1 1. Introduction I Linear statistical models make strong assumptions about the structure of data, which often do not hold in applications. I The method of least-squares is very sensitive to the structure of the data, and can be markedly influenced by one or a few unusual observations. I We could abandon linear models and least-squares estimation in favor of nonparametric regression and robust estimation. I Alternatively, we can adapt and extend methods for examining and transforming data to diagnose problems with a linear model, and to suggest solutions. c 2014 by John Fox Sociology 740 ° Unusual and Influential Data 2 2. Goals: I To distinguish among regression outliers, high-leverage observations, and influential observations. I To show how outlyingness, leverage, and influence can be measured. I To introduce added-variable (‘partial-regression’) plots as a means of displaying leverage and influence on particular coefficients. c 2014 by John Fox Sociology 740 ° Unusual and Influential Data 3 3. Outliers, Leverage, and Influence I Unusual data are problematic in linear models fit by least squares because they can unduly influence the results of the analysis, and because their presence may be a signal that the model fails to capture important characteristics of the data. I Some central distinctions are illustrated in Figure 1 for the simple regression model \ = + [ + %. In simple regression, an outlier is an observation whose response- • variable value is conditionally unusual given the value of the explana- tory variable.
    [Show full text]
  • Outliers, Durbin-Watson and Interactions for Regression in SPSS Dependent Variable: Continuous (Scale/Interval/Ratio) Independent Variables: Continuous/ Binary
    Further regression in SPSS statstutor Community Project stcp-marshall-furtherRegression The following resources are associated: Simple and Multiple linear regression in SPSS and the SPSS dataset ‘Birthweight_reduced.sav’ Outliers, Durbin-Watson and interactions for regression in SPSS Dependent variable: Continuous (scale/interval/ratio) Independent variables: Continuous/ binary Data: The data set ‘Birthweight reduced.sav’ contains details of 42 babies and their parents at birth. The dependant variable is birthweight (pounds = lbs) and the two independent variables are the gestational age of the baby at birth (in weeks) and whether or not the mother smokes (0 = non- smoker, 1 = smoker). Investigating outliers and influential observations An assumption of regression is that there are no influential observations. These are extreme values which pull the regression line towards them therefore having a significant impact on the coefficients of the model. Outliers: Outliers are observations where the observed dependent value does not follow the general trend given the independent value (unusual y given x). In this situation, the residual for that observation is likely to be large unless it is also influential and has pulled the line towards it. Approximately 5% of ±1.96 standardised residuals will be outside but extreme outliers Outlier without leverage will be outside ±3. are the residuals obtained changes intercept only Deleted residuals y=-6.05+0.33x if the regression was repeated without the individual observation. Leverage: An observation with high leverage will pull the regression line towards it. The average leverage score is calculated as (k + 1)/ n where k is the number of independent variables in the model and n is the number of observations.
    [Show full text]
  • Studentized Residuals Jacknife Residuals 3 Zambia 2 2 1 1 0 0 −1 −1 Jacknife Residuals −2 Studentized Residuals −2
    Chapter 7 Diagnostics Regression model building is often an iterative and interactive process. The first model we try may prove to be inadequate. Regression diagnostics are used to detect problems with the model and suggest improve- ments. This is a hands-on process. 7.1 Residuals and Leverage ¡ T 1 T We start with some basic diagnostic quantities - the residuals and the leverages. Recall that yˆ X X X ¢¤£ X y Hy where H is the hat-matrix. Now ¡ ¥ ¢ εˆ y ¥ yˆ I H y ¡ ¡ ¢ ¦ ¥ ¢ I ¥ H Xβ I H ε ¡ ¢ I ¥ H ε ¡ ¡ 2 2 ¢ ¥ ¢ So var εˆ var I ¥ H ε I H σ assuming that var ε σ I. We see that although the errors may have equal variance and be uncorrelated the residuals do not. ¡ 2 ¢ hi Hii are called leverages and are useful diagnostics. We see that var εˆi σ 1 ¥ hi so that a large leverage for hi will make var εˆi small — in other words the fit will be “forced” to be close to yi. The hi depends only on X — knowledge of y is required for a full interpretation. Some facts: ¨ © ∑hi p hi § 1 n i i ¨ An average value for hi is p ¨ n and a “rule of thumb” is that leverages of more than 2p n should be looked at more closely. Large values of hi are due to extreme values in X. hi corresponds to a Mahalanobis distance ¡ ¡ T 1 ¥ ¢ ¥ ¢ defined by X which is x x¯ Σˆ £ x x¯ where Σˆ is the estimated covariance of X.
    [Show full text]