1 / 21

Non-Linear Models

Non-Linear Models. Tractable non-linearity Equation may be transformed to a linear model. Intractable non-linearity No linear transform exists. Tractable Non-Linear Models. Several general Types Polynomial Power Functions Exponential Functions Logarithmic Functions

noah
Download Presentation

Non-Linear 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. Non-Linear Models • Tractable non-linearity • Equation may be transformed to a linear model. • Intractable non-linearity • No linear transform exists

  2. Tractable Non-Linear Models • Several general Types • Polynomial • Power Functions • Exponential Functions • Logarithmic Functions • Trigonometric Functions

  3. Polynomial Models • Linear • Parabolic • Cubic & higher order polynomials • All may be estimated with OLS – simply square, cube, etc. the independent variable.

  4. Power Functions • Simple exponents of the Independent Variable • Estimated with

  5. Exponential and Logarithmic Functions • Common Growth Curve Formula • Estimated with • Note that the error terms are now no longer normally distributed!

  6. Logarithmic Functions

  7. Trigonometric Functions • Sine/Cosine functions • Fourier series – Harmonic Analysis • See Wolfram’s Mathworld for pictures

  8. Intractable Non-linearity • Occasionally we have models that we cannot transform to linear ones. • For instance a logit model • Or an equilibrium system model

  9. An equilibrium system model • Take for instance the impact of the 1st debate on the 2012 presidential election. (See Nate Silver’s 538 Blog.) • The “b” measures the impact of the debate, while the “c” estimates the rate of decay back to equiulibrium

  10. Intractable Non-linearity • Models such as these must be estimated by other means. • We do, however, keep the criteria of minimizing the squared error as our means of determining the best model

  11. Estimating Non-linear models • All methods of non-linear estimation require an iterative search for the best fitting parameter values. • They differ in how they modify and search for those values that minimize the SSE.

  12. Methods of Non-linear Estimation • There are several methods of selecting parameters • Grid search • Steepest descent • Marquardts algorithm

  13. Grid search estimation • In a grid search estimation, we simply try out a set of parameters across a set of ranges and calculate the SSE. • We then ascertain where in the range (or at which end) the SSE was at a minimum. • We then repeat with either extending the range, or reducing the range and searching with smaller grid around the estimated SSE • Try the spreadsheet • Try this for homework!

  14. Regression Diagnostics • Some cases are very influential in regression models • There are two ways to describe the influence that case may exert • Residual • Leverage • Examination of these particular cases may lead us to theoretical insight.

  15. Regression Diagnostics • Residual • Outliers – extreme measures weaken the goodness of fit indexes and hypothesis tests • Studentized residuals • where hii is the hat diagonal

  16. Residual Diagnostics (cont.) • Rstudent • Note that examination of these t-values this actually entails n hypothesis tests. • This should actually requires a Bonferoni correction to α, where α*= α/n • or p(ti)* = p(ti)=p*n

  17. Residual Diagnostics (cont.) • Leverage – influential observation • Hat diagonal – a measure of the observations “remoteness” in X-space. • Hat diagonals (leverage) greater than 2 times the number of coefficients in the model divided by the number of observations are considered significant.

  18. Residual Diagnostics (cont.) • Leverage (cont.) • Cook’s D • If D is greater than 1, then the observation is influential.

  19. Residual Diagnostics (cont.) • Leverage (cont.) • dffits • If dffits is greater than 1, then the observation is influential.

  20. Residual Diagnostics (cont.) • Leverage (cont.) • Dfbetas – an indicator of how much a given observation influences each regression coefficient

More Related