SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
Developing Country Studies                                                                                    www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012


A Seasonal Arima Model for Nigerian Gross Domestic Product
                                                        Ette Harrison Etuk*
      Department of Mathematics/Computer Science, Rivers State University of Science and Technology,
                                             Nigeria
                                                 *
                                                     E-mail: ettetuk@yahoo.com


Abstract
Time series analysis of Nigerian Gross Domestic Product series is done. A seasonal difference and then a
non-seasonal one were obtained. The correlogram of the differenced series revealed seasonality of order 4.
It also reveals an autocorrelation structure of a known seasonal model involving a seasonal autoregressive
component of order one and a non-seasonal moving average component of order one. The model has been
shown to be adequate.
Keywords: Gross Domestic Product, ARIMA modelling, Seasonal models, Nigeria.

1.Introduction
1.1.ARIMA Models.
A time series is defined as a set of data collected sequentially in time. It has the property that neighbouring
values are correlated. This tendency is called autocorrelation. A time series is said to be stationary if it has a
constant mean and variance. Moreover the autocorrelation is a function of the lag separating the correlated
values and called the autocorrelation          function (ACF).


A stationary time series {Xt} is said to follow an autoregressive moving average model of orders p and q
(designated ARMA(p,q) ) if it satisfies the following difference equation

     X t + α 1 X t −1 + α 2 X t − 2 + ... + α p X t − p = ε t + β 1ε t −1 + β 2 ε t − 2 + ... + β q ε t − q             (1)

or
      Α (B)Xt = Β (B)εt                                                                                                 (2)
where {εt} is a sequence of random variables with zero mean and constant variance, called a white noise
process, and the αi’s and βj’s constants;        Α (B) = 1 + α1B + α2B2 + ... + αpBp and Β (B) = 1 + β1B + β2B2
+ ... + βqBq and B is the backward shift operator defined by BkXt = Xt-k.
If p=0, model (1) becomes a moving average model of order q (designated MA(q)). If, however, q=0 it
becomes an autoregressive process of order p (designated AR(p)). An AR(p) model of order p may be
defined as a model whereby a current value of the time series Xt depends on the immediate past p values:
Xt-1, Xt-2, ..., Xt-p . On the other hand an MA(q)           model of order q is such that the current value Xt is a
linear combination of immediate past values of the white noise process: εt-1, εt-2, ..., εt-q. Apart from
stationarity, invertibility is another important requirement for a time series. It refers to the property whereby
the covariance structure of the series is unique (Priestley, 1981). Moreover it allows for meaningful
association of current events with the past history of the series (Box and Jenkins, 1976).



                                                               1
Developing Country Studies                                                                    www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012

An AR(p) model may be more specifically written as
          Xt + αp1Xt-1 + αp2Xt-2 + ... + αppXt-p = εt
Then the sequence of the last coefficients{αii} is called the partial autocorrelation function(PACF) of {Xt}.
The ACF of an MA(q) model cuts off after lag q whereas that of an AR(p) model is a combination of
sinusoidals dying off slowly. On the other hand the PACF of an MA(q) model dies          off slowly whereas
that of an AR(p)         model cuts off after lag p. AR and MA models are known to have some duality
properties. These include:
    1.    A finite order AR model is equivalent to an infinite order MA model.
    2.    A finite order MA model is equivalent to an infinite order AR model.
    3.    The ACF of an AR model exhibits the same behaviour as the PACF of an MA model.
    4.    The PACF of an AR model exhibits the same behaviour as the ACF of an MA model.
    5.                                                       Α (B) = 0 has zeros outside the unit circle.
          An AR model is always invertible but is stationary if
    6. An MA model is always stationary but is invertible if Β (B) = 0 has zeros outside the unit circle.

Parametric parsimony consideration in model building entails preference for the mixed ARMA fit to either
the pure AR or the pure MA fit. Stationarity and invertibility conditions for model (1) or (2) are that the
equations Α (B) = 0 and Β (B) = 0 should have roots outside the unit circle respectively. Often, in
practice, a time series is non-stationary. Box and Jenkins (1976) proposed that differencing of an
appropriate data could render a non-stationary series {Xt} stationary. Let degree of differencing necessary
for stationarity be d.    Such a series {Xt} may be modelled as

         (1 +              )∇dXt =   Β (B)εt                                                             (3)


where ∇ = 1 – B and in which case         Α (B) =                    = 0 shall have unit roots d times. Then

differencing to degree d renders the series stationary. The model (3) is said to be an autoregressive
integrated moving average model of orders p, d and q and designated ARIMA(p, d, q).

