SlideShare ist ein Scribd-Unternehmen logo
1 von 10
TUGAS KELOMPOK
TEKNIK PROYEKSI BISNIS
RESUME

“Regression with Time
Series Data”
Dosen:
SigitIndrawijaya, SE. M.Si

Disusunoleh:
RizanoAhdiatRash’ada (C1B011047)
MuchlasPratama
Roby Harianto (C1B011005)

PROGRAM STUDI MANAJEMEN
FAKULTAS EKONOMI
UNIVERSITAS JAMBI
2013
Regression with Time
Series Data
Any business and economic applications of forecasting involve time
series data. Re-gression models can be fit to monthly, quarterly, or yearly data
using the techniques de-scribed in previous chapters. However, because data
collected over time tend to exhibit trends, seasonal patterns, and so forth,
observations in different time periods are re¬ lated or autocorrelated. That is,
for time series data, the sample of observations cannot be regarded as a random
sample. Problems of interpretation can arise when standard regression methods
are applied to observations that are related to one another over time. Fitting
regression models to time series data must be done with considerable care.

Time Series Data and the Problem of Autocorrelation
With time series data, the assumption of independence rarely holds.. Consider
the annual base price for a particular model of a new car. Can you imagine the chaos
that would exist if the new car prices from one year to the next were indeed
unrelated (in-dependent) of one another? In such a world prices would be
determined like numbers drawn from a random number tabl-. Knowledge of the
price in one year would not tell you anything about the price in the next year. In the,
real world, price in the current year is related to (correlated with) the price in the
previous year and maybe the price two years ago, arid so forth. That is, the prices in
different years are autocorrelated, they are not independent.
Autocorrelation exists when successive observations over time are related to
one another.
Autocorrelation can occur because the effect of a predictor variable on the
re¬sponse is distributed over time. For example, an increase in salary may
affect your con¬sumption (or saving) not only in the current period but
also in several future periodic A currentlabor contract may affect the cost of
production for some time to come. Over time, relationships tend to be dynamic
From a forecasting perspective, autocorrelation is not all bad. If values of a
re¬sponse Y in one time period are related to Y values in previous time periods,
then pre¬vious Y's can be used to predict future Y's.1 In a regression framework,
autocorrelation is handled by "fixing up" the standard regression model. To
accommodate autocorrelation, sometimes it is necessary to change the mix of
predictor variables and/or the form of the regression function. More typically,
however, autocorrelation is handled by changing the nature of the error term. A
common kind of autocorrelation, often called first-order serial correlation, is one in
which the error term in the current time period is directly related to the error term
in the previous time period. In this case, with the subscript t representing time, the
simple linear regression model takes the form (evolving), not static.

From a forecasting perspective, autocorrelation is not all bad. If values of a
response Y in one time period are related to Y values in previous time periods,
then previous Y's can be used to predict future Y's.1 In a regression framework,
autocorrelation is handled by "fixing up" the standard regression model. To
accommodate autocorrelation, sometimes it is necessary to change the mix of
predictor variables and/or the form of the regression function. More typically,
however, autocorrelation is handled by changing the nature of the error term.
A common kind of autocorrelation, often called first-order serial correlation,
is one in which the error term in the current time period is directly related to the
error term in the previous time period. In this case, with the subscript t representing
time, the simple linear regression model takes the form
Yt=β0+β1X1+ε1
With

(1)

εt=ρεt-1+v

(2)

Where
E, = the error at time t
p = the parameter (lag 1 autocorrelation coefficient) that measures correlation
between adjacent error terms
= normally distributed independent error term with mean 0 and variance σ2
Equation 2 says that the level of one error term (εt-1) directly affects the level of the
next error term (εt,). The magnitude of the autocorrelation coefficient p, where —1
< p < I, indicates the strength of the serial correlation. If p is zero, then there is no
serial correlation, and the error terms are independent (εt = vt).

Durbin-Watson Test for Serial Correlation
One approach that is used frequently to determine if serial correlation is present is
Durbin-Watson test. The test involves the determination of whether the
autocorretion parameter p shown in Equation 8.2 is zero. Consider

εt=ρεt-1+v
The hypotheses to be tested are
H0:ρ=0
H1:p>0
The alternative hypothesis is p > 0 since business and economic time series tend
show positive autocorrelation.
If a regression model does not properly account for autocorrelation, the residu will
be autocorrelated. So, the Durbin-Watson test is carried out using the residua from
the regression analysis.

