SSC CGL Exam  >  SSC CGL Notes  >  SSC CGL Tier 2 - Study Material, Online Tests, Previous Year  >  Linear and Non-Linear Regression

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year PDF Download

Regression analysis is a statistical methodology concerned with relating a variable of interest, which is called the dependent variable and denoted by the symbol y, to a set of independent variables, which are denoted by the symbols  x1,  x2, …,  xp. The dependent and independent variables are also called response and explanatory variables, respectively. The objective is to build a regression model that will enable us to adequately describe, predict, and control the dependent variable on the basis of the independent variables.

Simple Linear Regression Model

The simple linear regression model is a model with a single explanatory variable  x  that has a relationship with a response variable y that is a straight line. This simple linear regression model is
y = β0 + β1x + ε     ......(1)
where the intercept β0 and the slope β1 are unknown constants and ε is a random error component. The errors are assumed to have mean zero and unknown variance σ2. Additionally, we usually assume that the errors are uncorrelated. This means that the value of one error does not depend on the value of any other error.
It is convenient to view the explanatory variable x as controlled by the data analyst and measured with negligible error, while the response variable y is a random variable. That is, there is a probability distribution for y at each possible value for x. The mean of this distribution is
E(y|x) = β01x    .......(2)
and the variance is
Var(y|x) =Var(β01x+ε) = σ   ......(3)

Thus, the mean of y is a linear function of x although the variance of y does not depend on the value of x. Furthermore, because the errors are uncorrelated, the response variables are also uncorrelated.
The parameters β0 and β1 are usually called regression coefficients. These coefficients have a simple and often useful interpretation. The slope β1 is the change in the mean of the distribution of y produced by a unit change in x. If the range of data on x includes x = 0, then the intercept β0 is the mean of the distribution of the response variable y when x = 0. If the range of x does not include zero, then β0 has no practical interpretation.

Least-squares estimation of the parameters
The method of least squares is used to estimate β0 and β1. That is, β0 and β1 will be estimated so that the sum of the squares of the differences between the observations yi and the straight line is a minimum. Equation 1 can be written as
yi = β0 + β1x+ εi, i = 1,2,...,n        .......(4)
Equation 1 maybe viewed as a population regression model while Equation 4 is a sample regression model, written in terms of the n pairs of data (yi, xi) (i = 1, 2, ..., n). Thus, the least-squares criterion is
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
The least-squares estimators of β0 and β1 , say Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
Simplifying these two equations yields
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
Equations 8 and 9 are called the least-squares normal equations, and the general solution for these simultaneous equations is

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year     .......(10)
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
In Equations 10 and 11, Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year are the least-squares estimators of the intercept and slope, respectively. Thus the fitted simple linear regression model will be
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year     .........(12)
Equation 12 gives a point estimate of the mean of y for a particular x.
Given the averages of yi and xi as
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year      ........(13)
and 
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year       ........(14)
the denominator of Equation 11 can be written as
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
and the numerator of that can be written as
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
Therefore, Equation 11 can be written in a convenient way as
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year .......(17)
The difference between the observed value yi and the corresponding fitted value Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Yeara residual. Mathematically the ith residual is

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year
Residuals play an important role in investigating model adequacy and in detecting departures from the underlying assumptions.

Nonlinear Regression
Nonlinear regression is a powerful tool for analyzing scientific data, especially if you need to transform data to fit a linear regression. The objective of nonlinear regression is to fit a model to the data you are analyzing. You will use a program to find the best-fit values of the variables in the model which you can interpret scientifically. However, choosing a model is a scientific decision and should not be based solely on the shape of the graph. The equations that fit the data best are unlikely to correspond to scientifically meaningful models.
Before microcomputers were popular, nonlinear regression was not readily available to most scientists. Instead, they transformed their data to make a linear graph, and then analyzed the transformed data with linear regression. This sort of method will distort the experimental error. Linear regression assumes that the scatter of points around the line follows a Gaussian distribution, and that the standard deviation is the same at every value of  x . Also, some transformations may alter the relationship between explanatory variables and response variables. Although it is usually not appropriate to analyze transformed data, it is often helpful to display data after a linear transform, since the human eye and brain evolved to detect edges, but not to detect rectangular hyperbolas or exponential decay curves.