1.2 Seasonal ARIMA models.
A time series is said to be seasonal of order d if there exists a tendency for the series to exhibit periodic
behaviour after every time interval d. Traditional time series methods involve the identification ,
unscrambling and estimation of the traditional components: secular trend, seasonal component, cyclical
component and the irregular movement. For forecasting purpose, they are reintegrated. Such techniques
could be quite misleading.


The time series {Xt} is said to follow a multiplicative (p, d, q)x(P, D, Q)s seasonal ARIMA model if

            Α( B )Φ ( B s )∇ d ∇ s X t = Β( B )Θ( B s )ε t
                                 D
                                                                                                         (4)

where Φ and Θ are polynomials of order P and Q respectively and s is the seasonal period. That is,

          Φ ( B s ) = 1 + φ1 B s + ... + φ P B sP ,                                                      (5)

                                                        2
Developing Country Studies                                                                     www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012


         Θ( B s ) = 1 + θ1 B s + ... + θ Q B sQ ,                                                          (6)


where the   φ i and θ j are constants such that the zeros of the equations (5) and (6) are all outside the unit
circle for stationarity and invertibility respectively. Equation (5) represents the autoregressive operator
whereas (6) represents the moving average operator.


Existence of a seasonal nature is often evident from the time plot. Moreover for a seasonal series the ACF
or correlogram exhibits a spike at the seasonal lag. Box and Jenkins (1976) and Madsen (2008) are a few
authors that have written extensively on such models. A knowledge of the theoretical properties of the
models provides basis for their identification and estimation. The purpose of this paper is to fit a seasonal
ARIMA model to Nigerian Gross Domestic Product Series (NGDP).


2.Materials and Methods:
The data for this work are quarterly Gross Domestic Products(NGDP) from 1980 to 2007 obtainable from
Abstracts of the National Bureau of Statistics of Nigeria.


2.1. Determination of the orders d, D, p, P, q and Q:
Seasonal differencing is necessary to remove the seasonal trend. If there is secular trend non-seasonal
differencing will be necessary. To avoid undue model complexity it has been advised that orders of
differencing d and D should add up to at most 2 (i.e. d + D < 3). If the ACF of the differenced series has a
positive spike at the seasonal lag then a seasonal AR component is suggestive; if it has a negative spike
then a seasonal MA component is suggestive. Box and Jenkins(1976) and Madsen(2008) have given a
catalogue of seasonal models and their covariance structures for possible use for modelling.
As already mentioned above, an AR(p) model has a PACF that truncates at lag p and an MA(q)) has an
ACF that truncates at leg q. In practice ±2/√n where n is the sample size are the non-significance limits for
both functions.