Durbin-Watson statistic is defined as

where
e, = Yt — Yt = the residual for time period t
et-i— Yt -1Yr -1 = the residual for time period t — 1
For positive serial correlation, successive residuals tend to be alike and the
sum of squared differences in the numerator of the Durbin-Watson statistic will be
relatively small. Small values of the Durbin-Watson statistic are consistent with
positive serial correlation.
The autocorrelation coefficient ρ can be estimated by the lag 1 residual
autocorrelation r1(e), and with a little bit of mathematical maneuvering. the
Durbin-Watson statistic can be related to ri (e). For moderate to large samples,
DW ----- 2(1 — r1(e))
Since —1 <r1(e)< 1, Equation above shows that 0 < DW < 4. For r1(e) close to 0,
the DW statistic will be close to 2. Positive lag 1 residual autocorrelation is
associated with DW values less than 2, and negative lag 1 residual autocorrelation
is associated with DW values above 2.
A useful, but sometimes not definitive, test for serial correlation can be performed
by comparing the calculated value of the Durbin-Watson statistic with lower (L)
and upper (U) bounds. The decision rules are:
1.When the Durbin-Watson statistic is larger than the upper (U) bound, the autocorrelation coefficient p is equal to zero (there is no positive autocorrelation).
2.When the Durbin-Watson statistic is smaller than the lower (L) bound, the autocorrelation coefficient p is greater than zero (there is positive autocorrelation).
3.When the Durbin-Watson statistic lies within the lower and upper bounds, the
test is inconclusive (we don't know whether there is positive autocorrelation).

The Durbin-Watson test is used to determine whether positive autocorrelation
is present.
If DW > U, conclude H0 :ρ= 0. If DW < L, conclude H1 : ρ > 0.
If DW lies within the lower and upper bounds (L ≤ DW ≤ U), the test is
inconclusive.
Solutions to Autocorrelation Problems
Once autocorrelation has been discovered in a regression of time series data,
it is neccessary to remove it, or model it, before the regression function can be
evaluated for its effectiveness.
The solution to the problem of serial correlation begins with an
evaluation of the model specification. Is the functional form correct? Were any
important variables omitted? Are there effects that might have some pattern
over time that could have introduced autocorrelation into the errors?
Since a major cause of autocorrelated errors in the regression model is
the omission of one or more key variables, the bes t approach to solving the
problem is to findthem. This effort is sometimes referred to as improving the
model specification. Modelspecification not only involves finding the
important predictor variables, it also involves entering these variables in the
regression function in the right way. Unfortu nately, it is not always possible to
improve the model specification because an important missing variable may not
be quantifiable or, if it is quantifiable, the data may not be available. For
example, one may suspect that business investment in future periods is related
to the attitude of potential investors. However, it is difficult to quantify the
variable "attitude." Nevertheless, whenever possible, the model should be
specified in accordance with theoretically sound insight.
Only after the specification of the equation has been carefully reviewed should
the possibility of an adjustment be considered. Several techniques for
eliminating auto-correlation will be discussed.
One approach to eliminating autocorrelati on is to add an omitted variable
to the re-gression function that explains the association in the response from
one period to the next.

REGRESSION WITH DIFFERENCES
For highly autocorrelated data, modeling changes rather than levels can often
elimi¬nate the serial correlation. That is, instead of formulating the regression
equation in terms of Y and X 1 , X 2 ,... , X k , the regression equation is written in
terms of the differences, Y 1 = Y t – Y t-1 , and X t1 = X t1 - 1,1 , X t2 = X t2 – X t-1,2 , and
so forth. Differences should be considered when the Durbin -Watson statistic
associated with the regression involving the original variables is close to 0.7
One rationale for differencing comes from the following argument.
Yr = β 0 + β 1 X 1 +εt
with
εt=ρε t-1 =v t
where
p = correlation between consecutive errors
V t = random error = εtwhen p = 0
The model holds for any time period so
Y t-1 = β 0 +βtX t -1+ε t -1
Time Series Data and the Problem of Heteroscedasticity
Variability can increase if a variable is growing at a constant rate rather
than a constant amount over time. Nonconstant variability is called
heteroscedasticity.In a regression framework, heteroscedasticity occurs if the
variance of the error term, c, is not constant. If the variability for recent time
periods is larger than it was for past time periods, then the standard error of
the estimate,underestimates the current standard deviation of the error term. If
the standard deviationof the estimate is then used to set forecast limits for
future observations, these limits can be too narrow for the stated confidence
level.

Using Regression to Forecast Seasonal Data
In this model the seasonality is handled by using dummy variables in the
regression function.
A seasonal model for quarterly data with a time trend is
Yt=β 0 +β 1 t+β 2 S 2 +β3S3+β 4 S 4 +ε t
Where
Y t = the variable to be forecast
t = the time index
S 2 = a dummy variable that is 1 for the second quarter of the year; 0 otherwise
= a dummy variable that is 1 for the third quarter of the year; 0 otherwise
S 4 = a dummy variable that is 1 for the fourth quarter of the year; 0 otherwise
ε t = errors assumed to be independent and normally distributed with mean zero
and constant variance
β 0 β 1 β 2 β 3 β 4 = coefficients to be estimated

Econometric Forecasting
When regression analysis is applied to economic data, the predictions developed
from such models are referred to as economic forecasts. However, since economic
theory frequently suggests that the values taken by the quantities of interest are
determined through the simultaneous interaction of different economic forces, it
may be necessary to model this interaction with a set of simultaneous equations.
This idea leads to the construction of simultaneous equation econometric models.
These models involve individual equations that look like regression equations.
However, in a simultaneous system the individual equations are related, and the
econometric model allows the joint determination of a set of dependent variables in
terms of several independent variables. This contrasts with the usual regression
situation in which a single equation determines the expected value of one
dependent variable in terms of the independent, variables.
A simultaneous equation econometric model determines jointly the values of a set
of dependent variables, called endogenous variables by econometricians, in terms
of thevalues of independent variables, called exogenous variables. The values of
the exoge¬nous variables are assumed to influence the endogenous variables but
not the other way around. A complete simultaneous equation model will involve
the same number of equations as endogenous variables.

Economic theory holds that, in equilibrium, the quantity supplied is equal to the
quantity demanded at a particular price. That is, the quantity demanded, the
quantity supplied, and price are determined simultaneously. In one study of the
price elasticity of demand, the model was specified as
Qt=α0+a1Pt+a2lt+a3Tt+εt
Pt=β0+β1Q1+β2Lt+vt
where
Qt = a measure of the demand (quantity sold)
Pt = a measure of price (deflated dollars)
lt = a measure of income per capita
Tt = a measure of temperature
lt = a measure of labor cost
εt,vt= independent error terms that are uncorrelated with each other
Large-scale econometric models are being used today to model the behavior of
specific firms within an industry, selected industries within the economy, and
the total economy. Econometric models can include any number of
simultaneous multiple re¬gression-like equations. Econometric models are
used to understand how the economy works and to generate forecasts of key
economic variables. Econometric models are important aids in policy
formulation.

Weitere ähnliche Inhalte

Was ist angesagt?

regression and correlation
regression and correlationregression and correlation
regression and correlationPriya Sharma
 
Exponential smoothing
Exponential smoothingExponential smoothing
Exponential smoothingJairo Moreno
 
Forecasting-Exponential Smoothing
Forecasting-Exponential SmoothingForecasting-Exponential Smoothing
Forecasting-Exponential Smoothingiceu novida adinata
 
Presentation On Regression
Presentation On RegressionPresentation On Regression
Presentation On Regressionalok tiwari
 
Correlation and regression analysis
Correlation and regression analysisCorrelation and regression analysis
Correlation and regression analysis_pem
 
Spearman rank correlation coefficient
Spearman rank correlation coefficientSpearman rank correlation coefficient
Spearman rank correlation coefficientKarishma Chaudhary
 
Demand estimation and forecasting
Demand estimation and forecastingDemand estimation and forecasting
Demand estimation and forecastingshivraj negi
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingMaruthi Nataraj K
 
Basic Statistics Presentation
Basic Statistics PresentationBasic Statistics Presentation
Basic Statistics PresentationIUBAT
 
Time series and forecasting
Time series and forecastingTime series and forecasting
Time series and forecastingmvskrishna
 
Measures of dispersion or variation
Measures of dispersion or variationMeasures of dispersion or variation
Measures of dispersion or variationRaj Teotia
 
Simple Linier Regression
Simple Linier RegressionSimple Linier Regression
Simple Linier Regressiondessybudiyanti
 

Was ist angesagt? (20)

time series analysis
time series analysistime series analysis
time series analysis
 
ARIMA
ARIMA ARIMA
ARIMA
 
regression and correlation
regression and correlationregression and correlation
regression and correlation
 
Exponential smoothing
Exponential smoothingExponential smoothing
Exponential smoothing
 
ECONOMETRICS
ECONOMETRICSECONOMETRICS
ECONOMETRICS
 
Forecasting-Exponential Smoothing
Forecasting-Exponential SmoothingForecasting-Exponential Smoothing
Forecasting-Exponential Smoothing
 
Time series slideshare
Time series slideshareTime series slideshare
Time series slideshare
 
Presentation On Regression
Presentation On RegressionPresentation On Regression
Presentation On Regression
 
AR model
AR modelAR model
AR model
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Time series Analysis
Time series AnalysisTime series Analysis
Time series Analysis
 
Correlation and regression analysis
Correlation and regression analysisCorrelation and regression analysis
Correlation and regression analysis
 
Spearman rank correlation coefficient
Spearman rank correlation coefficientSpearman rank correlation coefficient
Spearman rank correlation coefficient
 
Demand estimation and forecasting
Demand estimation and forecastingDemand estimation and forecasting
Demand estimation and forecasting
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and Forecasting
 
Basic Statistics Presentation
Basic Statistics PresentationBasic Statistics Presentation
Basic Statistics Presentation
 
Time series and forecasting
Time series and forecastingTime series and forecasting
Time series and forecasting
 
Measures of dispersion or variation
Measures of dispersion or variationMeasures of dispersion or variation
Measures of dispersion or variation
 
Simple Linier Regression
Simple Linier RegressionSimple Linier Regression
Simple Linier Regression
 
forecasting technique.pptx
forecasting technique.pptxforecasting technique.pptx
forecasting technique.pptx
 

Andere mochten auch

Tbs910 regression models
Tbs910 regression modelsTbs910 regression models
Tbs910 regression modelsStephen Ong
 
B5 stock return & liquidity
B5 stock return & liquidityB5 stock return & liquidity
B5 stock return & liquidityAnhtho Tran
 
SAS Programming and Data Analysis Portfolio - BTReilly
SAS Programming and Data Analysis Portfolio - BTReillySAS Programming and Data Analysis Portfolio - BTReilly
SAS Programming and Data Analysis Portfolio - BTReillyBrian Reilly
 
Predicting Stock Market Returns and the Efficiency Market Hypothesis
Predicting Stock Market Returns and the Efficiency Market HypothesisPredicting Stock Market Returns and the Efficiency Market Hypothesis
Predicting Stock Market Returns and the Efficiency Market HypothesisMysa Vijay
 
IBM401 Lecture 12
IBM401 Lecture 12IBM401 Lecture 12
IBM401 Lecture 12saark
 
final year project
final year projectfinal year project
final year projectNaveen raj
 
Security Analysis Report
Security Analysis ReportSecurity Analysis Report
Security Analysis Reportbhbern
 
Dummy Variable Regression Analysis
Dummy Variable Regression AnalysisDummy Variable Regression Analysis
Dummy Variable Regression AnalysisMinha Hwang
 
Efficient Frontier Searching of Fixed Income Portfolio under CROSS
Efficient Frontier Searching of Fixed Income Portfolio under CROSSEfficient Frontier Searching of Fixed Income Portfolio under CROSS
Efficient Frontier Searching of Fixed Income Portfolio under CROSSSun Zhi
 
CAPM Fama French
CAPM Fama FrenchCAPM Fama French
CAPM Fama FrenchAhmedSaba
 
Dummy variable
Dummy variableDummy variable
Dummy variableAkram Ali
 
Dummy Variable Regression
Dummy Variable Regression Dummy Variable Regression
Dummy Variable Regression Lawrence Marsh
 
Chapter 16
Chapter 16Chapter 16
Chapter 16bmcfad01
 

Andere mochten auch (20)

Tbs910 regression models
Tbs910 regression modelsTbs910 regression models
Tbs910 regression models
 
B5 stock return & liquidity
B5 stock return & liquidityB5 stock return & liquidity
B5 stock return & liquidity
 
SAS Programming and Data Analysis Portfolio - BTReilly
SAS Programming and Data Analysis Portfolio - BTReillySAS Programming and Data Analysis Portfolio - BTReilly
SAS Programming and Data Analysis Portfolio - BTReilly
 
Project 3(234A)
Project 3(234A)Project 3(234A)
Project 3(234A)
 
Predicting Stock Market Returns and the Efficiency Market Hypothesis
Predicting Stock Market Returns and the Efficiency Market HypothesisPredicting Stock Market Returns and the Efficiency Market Hypothesis
Predicting Stock Market Returns and the Efficiency Market Hypothesis
 
IBM401 Lecture 12
IBM401 Lecture 12IBM401 Lecture 12
IBM401 Lecture 12
 
final year project
final year projectfinal year project
final year project
 
Dummy variable’
Dummy variable’Dummy variable’
Dummy variable’
 
Dummy variables xd
Dummy variables xdDummy variables xd
Dummy variables xd
 
Security Analysis Report
Security Analysis ReportSecurity Analysis Report
Security Analysis Report
 
Durbin watson tables
Durbin watson tablesDurbin watson tables
Durbin watson tables
 
Dummy Variable Regression Analysis
Dummy Variable Regression AnalysisDummy Variable Regression Analysis
Dummy Variable Regression Analysis
 
LectureNoteCAPM
LectureNoteCAPMLectureNoteCAPM
LectureNoteCAPM
 
Efficient Frontier Searching of Fixed Income Portfolio under CROSS
Efficient Frontier Searching of Fixed Income Portfolio under CROSSEfficient Frontier Searching of Fixed Income Portfolio under CROSS
Efficient Frontier Searching of Fixed Income Portfolio under CROSS
 
Dummy variables
Dummy variablesDummy variables
Dummy variables
 
14 dummy
14 dummy14 dummy
14 dummy
 
CAPM Fama French
CAPM Fama FrenchCAPM Fama French
CAPM Fama French
 
Dummy variable
Dummy variableDummy variable
Dummy variable
 
Dummy Variable Regression
Dummy Variable Regression Dummy Variable Regression
Dummy Variable Regression
 
Chapter 16
Chapter 16Chapter 16
Chapter 16
 

Ähnlich wie Regression with Time Series Data

Temporal disaggregation methods
Temporal disaggregation methodsTemporal disaggregation methods
Temporal disaggregation methodsStephen Bradley
 
auto correlation.pdf
auto correlation.pdfauto correlation.pdf
auto correlation.pdfRiyaKhanna34
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help HelpWithAssignment.com
 
Logistic regression with SPSS examples
Logistic regression with SPSS examplesLogistic regression with SPSS examples
Logistic regression with SPSS examplesGaurav Kamboj
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis pptElkana Rorio
 
Logistic regression
Logistic regressionLogistic regression
Logistic regressionAyurdata
 
Logistic regression vs. logistic classifier. History of the confusion and the...
Logistic regression vs. logistic classifier. History of the confusion and the...Logistic regression vs. logistic classifier. History of the confusion and the...
Logistic regression vs. logistic classifier. History of the confusion and the...Adrian Olszewski
 
Distribution of EstimatesLinear Regression ModelAssume (yt,.docx
Distribution of EstimatesLinear Regression ModelAssume (yt,.docxDistribution of EstimatesLinear Regression ModelAssume (yt,.docx
Distribution of EstimatesLinear Regression ModelAssume (yt,.docxmadlynplamondon
 
Covariance and correlation(Dereje JIMA)
Covariance and correlation(Dereje JIMA)Covariance and correlation(Dereje JIMA)
Covariance and correlation(Dereje JIMA)Dereje Jima
 
Empirical Finance, Jordan Stone- Linkedin
Empirical Finance, Jordan Stone- LinkedinEmpirical Finance, Jordan Stone- Linkedin
Empirical Finance, Jordan Stone- LinkedinJordan Stone
 

Ähnlich wie Regression with Time Series Data (20)

autocorrelation.pptx
autocorrelation.pptxautocorrelation.pptx
autocorrelation.pptx
 
Temporal disaggregation methods
Temporal disaggregation methodsTemporal disaggregation methods
Temporal disaggregation methods
 
auto correlation.pdf
auto correlation.pdfauto correlation.pdf
auto correlation.pdf
 
Simple Regression.pptx
Simple Regression.pptxSimple Regression.pptx
Simple Regression.pptx
 
Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help Get Multiple Regression Assignment Help
Get Multiple Regression Assignment Help
 
Autocorrelation (1)
Autocorrelation (1)Autocorrelation (1)
Autocorrelation (1)
 
Measure of Association
Measure of AssociationMeasure of Association
Measure of Association
 
Multiple regression
Multiple regressionMultiple regression
Multiple regression
 
Logistic regression with SPSS examples
Logistic regression with SPSS examplesLogistic regression with SPSS examples
Logistic regression with SPSS examples
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Econometric modelling
Econometric modellingEconometric modelling
Econometric modelling
 
Logistic regression vs. logistic classifier. History of the confusion and the...
Logistic regression vs. logistic classifier. History of the confusion and the...Logistic regression vs. logistic classifier. History of the confusion and the...
Logistic regression vs. logistic classifier. History of the confusion and the...
 
Quantitative Methods - Level II - CFA Program
Quantitative Methods - Level II - CFA ProgramQuantitative Methods - Level II - CFA Program
Quantitative Methods - Level II - CFA Program
 
MF Presentation.pptx
MF Presentation.pptxMF Presentation.pptx
MF Presentation.pptx
 
Modelo Generalizado
Modelo GeneralizadoModelo Generalizado
Modelo Generalizado
 
OLS chapter
OLS chapterOLS chapter
OLS chapter
 
Distribution of EstimatesLinear Regression ModelAssume (yt,.docx
Distribution of EstimatesLinear Regression ModelAssume (yt,.docxDistribution of EstimatesLinear Regression ModelAssume (yt,.docx
Distribution of EstimatesLinear Regression ModelAssume (yt,.docx
 
Covariance and correlation(Dereje JIMA)
Covariance and correlation(Dereje JIMA)Covariance and correlation(Dereje JIMA)
Covariance and correlation(Dereje JIMA)
 
Empirical Finance, Jordan Stone- Linkedin
Empirical Finance, Jordan Stone- LinkedinEmpirical Finance, Jordan Stone- Linkedin
Empirical Finance, Jordan Stone- Linkedin
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Kürzlich hochgeladen (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

Regression with Time Series Data

  • 1. TUGAS KELOMPOK TEKNIK PROYEKSI BISNIS RESUME “Regression with Time Series Data” Dosen: SigitIndrawijaya, SE. M.Si Disusunoleh: RizanoAhdiatRash’ada (C1B011047) MuchlasPratama Roby Harianto (C1B011005) PROGRAM STUDI MANAJEMEN FAKULTAS EKONOMI UNIVERSITAS JAMBI 2013
  • 2. Regression with Time Series Data Any business and economic applications of forecasting involve time series data. Re-gression models can be fit to monthly, quarterly, or yearly data using the techniques de-scribed in previous chapters. However, because data collected over time tend to exhibit trends, seasonal patterns, and so forth, observations in different time periods are re¬ lated or autocorrelated. That is, for time series data, the sample of observations cannot be regarded as a random sample. Problems of interpretation can arise when standard regression methods are applied to observations that are related to one another over time. Fitting regression models to time series data must be done with considerable care. Time Series Data and the Problem of Autocorrelation With time series data, the assumption of independence rarely holds.. Consider the annual base price for a particular model of a new car. Can you imagine the chaos that would exist if the new car prices from one year to the next were indeed unrelated (in-dependent) of one another? In such a world prices would be determined like numbers drawn from a random number tabl-. Knowledge of the price in one year would not tell you anything about the price in the next year. In the, real world, price in the current year is related to (correlated with) the price in the previous year and maybe the price two years ago, arid so forth. That is, the prices in different years are autocorrelated, they are not independent. Autocorrelation exists when successive observations over time are related to one another.
  • 3. Autocorrelation can occur because the effect of a predictor variable on the re¬sponse is distributed over time. For example, an increase in salary may affect your con¬sumption (or saving) not only in the current period but also in several future periodic A currentlabor contract may affect the cost of production for some time to come. Over time, relationships tend to be dynamic From a forecasting perspective, autocorrelation is not all bad. If values of a re¬sponse Y in one time period are related to Y values in previous time periods, then pre¬vious Y's can be used to predict future Y's.1 In a regression framework, autocorrelation is handled by "fixing up" the standard regression model. To accommodate autocorrelation, sometimes it is necessary to change the mix of predictor variables and/or the form of the regression function. More typically, however, autocorrelation is handled by changing the nature of the error term. A common kind of autocorrelation, often called first-order serial correlation, is one in which the error term in the current time period is directly related to the error term in the previous time period. In this case, with the subscript t representing time, the simple linear regression model takes the form (evolving), not static. From a forecasting perspective, autocorrelation is not all bad. If values of a response Y in one time period are related to Y values in previous time periods, then previous Y's can be used to predict future Y's.1 In a regression framework, autocorrelation is handled by "fixing up" the standard regression model. To accommodate autocorrelation, sometimes it is necessary to change the mix of predictor variables and/or the form of the regression function. More typically, however, autocorrelation is handled by changing the nature of the error term.
  • 4. A common kind of autocorrelation, often called first-order serial correlation, is one in which the error term in the current time period is directly related to the error term in the previous time period. In this case, with the subscript t representing time, the simple linear regression model takes the form Yt=β0+β1X1+ε1 With (1) εt=ρεt-1+v (2) Where E, = the error at time t p = the parameter (lag 1 autocorrelation coefficient) that measures correlation between adjacent error terms = normally distributed independent error term with mean 0 and variance σ2 Equation 2 says that the level of one error term (εt-1) directly affects the level of the next error term (εt,). The magnitude of the autocorrelation coefficient p, where —1 < p < I, indicates the strength of the serial correlation. If p is zero, then there is no serial correlation, and the error terms are independent (εt = vt). Durbin-Watson Test for Serial Correlation One approach that is used frequently to determine if serial correlation is present is Durbin-Watson test. The test involves the determination of whether the autocorretion parameter p shown in Equation 8.2 is zero. Consider εt=ρεt-1+v
  • 5. The hypotheses to be tested are H0:ρ=0 H1:p>0 The alternative hypothesis is p > 0 since business and economic time series tend show positive autocorrelation. If a regression model does not properly account for autocorrelation, the residu will be autocorrelated. So, the Durbin-Watson test is carried out using the residua from the regression analysis. Durbin-Watson statistic is defined as where e, = Yt — Yt = the residual for time period t et-i— Yt -1Yr -1 = the residual for time period t — 1 For positive serial correlation, successive residuals tend to be alike and the sum of squared differences in the numerator of the Durbin-Watson statistic will be relatively small. Small values of the Durbin-Watson statistic are consistent with positive serial correlation. The autocorrelation coefficient ρ can be estimated by the lag 1 residual autocorrelation r1(e), and with a little bit of mathematical maneuvering. the Durbin-Watson statistic can be related to ri (e). For moderate to large samples, DW ----- 2(1 — r1(e))
  • 6. Since —1 <r1(e)< 1, Equation above shows that 0 < DW < 4. For r1(e) close to 0, the DW statistic will be close to 2. Positive lag 1 residual autocorrelation is associated with DW values less than 2, and negative lag 1 residual autocorrelation is associated with DW values above 2. A useful, but sometimes not definitive, test for serial correlation can be performed by comparing the calculated value of the Durbin-Watson statistic with lower (L) and upper (U) bounds. The decision rules are: 1.When the Durbin-Watson statistic is larger than the upper (U) bound, the autocorrelation coefficient p is equal to zero (there is no positive autocorrelation). 2.When the Durbin-Watson statistic is smaller than the lower (L) bound, the autocorrelation coefficient p is greater than zero (there is positive autocorrelation). 3.When the Durbin-Watson statistic lies within the lower and upper bounds, the test is inconclusive (we don't know whether there is positive autocorrelation). The Durbin-Watson test is used to determine whether positive autocorrelation is present. If DW > U, conclude H0 :ρ= 0. If DW < L, conclude H1 : ρ > 0. If DW lies within the lower and upper bounds (L ≤ DW ≤ U), the test is inconclusive. Solutions to Autocorrelation Problems Once autocorrelation has been discovered in a regression of time series data, it is neccessary to remove it, or model it, before the regression function can be evaluated for its effectiveness. The solution to the problem of serial correlation begins with an evaluation of the model specification. Is the functional form correct? Were any important variables omitted? Are there effects that might have some pattern over time that could have introduced autocorrelation into the errors?
  • 7. Since a major cause of autocorrelated errors in the regression model is the omission of one or more key variables, the bes t approach to solving the problem is to findthem. This effort is sometimes referred to as improving the model specification. Modelspecification not only involves finding the important predictor variables, it also involves entering these variables in the regression function in the right way. Unfortu nately, it is not always possible to improve the model specification because an important missing variable may not be quantifiable or, if it is quantifiable, the data may not be available. For example, one may suspect that business investment in future periods is related to the attitude of potential investors. However, it is difficult to quantify the variable "attitude." Nevertheless, whenever possible, the model should be specified in accordance with theoretically sound insight. Only after the specification of the equation has been carefully reviewed should the possibility of an adjustment be considered. Several techniques for eliminating auto-correlation will be discussed. One approach to eliminating autocorrelati on is to add an omitted variable to the re-gression function that explains the association in the response from one period to the next. REGRESSION WITH DIFFERENCES For highly autocorrelated data, modeling changes rather than levels can often elimi¬nate the serial correlation. That is, instead of formulating the regression equation in terms of Y and X 1 , X 2 ,... , X k , the regression equation is written in terms of the differences, Y 1 = Y t – Y t-1 , and X t1 = X t1 - 1,1 , X t2 = X t2 – X t-1,2 , and so forth. Differences should be considered when the Durbin -Watson statistic associated with the regression involving the original variables is close to 0.7
  • 8. One rationale for differencing comes from the following argument. Yr = β 0 + β 1 X 1 +εt with εt=ρε t-1 =v t where p = correlation between consecutive errors V t = random error = εtwhen p = 0 The model holds for any time period so Y t-1 = β 0 +βtX t -1+ε t -1 Time Series Data and the Problem of Heteroscedasticity Variability can increase if a variable is growing at a constant rate rather than a constant amount over time. Nonconstant variability is called heteroscedasticity.In a regression framework, heteroscedasticity occurs if the variance of the error term, c, is not constant. If the variability for recent time periods is larger than it was for past time periods, then the standard error of the estimate,underestimates the current standard deviation of the error term. If the standard deviationof the estimate is then used to set forecast limits for future observations, these limits can be too narrow for the stated confidence level. Using Regression to Forecast Seasonal Data In this model the seasonality is handled by using dummy variables in the regression function. A seasonal model for quarterly data with a time trend is Yt=β 0 +β 1 t+β 2 S 2 +β3S3+β 4 S 4 +ε t
  • 9. Where Y t = the variable to be forecast t = the time index S 2 = a dummy variable that is 1 for the second quarter of the year; 0 otherwise = a dummy variable that is 1 for the third quarter of the year; 0 otherwise S 4 = a dummy variable that is 1 for the fourth quarter of the year; 0 otherwise ε t = errors assumed to be independent and normally distributed with mean zero and constant variance β 0 β 1 β 2 β 3 β 4 = coefficients to be estimated Econometric Forecasting When regression analysis is applied to economic data, the predictions developed from such models are referred to as economic forecasts. However, since economic theory frequently suggests that the values taken by the quantities of interest are determined through the simultaneous interaction of different economic forces, it may be necessary to model this interaction with a set of simultaneous equations. This idea leads to the construction of simultaneous equation econometric models. These models involve individual equations that look like regression equations. However, in a simultaneous system the individual equations are related, and the econometric model allows the joint determination of a set of dependent variables in terms of several independent variables. This contrasts with the usual regression situation in which a single equation determines the expected value of one dependent variable in terms of the independent, variables. A simultaneous equation econometric model determines jointly the values of a set of dependent variables, called endogenous variables by econometricians, in terms
  • 10. of thevalues of independent variables, called exogenous variables. The values of the exoge¬nous variables are assumed to influence the endogenous variables but not the other way around. A complete simultaneous equation model will involve the same number of equations as endogenous variables. Economic theory holds that, in equilibrium, the quantity supplied is equal to the quantity demanded at a particular price. That is, the quantity demanded, the quantity supplied, and price are determined simultaneously. In one study of the price elasticity of demand, the model was specified as Qt=α0+a1Pt+a2lt+a3Tt+εt Pt=β0+β1Q1+β2Lt+vt where Qt = a measure of the demand (quantity sold) Pt = a measure of price (deflated dollars) lt = a measure of income per capita Tt = a measure of temperature lt = a measure of labor cost εt,vt= independent error terms that are uncorrelated with each other Large-scale econometric models are being used today to model the behavior of specific firms within an industry, selected industries within the economy, and the total economy. Econometric models can include any number of simultaneous multiple re¬gression-like equations. Econometric models are used to understand how the economy works and to generate forecasts of key economic variables. Econometric models are important aids in policy formulation.