Nonlinear Least-Squares
Given the validity, or approximate validity, of the assumption of independent and identically distributed normal error, one can make certain general statements about the least-squares estimators not only in linear but also in nonlinear regression models. For a linear regression model, the estimates of the parameters are unbiased, are normally distributed, and have the minimum possible variance among a class of estimators known as regular estimators. Nonlinear regression models differ from linear regression models in that the least-squares estimators of their parameters are not unbiased, normally distributed, minimum variance estimators. The estimators achieve this property only asymptotically, that is, as the sample sizes approach infinity.

One-parameter Curves
y = log(x−α)     .......(19)
The statistical properties in estimation of this model are good, so the model behaves in a reasonably close-to-linear manner in estimation. An even better-behaved model is obtained by replacing α by an expected-value parameter, to yield
y = log[x−x1+exp(y1)]  ........(20)
where y1 is the expected value corresponding to x = x1, where x1 should be chosen to be somewhere within the observed range of the x values in the data set.
Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year  ........(21)
When  α<0 , there is a vertical asymptote occurring at x=−1/α .
y = exp(x−α)    ......(22)
This model is, in fact, a disguised intrinsically linear model, since it may be reparameterized to yield a linear model. That is, replacing α by an expected value parameter y1, corresponding to x = x1, yields
y = y1exp(x−x1)       .......(23)
which is clearly linear in the parameter y1.

The document Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material, Online Tests, Previous Year is a part of the SSC CGL Course SSC CGL Tier 2 - Study Material, Online Tests, Previous Year.
All you need of SSC CGL at this link: SSC CGL
1365 videos|1312 docs|1010 tests

Top Courses for SSC CGL

FAQs on Linear and Non-Linear Regression - SSC CGL Tier 2 - Study Material, Online Tests, Previous Year

1. What is linear regression?
Ans. Linear regression is a statistical technique used to model the relationship between a dependent variable and one or more independent variables. It assumes a linear relationship between the variables and aims to find the best-fitting line that minimizes the sum of squared differences between the observed and predicted values.
2. What is non-linear regression?
Ans. Non-linear regression is a statistical method used when the relationship between the dependent variable and independent variables cannot be adequately described by a linear equation. It allows for more complex relationships by using non-linear functions to model the data. The goal is still to find the best-fitting curve that minimizes the difference between observed and predicted values.
3. How is the line of best fit determined in linear regression?
Ans. The line of best fit in linear regression is determined using a method called the least squares approach. It calculates the slope and intercept of the line that minimizes the sum of squared differences between the observed and predicted values. This line represents the best approximation of the relationship between the variables.
4. What are the advantages of linear regression over non-linear regression?
Ans. Linear regression has several advantages over non-linear regression. Firstly, it is computationally simpler and easier to interpret. Secondly, it assumes a linear relationship, which can be appropriate for many real-world scenarios. Lastly, linear regression can provide insights into the direction and strength of the relationship between variables, making it useful for prediction and inference.
5. When should non-linear regression be used instead of linear regression?
Ans. Non-linear regression should be used when the relationship between the variables is not adequately captured by a linear equation. If the data suggests a more complex relationship, such as exponential growth or decay, polynomial curves, or logarithmic patterns, non-linear regression can provide a better fit. It allows for more flexibility in modeling the data and capturing non-linear trends.
1365 videos|1312 docs|1010 tests
Download as PDF
Explore Courses for SSC CGL exam

Top Courses for SSC CGL

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Summary

,

Previous Year Questions with Solutions

,

Extra Questions

,

pdf

,

past year papers

,

Online Tests

,

Objective type Questions

,

Semester Notes

,

Viva Questions

,

mock tests for examination

,

MCQs

,

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material

,

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material

,

Previous Year

,

ppt

,

Online Tests

,

Previous Year

,

Exam

,

shortcuts and tricks

,

Free

,

Sample Paper

,

Online Tests

,

Previous Year

,

video lectures

,

Linear and Non-Linear Regression | SSC CGL Tier 2 - Study Material

,

practice quizzes

,

Important questions

,

study material

;