2.2. Model Estimation:
The involvement of the white noise terms in an ARIMA model entails a nonlinear iterative process in the
estimation of the parameters.     An optimization criterion like least error of sum of squares, maximum
likelihood or maximum entropy is used. An initial estimate is usually used. Each iteration is expected to be
an improvement of the previous one until the estimate converges to an optimal one. However,for pure AR
and pure MA models linear optimization techniques exist (See for example Box and Jenkins (1976),
Oyetunji (1985)).     There are attempts to adopt linear methods to estimate ARMA models (See for
example, Etuk(1996). We shall use Eviews software which employs the least squares approach involving
nonlinear iterative techniques.


2.3. Diagnostic Checking:
The model that is fitted to the data should be tested for goodness-of-fit. We shall do some analysis of the

                                                        3
Developing Country Studies                                                                      www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012

residuals of the model. If the model is adequate, the autocorrelations of the residuals should not be
significantly different from zero.


3.Results and Discussions:
The time plot of the original series NGDP in Figure 1 shows secular trend and marked seasonality that
grows with time, which is an indication of a multiplicative seasonal model. Seasonal (i.e. 4-month)
differencing of the series produces a series SDNGDP with much lesser trend and seasonality. See Figure 2
for the time plot. Non-seasonal differencing yields a series DSDNGDP with some seasonality but no trend
(see Figure 3). Its ACF as shown in Figure 4 has the following features:
    1.   There are significant (positive) spikes at lags 4, 8 and 12 indicating seasonality of order 4 as well
         as a seasonal AR component.
    2.   The spikes immediately before and after each seasonal lag are of the same sign and equal.
    3.   As the lag increases autocorrelation generally decreases.

These features fit the description of the (0, 0, 1)x(1, 0, 0)s model (5.131) of    page 132 of Madsen(2008)
which is given by


     (1 - ΦBs) Xt = (1 - θB)εt


 With s=4, this translates into


         Xt = α4 X t-4 + β1εt-1 + εt                                                                   (7)


where X represents DSDNGDP. The estimation of the model summarized in Table 1 yields the model


     Xt = 0.2356Xt-4 - 0.9043εt-1+ εt                                                                  (8)


The estimation involved 7 iterations. We note that both coefficients are significantly different from zero,
each being larger than twice its standard error. Moreover, there is considerable agreement between the
actual and the fitted models as shown in Figure 5. The correlogram of the residuals in Figure 6 also depicts
the adequacy of the model since all the autocorrelations are not significantly different from zero.


4.Conclusion:
The DSDNGDP series has been shown to follow the seasonal model (8). This model has been shown to be
adequate.



References:


                                                       4
Developing Country Studies                                                                   www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012

Box, G. E. P. And Jenkins, G. M. (1976). Time Series Analysis, Forecasting and Control. San Francisco:
Holden-Day.
Etuk, E. H. (1996). An Autoregressive Integrated Moving Average (ARIMA) Model: A Case Study.
Discovery and Innovation, 10 ( 1 & 2): 23 – 26.
Madsen, H. (2008). Time Series Analysis, London: Chapman & Hall/CRC.
Oyetunji, O. B. (1985). Inverse Autocorrelations and Moving Average Time Series Modelling. Journal of
Official Statistics, 1: 315 – 322.
Priestley, M. B. (1981). Spectral Analysis and Time Series. Academic.    London: Academic Press.



Dr Ette Harrison Etuk (M’76-SM’81-F’87) is an Associate Professor of Statistics at Rivers State
University of Science and Technology, Nigeria. Born in 1957 he had his B. Sc. in 1981, M. Sc. in 1984 and
Ph.D in 1987. These degrees were in Statistics and all obtained from University of Ibadan, Nigeria. His
research interests are Time Series Analysis, Operations Research and Experimental designs. He is a Fellow
of Institute of Corporate Administration of Nigeria and also that of Institute of Human and Natural
Resources of Nigeria.



Table 1: Model Estimation




                                                     5
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




                                            6
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




                                            7
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




                                            8
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




FIGURE 4: CORRELOGRAM OF DSDNGDP




                                            9
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




                                            10
Developing Country Studies                       www.iiste.org
ISSN 2224-607X (Paper) ISSN 2225-0565 (Online)
Vol 2, No.3, 2012




FIGURE 6: CORRELOGRAM OF THE RESIDUALS




                                            11
International Journals Call for Paper
The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals
usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should
send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org

Business, Economics, Finance and Management               PAPER SUBMISSION EMAIL
European Journal of Business and Management               EJBM@iiste.org
Research Journal of Finance and Accounting                RJFA@iiste.org
Journal of Economics and Sustainable Development          JESD@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Developing Country Studies                                DCS@iiste.org
Industrial Engineering Letters                            IEL@iiste.org


Physical Sciences, Mathematics and Chemistry              PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Chemistry and Materials Research                          CMR@iiste.org
Mathematical Theory and Modeling                          MTM@iiste.org
Advances in Physics Theories and Applications             APTA@iiste.org
Chemical and Process Engineering Research                 CPER@iiste.org


Engineering, Technology and Systems                       PAPER SUBMISSION EMAIL
Computer Engineering and Intelligent Systems              CEIS@iiste.org
Innovative Systems Design and Engineering                 ISDE@iiste.org
Journal of Energy Technologies and Policy                 JETP@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Control Theory and Informatics                            CTI@iiste.org
Journal of Information Engineering and Applications       JIEA@iiste.org
Industrial Engineering Letters                            IEL@iiste.org
Network and Complex Systems                               NCS@iiste.org


Environment, Civil, Materials Sciences                    PAPER SUBMISSION EMAIL
Journal of Environment and Earth Science                  JEES@iiste.org
Civil and Environmental Research                          CER@iiste.org
Journal of Natural Sciences Research                      JNSR@iiste.org
Civil and Environmental Research                          CER@iiste.org


Life Science, Food and Medical Sciences                   PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Journal of Biology, Agriculture and Healthcare            JBAH@iiste.org
Food Science and Quality Management                       FSQM@iiste.org
Chemistry and Materials Research                          CMR@iiste.org


Education, and other Social Sciences                      PAPER SUBMISSION EMAIL
Journal of Education and Practice                         JEP@iiste.org
Journal of Law, Policy and Globalization                  JLPG@iiste.org                       Global knowledge sharing:
New Media and Mass Communication                          NMMC@iiste.org                       EBSCO, Index Copernicus, Ulrich's
Journal of Energy Technologies and Policy                 JETP@iiste.org                       Periodicals Directory, JournalTOCS, PKP
Historical Research Letter                                HRL@iiste.org                        Open Archives Harvester, Bielefeld
                                                                                               Academic Search Engine, Elektronische
Public Policy and Administration Research                 PPAR@iiste.org                       Zeitschriftenbibliothek EZB, Open J-Gate,
International Affairs and Global Strategy                 IAGS@iiste.org                       OCLC WorldCat, Universe Digtial Library ,
Research on Humanities and Social Sciences                RHSS@iiste.org                       NewJour, Google Scholar.

Developing Country Studies                                DCS@iiste.org                        IISTE is member of CrossRef. All journals
Arts and Design Studies                                   ADS@iiste.org                        have high IC Impact Factor Values (ICV).

Weitere ähnliche Inhalte

Was ist angesagt?

Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...
 Physics-driven Spatiotemporal Regularization for High-dimensional Predictive... Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...
Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...Hui Yang
 
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...Lake Como School of Advanced Studies
 
Pattern-based classification of demographic sequences
Pattern-based classification of demographic sequencesPattern-based classification of demographic sequences
Pattern-based classification of demographic sequencesDmitrii Ignatov
 
Theory of Automata and formal languages Unit 3
Theory of Automata and formal languages Unit 3Theory of Automata and formal languages Unit 3
Theory of Automata and formal languages Unit 3Abhimanyu Mishra
 
Point Placement Algorithms: An Experimental Study
Point Placement Algorithms: An Experimental StudyPoint Placement Algorithms: An Experimental Study
Point Placement Algorithms: An Experimental StudyCSCJournals
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) inventionjournals
 
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Rule
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy RuleCharacteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Rule
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Ruleijtsrd
 
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...SEENET-MTP
 
