1 / 69

Chapter 7 Polynomial Regression Models

Chapter 7 Polynomial Regression Models. Ray-Bing Chen Institute of Statistics National University of Kaohsiung. 7.1 Introdution. The linear regression model y = X  +  is a general model for fitting any relationship that is linear in the unknown parameter . Polynomial regression model:.

Download Presentation

Chapter 7 Polynomial Regression Models

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 7 Polynomial Regression Models Ray-Bing Chen Institute of Statistics National University of Kaohsiung

  2. 7.1 Introdution • The linear regression model y = X +  is a general model for fitting any relationship that is linear in the unknown parameter . • Polynomial regression model:

  3. 7.2 Polynomial Models in One Variable 7.2.1 Basic Principles • A second-order model (quadratic model):

  4. Polynomial models are useful in situations where the analyst knows that curvilinear effects are present in the true response function. • Polynomial models are also useful as approximating functions to unknown and possible very complex nonlinear relationship. • Polynomial model is the Taylor series expansion of the unknown function.

  5. Several important conditions: • Order of the model: The order (k) should be as low as possible. The high-order polynomials (k > 2) should be avoided unless they can be justified for reasons outside the data. In an extreme case it is always possible to pass a polynomial of order n-1 through n point so that a polynomial of sufficiently high degree can always be found that provides a “good” fit to the data. • Model Building Strategy: Various strategies for choosing the order of an approximating polynomial have been suggested. Two procedures: forward selection and backward elimination.

  6. Extrapolation: Extrapolation with polynomial models can be extreme hazardous. (see Figure 7.2) • Ill-Conditioning I: The X’X matrix becomes ill-conditioned as the order increases. It means that the matrix inversion calculations will be inaccurate, and considerable error may be introduced into the parameter estimates. • Ill-Conditioning II: If the values of x are limited to a narrow range, there can be significant ill-conditioning or multicollinearity in the columns of X.

  7. Hierarchy: The regression model is said to be hierarchical because it contains all terms of order three and lower. Only hierarchical models are invariant under linear transformation. Example 7.1 The Hardwood Data: • The strength of kraft paper (y) v.s. the % of hardwood. • Data in Table 7.1 • A scatter plot in Figure 7.3

  8. 7.2.2 Piecewise Polynomial Fitting (Splines) • Sometimes a low-order polynomial provides a poor fit to the data. But increasing the order of the polynomial modestly does not substantially improve the situation. • This problem may occur when the function behaves differently in different parts of the range of x. • A usual approach is to divide the range of x into segments and fit an appropriate curve in each segment. • Spline functions offer a useful way to perform this type of piecewise polynomial fitting.

  9. Splines are piecewise polynomials of order k. • The joint points of the pieces are usually called knots. • Generally the function values and the first k-1 derivatives agree at the knots. That is slpine is a continuous function with k-1 continues derivatives. • Cubic Spline:

  10. It is not simple to decide the number and position of the knots and the order of the polynomial in each segment. • Wold (1974) suggests • there should be as few knots as possible, with at least four or five data points per segment. • There should be no more than one extreme point and one point of inflexion per segment. • The great flexibility of spline functions makes it very easy to overfit the data.

  11. Cubic slpine model with h knots and no continuous restriction: • The fewer continuity restrictions required, the better if the fit. • The more continuity restrictions required, the worse is the fit but smoother the final curve will be.

  12. X’X becomes ill-conditioned if there is a large number of knots. • Use a different representation of the slpine: cubic B-spline.

  13. Example 7.2 Voltage Drop Data • The battery voltage drop in a guided missile motor observed over the time of missile flight is shown in Table 7.3. • The Scatter-plot is in Figure 7.6 • Model the data with a cubic slpine using two knots at 6.5 and 13.

  14. The ANOVA • A plot of the residual v.s. the fitted values and a normal probability plot of the residuals are in Figure 7.7 and Figure 7.8

  15. Example 7.3 Piecewise Linear Regression • An important special case of practical interest fitting piecewise linear regression models. • This can be treated easily using linear splines.

  16. 7.2.3 Polynomial and Trigonometric Terms • Sometimes consider the models as the combination of polynomial and trigonometric terms. • From the scatter-plot, there may be some periodicity or cyclic behavior in the data. • A model with fewer terms may result than if only polynomial terms are employed. • The model

  17. If the regressor x is equally spaced, then the pairs of terms sin(jx) and cos(jx) are orthogonal. • Even without exactly equal spacing, the correlation between these terms will usually be quite small. • In Example 7.2 • Rescale the regressor x so that all of the observations are in the interval (0, 2). • Fit the model with d = 2 and r = 1 • R2 = 0.9895 and MSRes = 0.0767

  18. 7.3 Nonparamteric Regression • Nonparameter regression is closed related to the piecewise polynomial regression. • Develop a model free basis for predicting the response over the range of the data.

  19. 7.3.1 Kernel Regression • The kernel smoother: use a weighted average of the data. • where S=[wij] is the smoothing matrix. • Typically, the weights are chosen such that wij 0 for all yi’s outside of s defined “neighborhood” of the specific location of interest.

  20. These kernel smoothers use a bandwidth, b, to define this neighborhood of interest. • A large value for b results in more of the data being used to predict the response at the specific location. • The resulting plot of predicted values becomes much smoother as b increases. • As b decrease, less of the data are used to generate the prediction, and the resulting plot looks more wiggly or bumpy.

  21. This approach is called a kernel smoother. • A kernel function: • See Table 7.5

  22. 7.3.2 Locally Weighted Regression (Loess) • Another nonparameteric method • Loess also uses the data from a neighborhood around the specific location. • The neighborhood is defined as the span, which is the fraction of the total points used to form neighborhoods. • A span 0.5 indicates that the closest half of the total data points is used as the neighborhood. • Then loess procedure uses the points in the neighborhood to generate a weighted least-squares estimate of the specific response.

  23. The weights are based on the distance of the points used in the estimation from the specific location of interest. • Let x0 be the specific location of interest, and let Δ(x0) be the distance the farthest point in the neighborhood lies from the specific location of interest. • The tri-cube weighted function is

  24. The model • Since

  25. A common estimate of variance is • R2 = (SST – SSRes) / SST

  26. Example 7.4 Applying Loess Regression to the Windmill Data

  27. 7.3.3 Final Cautions • Parametric models are guided by appropriate subject area theory. • Nonparametric models almost always reflect pure empiricism. • One should always prefer a simple parametric model when it provides a reasonable and satisfactory fit to the data. • The model terms often have important interpretations. • One should prefer the parametric model, especially when subject area theory supports the transformation used.

  28. On the other hand, there are many situations where no simple parametric model yields an adequate or satisfactory fit to the data, where there is little or no subject area theory to guide the analyst, and where no simple transformation appears appropriate. • In such cases, nonparametric regression makes a great deal of sense. • One is willing to accept the relative complexity and the “black box” nature of the estimation in order to give an adequate fit to the data.

  29. 7.4 Polynomial Models in Two or More Variables

More Related