Bodecoban ngobaochau
Bodecoban ngobaochauBodecoban ngobaochau
Bodecoban ngobaochauDuong Tran
 
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modeling
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modelingHamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modeling
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modelingGuillaume Costeseque
 
Statitical consulting project report
Statitical consulting project reportStatitical consulting project report
Statitical consulting project reportZhaoqiu Luo
 
On the Fractional Optimal Control Problems With Singular and Non–Singular ...
On  the Fractional Optimal Control Problems  With Singular and Non–Singular  ...On  the Fractional Optimal Control Problems  With Singular and Non–Singular  ...
On the Fractional Optimal Control Problems With Singular and Non–Singular ...Scientific Review SR
 
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRAS
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRASSPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRAS
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRASKunda Chowdaiah
 
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsQuaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsHarold Baker
 
Regression in Modal Logic
Regression in Modal LogicRegression in Modal Logic
Regression in Modal LogicIvan Varzinczak
 

Was ist angesagt? (18)

Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...
 Physics-driven Spatiotemporal Regularization for High-dimensional Predictive... Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...
Physics-driven Spatiotemporal Regularization for High-dimensional Predictive...
 
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...
Econophysics III: Financial Correlations and Portfolio Optimization - Thomas ...
 
Pattern-based classification of demographic sequences
Pattern-based classification of demographic sequencesPattern-based classification of demographic sequences
Pattern-based classification of demographic sequences
 
Theory of Automata and formal languages Unit 3
Theory of Automata and formal languages Unit 3Theory of Automata and formal languages Unit 3
Theory of Automata and formal languages Unit 3
 
V27i03
V27i03V27i03
V27i03
 
Point Placement Algorithms: An Experimental Study
Point Placement Algorithms: An Experimental StudyPoint Placement Algorithms: An Experimental Study
Point Placement Algorithms: An Experimental Study
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
 
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Rule
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy RuleCharacteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Rule
Characteristics of Fuzzy Wheel Graph and Hamilton Graph with Fuzzy Rule
 
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...
D. Vulcanov, REM — the Shape of Potentials for f(R) Theories in Cosmology and...
 
Bodecoban ngobaochau
Bodecoban ngobaochauBodecoban ngobaochau
Bodecoban ngobaochau
 
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modeling
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modelingHamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modeling
Hamilton-Jacobi equations and Lax-Hopf formulae for traffic flow modeling
 
Statitical consulting project report
Statitical consulting project reportStatitical consulting project report
Statitical consulting project report
 
On the Fractional Optimal Control Problems With Singular and Non–Singular ...
On  the Fractional Optimal Control Problems  With Singular and Non–Singular  ...On  the Fractional Optimal Control Problems  With Singular and Non–Singular  ...
On the Fractional Optimal Control Problems With Singular and Non–Singular ...
 
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRAS
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRASSPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRAS
SPECTRAL SYNTHESIS PROBLEM FOR FOURIER ALGEBRAS
 
Gch6 l2
Gch6 l2Gch6 l2
Gch6 l2
 
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen WilliamsQuaternions, Alexander Armstrong, Harold Baker, Owen Williams
Quaternions, Alexander Armstrong, Harold Baker, Owen Williams
 
Regression in Modal Logic
Regression in Modal LogicRegression in Modal Logic
Regression in Modal Logic
 
20320140501020
2032014050102020320140501020
20320140501020
 

Ähnlich wie 11.[1 11]a seasonal arima model for nigerian gross domestic product

Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...BRNSS Publication Hub
 
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...SandroSnchezZamora
 
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE AND LIE ALGEBRA
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE  AND LIE ALGEBRASYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE  AND LIE ALGEBRA
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE AND LIE ALGEBRABRNSS Publication Hub
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTAM Publications
 
11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...Alexander Decker
 
Anomaly Detection in Sequences of Short Text Using Iterative Language Models
Anomaly Detection in Sequences of Short Text Using Iterative Language ModelsAnomaly Detection in Sequences of Short Text Using Iterative Language Models
Anomaly Detection in Sequences of Short Text Using Iterative Language ModelsCynthia Freeman
 
Byungchul Yea (Project)
Byungchul Yea (Project)Byungchul Yea (Project)
Byungchul Yea (Project)Byung Chul Yea
 
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSING
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSINGHETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSING
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSINGgrssieee
 
A multiplicative time series model
A multiplicative time series modelA multiplicative time series model
A multiplicative time series modelMohammed Awad
 
On Fully Indecomposable Quaternion Doubly Stochastic Matrices
On Fully Indecomposable Quaternion Doubly Stochastic MatricesOn Fully Indecomposable Quaternion Doubly Stochastic Matrices
On Fully Indecomposable Quaternion Doubly Stochastic Matricesijtsrd
 
Spacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysisSpacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysisDavid Gleich
 
Brock Butlett Time Series-Great Lakes
Brock Butlett Time Series-Great Lakes Brock Butlett Time Series-Great Lakes
Brock Butlett Time Series-Great Lakes Brock Butlett
 
A03401001005
A03401001005A03401001005
A03401001005theijes
 

Ähnlich wie 11.[1 11]a seasonal arima model for nigerian gross domestic product (20)

Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
Investigation of Parameter Behaviors in Stationarity of Autoregressive and Mo...
 
04_AJMS_288_20.pdf
04_AJMS_288_20.pdf04_AJMS_288_20.pdf
04_AJMS_288_20.pdf
 
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
Machiwal, D. y Jha, MK (2012). Modelado estocástico de series de tiempo. En A...
 
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE AND LIE ALGEBRA
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE  AND LIE ALGEBRASYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE  AND LIE ALGEBRA
SYMMETRIC BILINEAR CRYPTOGRAPHY ON ELLIPTIC CURVE AND LIE ALGEBRA
 
ETSATPWAATFU
ETSATPWAATFUETSATPWAATFU
ETSATPWAATFU
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...
 
Anomaly Detection in Sequences of Short Text Using Iterative Language Models
Anomaly Detection in Sequences of Short Text Using Iterative Language ModelsAnomaly Detection in Sequences of Short Text Using Iterative Language Models
Anomaly Detection in Sequences of Short Text Using Iterative Language Models
 
Byungchul Yea (Project)
Byungchul Yea (Project)Byungchul Yea (Project)
Byungchul Yea (Project)
 
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSING
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSINGHETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSING
HETEROGENEOUS CLUTTER MODEL FOR HIGH RESOLUTION POLARIMETRIC SAR DATA PROCESSING
 
A multiplicative time series model
A multiplicative time series modelA multiplicative time series model
A multiplicative time series model
 
On Fully Indecomposable Quaternion Doubly Stochastic Matrices
On Fully Indecomposable Quaternion Doubly Stochastic MatricesOn Fully Indecomposable Quaternion Doubly Stochastic Matrices
On Fully Indecomposable Quaternion Doubly Stochastic Matrices
 
ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]ARIMA Models - [Lab 3]
ARIMA Models - [Lab 3]
 
Spacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysisSpacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysis
 
Brock Butlett Time Series-Great Lakes
Brock Butlett Time Series-Great Lakes Brock Butlett Time Series-Great Lakes
Brock Butlett Time Series-Great Lakes
 
A03401001005
A03401001005A03401001005
A03401001005
 
Dycops2019
Dycops2019 Dycops2019
Dycops2019
 
MUMS: Bayesian, Fiducial, and Frequentist Conference - Generalized Probabilis...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Generalized Probabilis...MUMS: Bayesian, Fiducial, and Frequentist Conference - Generalized Probabilis...
MUMS: Bayesian, Fiducial, and Frequentist Conference - Generalized Probabilis...
 
MSSISS riBART 20160321
MSSISS riBART 20160321MSSISS riBART 20160321
MSSISS riBART 20160321
 
Arima
ArimaArima
Arima
 

Mehr von Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mehr von Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Kürzlich hochgeladen

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Kürzlich hochgeladen (20)

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

11.[1 11]a seasonal arima model for nigerian gross domestic product

  • 1. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 A Seasonal Arima Model for Nigerian Gross Domestic Product Ette Harrison Etuk* Department of Mathematics/Computer Science, Rivers State University of Science and Technology, Nigeria * E-mail: ettetuk@yahoo.com Abstract Time series analysis of Nigerian Gross Domestic Product series is done. A seasonal difference and then a non-seasonal one were obtained. The correlogram of the differenced series revealed seasonality of order 4. It also reveals an autocorrelation structure of a known seasonal model involving a seasonal autoregressive component of order one and a non-seasonal moving average component of order one. The model has been shown to be adequate. Keywords: Gross Domestic Product, ARIMA modelling, Seasonal models, Nigeria. 1.Introduction 1.1.ARIMA Models. A time series is defined as a set of data collected sequentially in time. It has the property that neighbouring values are correlated. This tendency is called autocorrelation. A time series is said to be stationary if it has a constant mean and variance. Moreover the autocorrelation is a function of the lag separating the correlated values and called the autocorrelation function (ACF). A stationary time series {Xt} is said to follow an autoregressive moving average model of orders p and q (designated ARMA(p,q) ) if it satisfies the following difference equation X t + α 1 X t −1 + α 2 X t − 2 + ... + α p X t − p = ε t + β 1ε t −1 + β 2 ε t − 2 + ... + β q ε t − q (1) or Α (B)Xt = Β (B)εt (2) where {εt} is a sequence of random variables with zero mean and constant variance, called a white noise process, and the αi’s and βj’s constants; Α (B) = 1 + α1B + α2B2 + ... + αpBp and Β (B) = 1 + β1B + β2B2 + ... + βqBq and B is the backward shift operator defined by BkXt = Xt-k. If p=0, model (1) becomes a moving average model of order q (designated MA(q)). If, however, q=0 it becomes an autoregressive process of order p (designated AR(p)). An AR(p) model of order p may be defined as a model whereby a current value of the time series Xt depends on the immediate past p values: Xt-1, Xt-2, ..., Xt-p . On the other hand an MA(q) model of order q is such that the current value Xt is a linear combination of immediate past values of the white noise process: εt-1, εt-2, ..., εt-q. Apart from stationarity, invertibility is another important requirement for a time series. It refers to the property whereby the covariance structure of the series is unique (Priestley, 1981). Moreover it allows for meaningful association of current events with the past history of the series (Box and Jenkins, 1976). 1
  • 2. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 An AR(p) model may be more specifically written as Xt + αp1Xt-1 + αp2Xt-2 + ... + αppXt-p = εt Then the sequence of the last coefficients{αii} is called the partial autocorrelation function(PACF) of {Xt}. The ACF of an MA(q) model cuts off after lag q whereas that of an AR(p) model is a combination of sinusoidals dying off slowly. On the other hand the PACF of an MA(q) model dies off slowly whereas that of an AR(p) model cuts off after lag p. AR and MA models are known to have some duality properties. These include: 1. A finite order AR model is equivalent to an infinite order MA model. 2. A finite order MA model is equivalent to an infinite order AR model. 3. The ACF of an AR model exhibits the same behaviour as the PACF of an MA model. 4. The PACF of an AR model exhibits the same behaviour as the ACF of an MA model. 5. Α (B) = 0 has zeros outside the unit circle. An AR model is always invertible but is stationary if 6. An MA model is always stationary but is invertible if Β (B) = 0 has zeros outside the unit circle. Parametric parsimony consideration in model building entails preference for the mixed ARMA fit to either the pure AR or the pure MA fit. Stationarity and invertibility conditions for model (1) or (2) are that the equations Α (B) = 0 and Β (B) = 0 should have roots outside the unit circle respectively. Often, in practice, a time series is non-stationary. Box and Jenkins (1976) proposed that differencing of an appropriate data could render a non-stationary series {Xt} stationary. Let degree of differencing necessary for stationarity be d. Such a series {Xt} may be modelled as (1 + )∇dXt = Β (B)εt (3) where ∇ = 1 – B and in which case Α (B) = = 0 shall have unit roots d times. Then differencing to degree d renders the series stationary. The model (3) is said to be an autoregressive integrated moving average model of orders p, d and q and designated ARIMA(p, d, q). 1.2 Seasonal ARIMA models. A time series is said to be seasonal of order d if there exists a tendency for the series to exhibit periodic behaviour after every time interval d. Traditional time series methods involve the identification , unscrambling and estimation of the traditional components: secular trend, seasonal component, cyclical component and the irregular movement. For forecasting purpose, they are reintegrated. Such techniques could be quite misleading. The time series {Xt} is said to follow a multiplicative (p, d, q)x(P, D, Q)s seasonal ARIMA model if Α( B )Φ ( B s )∇ d ∇ s X t = Β( B )Θ( B s )ε t D (4) where Φ and Θ are polynomials of order P and Q respectively and s is the seasonal period. That is, Φ ( B s ) = 1 + φ1 B s + ... + φ P B sP , (5) 2
  • 3. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 Θ( B s ) = 1 + θ1 B s + ... + θ Q B sQ , (6) where the φ i and θ j are constants such that the zeros of the equations (5) and (6) are all outside the unit circle for stationarity and invertibility respectively. Equation (5) represents the autoregressive operator whereas (6) represents the moving average operator. Existence of a seasonal nature is often evident from the time plot. Moreover for a seasonal series the ACF or correlogram exhibits a spike at the seasonal lag. Box and Jenkins (1976) and Madsen (2008) are a few authors that have written extensively on such models. A knowledge of the theoretical properties of the models provides basis for their identification and estimation. The purpose of this paper is to fit a seasonal ARIMA model to Nigerian Gross Domestic Product Series (NGDP). 2.Materials and Methods: The data for this work are quarterly Gross Domestic Products(NGDP) from 1980 to 2007 obtainable from Abstracts of the National Bureau of Statistics of Nigeria. 2.1. Determination of the orders d, D, p, P, q and Q: Seasonal differencing is necessary to remove the seasonal trend. If there is secular trend non-seasonal differencing will be necessary. To avoid undue model complexity it has been advised that orders of differencing d and D should add up to at most 2 (i.e. d + D < 3). If the ACF of the differenced series has a positive spike at the seasonal lag then a seasonal AR component is suggestive; if it has a negative spike then a seasonal MA component is suggestive. Box and Jenkins(1976) and Madsen(2008) have given a catalogue of seasonal models and their covariance structures for possible use for modelling. As already mentioned above, an AR(p) model has a PACF that truncates at lag p and an MA(q)) has an ACF that truncates at leg q. In practice ±2/√n where n is the sample size are the non-significance limits for both functions. 2.2. Model Estimation: The involvement of the white noise terms in an ARIMA model entails a nonlinear iterative process in the estimation of the parameters. An optimization criterion like least error of sum of squares, maximum likelihood or maximum entropy is used. An initial estimate is usually used. Each iteration is expected to be an improvement of the previous one until the estimate converges to an optimal one. However,for pure AR and pure MA models linear optimization techniques exist (See for example Box and Jenkins (1976), Oyetunji (1985)). There are attempts to adopt linear methods to estimate ARMA models (See for example, Etuk(1996). We shall use Eviews software which employs the least squares approach involving nonlinear iterative techniques. 2.3. Diagnostic Checking: The model that is fitted to the data should be tested for goodness-of-fit. We shall do some analysis of the 3
  • 4. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 residuals of the model. If the model is adequate, the autocorrelations of the residuals should not be significantly different from zero. 3.Results and Discussions: The time plot of the original series NGDP in Figure 1 shows secular trend and marked seasonality that grows with time, which is an indication of a multiplicative seasonal model. Seasonal (i.e. 4-month) differencing of the series produces a series SDNGDP with much lesser trend and seasonality. See Figure 2 for the time plot. Non-seasonal differencing yields a series DSDNGDP with some seasonality but no trend (see Figure 3). Its ACF as shown in Figure 4 has the following features: 1. There are significant (positive) spikes at lags 4, 8 and 12 indicating seasonality of order 4 as well as a seasonal AR component. 2. The spikes immediately before and after each seasonal lag are of the same sign and equal. 3. As the lag increases autocorrelation generally decreases. These features fit the description of the (0, 0, 1)x(1, 0, 0)s model (5.131) of page 132 of Madsen(2008) which is given by (1 - ΦBs) Xt = (1 - θB)εt With s=4, this translates into Xt = α4 X t-4 + β1εt-1 + εt (7) where X represents DSDNGDP. The estimation of the model summarized in Table 1 yields the model Xt = 0.2356Xt-4 - 0.9043εt-1+ εt (8) The estimation involved 7 iterations. We note that both coefficients are significantly different from zero, each being larger than twice its standard error. Moreover, there is considerable agreement between the actual and the fitted models as shown in Figure 5. The correlogram of the residuals in Figure 6 also depicts the adequacy of the model since all the autocorrelations are not significantly different from zero. 4.Conclusion: The DSDNGDP series has been shown to follow the seasonal model (8). This model has been shown to be adequate. References: 4
  • 5. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 Box, G. E. P. And Jenkins, G. M. (1976). Time Series Analysis, Forecasting and Control. San Francisco: Holden-Day. Etuk, E. H. (1996). An Autoregressive Integrated Moving Average (ARIMA) Model: A Case Study. Discovery and Innovation, 10 ( 1 & 2): 23 – 26. Madsen, H. (2008). Time Series Analysis, London: Chapman & Hall/CRC. Oyetunji, O. B. (1985). Inverse Autocorrelations and Moving Average Time Series Modelling. Journal of Official Statistics, 1: 315 – 322. Priestley, M. B. (1981). Spectral Analysis and Time Series. Academic. London: Academic Press. Dr Ette Harrison Etuk (M’76-SM’81-F’87) is an Associate Professor of Statistics at Rivers State University of Science and Technology, Nigeria. Born in 1957 he had his B. Sc. in 1981, M. Sc. in 1984 and Ph.D in 1987. These degrees were in Statistics and all obtained from University of Ibadan, Nigeria. His research interests are Time Series Analysis, Operations Research and Experimental designs. He is a Fellow of Institute of Corporate Administration of Nigeria and also that of Institute of Human and Natural Resources of Nigeria. Table 1: Model Estimation 5
  • 6. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 6
  • 7. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 7
  • 8. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 8
  • 9. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 FIGURE 4: CORRELOGRAM OF DSDNGDP 9
  • 10. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 10
  • 11. Developing Country Studies www.iiste.org ISSN 2224-607X (Paper) ISSN 2225-0565 (Online) Vol 2, No.3, 2012 FIGURE 6: CORRELOGRAM OF THE RESIDUALS 11
  • 12. International Journals Call for Paper The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org Business, Economics, Finance and Management PAPER SUBMISSION EMAIL European Journal of Business and Management EJBM@iiste.org Research Journal of Finance and Accounting RJFA@iiste.org Journal of Economics and Sustainable Development JESD@iiste.org Information and Knowledge Management IKM@iiste.org Developing Country Studies DCS@iiste.org Industrial Engineering Letters IEL@iiste.org Physical Sciences, Mathematics and Chemistry PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Chemistry and Materials Research CMR@iiste.org Mathematical Theory and Modeling MTM@iiste.org Advances in Physics Theories and Applications APTA@iiste.org Chemical and Process Engineering Research CPER@iiste.org Engineering, Technology and Systems PAPER SUBMISSION EMAIL Computer Engineering and Intelligent Systems CEIS@iiste.org Innovative Systems Design and Engineering ISDE@iiste.org Journal of Energy Technologies and Policy JETP@iiste.org Information and Knowledge Management IKM@iiste.org Control Theory and Informatics CTI@iiste.org Journal of Information Engineering and Applications JIEA@iiste.org Industrial Engineering Letters IEL@iiste.org Network and Complex Systems NCS@iiste.org Environment, Civil, Materials Sciences PAPER SUBMISSION EMAIL Journal of Environment and Earth Science JEES@iiste.org Civil and Environmental Research CER@iiste.org Journal of Natural Sciences Research JNSR@iiste.org Civil and Environmental Research CER@iiste.org Life Science, Food and Medical Sciences PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Journal of Biology, Agriculture and Healthcare JBAH@iiste.org Food Science and Quality Management FSQM@iiste.org Chemistry and Materials Research CMR@iiste.org Education, and other Social Sciences PAPER SUBMISSION EMAIL Journal of Education and Practice JEP@iiste.org Journal of Law, Policy and Globalization JLPG@iiste.org Global knowledge sharing: New Media and Mass Communication NMMC@iiste.org EBSCO, Index Copernicus, Ulrich's Journal of Energy Technologies and Policy JETP@iiste.org Periodicals Directory, JournalTOCS, PKP Historical Research Letter HRL@iiste.org Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Public Policy and Administration Research PPAR@iiste.org Zeitschriftenbibliothek EZB, Open J-Gate, International Affairs and Global Strategy IAGS@iiste.org OCLC WorldCat, Universe Digtial Library , Research on Humanities and Social Sciences RHSS@iiste.org NewJour, Google Scholar. Developing Country Studies DCS@iiste.org IISTE is member of CrossRef. All journals Arts and Design Studies ADS@iiste.org have high IC Impact Factor Values (ICV).