Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_arimabackwardselection.wasp
Title produced by softwareARIMA Backward Selection
Date of computationTue, 09 Dec 2008 10:17:49 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/Dec/09/t12288431324uvaqoewas7ltdk.htm/, Retrieved Sat, 18 May 2024 04:26:20 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=31602, Retrieved Sat, 18 May 2024 04:26:20 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsSeverijns Britt
Estimated Impact177
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [data set] [2008-12-01 19:54:57] [b98453cac15ba1066b407e146608df68]
F RMPD    [ARIMA Backward Selection] [ARIMA eigen data] [2008-12-09 17:17:49] [78308c9f3efc33d1da821bcd963df161] [Current]
Feedback Forum
2008-12-15 18:00:12 [Steven Vercammen] [reply
Dit is niet uitgebreid genoeg uitgelegd.

Bij backward selection schat de computer de parameters die we moeten ingeven voor de griekse letters in de differentievergelijking. Volgende symbolen hangen samen:

p ~ φ ~ AR
P ~ Φ ~ SAR
q ~ θ ~ MA
Q ~ Θ ~ SMA

Op de eerste rij worden alle parameters ingevuld. De kleur van de rechthoek is een schaal van de parameter, zij geeft aan of er sprake is van een (sterk) positieve of (sterk) negatieve coëfficiënt. Wat echter meer van belang is zijn de kleuren van de kleine driehoekjes in deze rechthoeken. Deze geven de p-waarde aan. Deze p-waarde moet kleiner zijn dan 5% om van significantie te spreken. Enkel rechthoeken met een groen of oranje driehoekje zijn dus van belang.
De computer vindt hier een MA (1) en een SMA (1). De studente moet normaal gezien ook een differentievergelijking opstellen.
Het ARIMA model gebruikt vertragingen en verschuivingen in historische gegevens om patronen te ontdekken en te voorspellen. ARIMA is een methode om 2 dingen te bepalen:
1)Hoeveel van het verleden zou moeten gebruikt worden om de volgende observatie te kunnen voorspellen. (soort van lengte van de gewichten) (de orde van de processen)
2)De waarde die aan deze gewichten kunnen worden toegekend. (griekse letters)
Opdat de voorspellingen correct zouden zijn moeten de parameters zeer zorgvuldig worden bepaald.

Het is ook belangrijk dat we de ‘residual diagnostics’ analyseren. Deze moeten aan enkele assumpties voldoen voordat we kunnen spreken over een goed model.

Om aan de assumpties te voldoen mag er geen enkele voorspelbaarheid op basis van het verleden meer aanwezig zijn in de residu’s. We zien op de Resid.ACF dat dit klopt. Er is geen enkel patroon meer te bespeuren. De coëfficiënt van lag 0 mogen we negeren.
Voor de Resid PACF geldt precies hetzelfde: we zien geen enkel patroon meer en praktisch alle coëfficiënten vallen binnen de betrouwbaarheidsintervallen.
Op het Resid. Cumulative Periodogram zien we dat de curve volledig binnen de betrouwbaarheidsintervallen valt. Elke voorspelbare golfbeweging is dus uit de tijdreeks gehaald.
Het/de Resid. Histogram, density plot en normal Q-Q plot wijzen allemaal in de richting van een normaalverdeling. Enkel op de Q-Q plot zien we een lichte afwijking, maar dit kunnen we zien als een ‘schoonheidsfout’.

->De residual diagnostics voldoen aan alle assumpties. Dit betekent dat we kunnen spreken over een goed model.


Post a new message
Dataseries X:
492865
480961
461935
456608
441977
439148
488180
520564
501492
485025
464196
460170
467037
460070
447988
442867
436087
431328
484015
509673
512927
502831
470984
471067
476049
474605
470439
461251
454724
455626
516847
525192
522975
518585
509239
512238
519164
517009
509933
509127
500857
506971
569323
579714
577992
565464
547344
554788
562325
560854
555332
543599
536662
542722
593530
610763
612613
611324
594167
595454
590865
589379
584428
573100
567456
569028
620735
628884
628232
612117
595404
597141
593408
590072
579799
574205
572775
572942
619567
625809
619916
587625
565742
557274
560576
548854
531673
525919
511038
498662
555362
564591
541657
527070
509846
514258
516922
507561
492622
490243
469357
477580
528379
533590




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time10 seconds
R Server'George Udny Yule' @ 72.249.76.132

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 10 seconds \tabularnewline
R Server & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=31602&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]10 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=31602&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=31602&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time10 seconds
R Server'George Udny Yule' @ 72.249.76.132







ARIMA Parameter Estimation and Backward Selection
Iterationar1ar2ar3ma1sar1sar2sma1
Estimates ( 1 )-0.2196-0.1884-0.0719-0.8080.0509-0.1814-0.7047
(p-val)(0.1078 )(0.1615 )(0.5648 )(0 )(0.8697 )(0.4223 )(0.0532 )
Estimates ( 2 )-0.225-0.1944-0.0677-0.80510-0.2078-0.6513
(p-val)(0.09 )(0.1351 )(0.5809 )(0 )(NA )(0.1817 )(1e-04 )
Estimates ( 3 )-0.1956-0.16470-0.8270-0.2086-0.6509
(p-val)(0.1035 )(0.1611 )(NA )(0 )(NA )(0.1798 )(1e-04 )
Estimates ( 4 )-0.198-0.14110-0.83700-0.7011
(p-val)(0.0966 )(0.2213 )(NA )(0 )(NA )(NA )(0 )
Estimates ( 5 )-0.15100-1.155500-0.6986
(p-val)(0.1791 )(NA )(NA )(0 )(NA )(NA )(1e-04 )
Estimates ( 6 )000-1.122800-0.6971
(p-val)(NA )(NA )(NA )(0 )(NA )(NA )(2e-04 )
Estimates ( 7 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 8 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 9 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 10 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 11 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 12 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 13 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )

\begin{tabular}{lllllllll}
\hline
ARIMA Parameter Estimation and Backward Selection \tabularnewline
Iteration & ar1 & ar2 & ar3 & ma1 & sar1 & sar2 & sma1 \tabularnewline
Estimates ( 1 ) & -0.2196 & -0.1884 & -0.0719 & -0.808 & 0.0509 & -0.1814 & -0.7047 \tabularnewline
(p-val) & (0.1078 ) & (0.1615 ) & (0.5648 ) & (0 ) & (0.8697 ) & (0.4223 ) & (0.0532 ) \tabularnewline
Estimates ( 2 ) & -0.225 & -0.1944 & -0.0677 & -0.8051 & 0 & -0.2078 & -0.6513 \tabularnewline
(p-val) & (0.09 ) & (0.1351 ) & (0.5809 ) & (0 ) & (NA ) & (0.1817 ) & (1e-04 ) \tabularnewline
Estimates ( 3 ) & -0.1956 & -0.1647 & 0 & -0.827 & 0 & -0.2086 & -0.6509 \tabularnewline
(p-val) & (0.1035 ) & (0.1611 ) & (NA ) & (0 ) & (NA ) & (0.1798 ) & (1e-04 ) \tabularnewline
Estimates ( 4 ) & -0.198 & -0.1411 & 0 & -0.837 & 0 & 0 & -0.7011 \tabularnewline
(p-val) & (0.0966 ) & (0.2213 ) & (NA ) & (0 ) & (NA ) & (NA ) & (0 ) \tabularnewline
Estimates ( 5 ) & -0.151 & 0 & 0 & -1.1555 & 0 & 0 & -0.6986 \tabularnewline
(p-val) & (0.1791 ) & (NA ) & (NA ) & (0 ) & (NA ) & (NA ) & (1e-04 ) \tabularnewline
Estimates ( 6 ) & 0 & 0 & 0 & -1.1228 & 0 & 0 & -0.6971 \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (0 ) & (NA ) & (NA ) & (2e-04 ) \tabularnewline
Estimates ( 7 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 8 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 9 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 10 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 11 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 12 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
Estimates ( 13 ) & NA & NA & NA & NA & NA & NA & NA \tabularnewline
(p-val) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) & (NA ) \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=31602&T=1

[TABLE]
[ROW][C]ARIMA Parameter Estimation and Backward Selection[/C][/ROW]
[ROW][C]Iteration[/C][C]ar1[/C][C]ar2[/C][C]ar3[/C][C]ma1[/C][C]sar1[/C][C]sar2[/C][C]sma1[/C][/ROW]
[ROW][C]Estimates ( 1 )[/C][C]-0.2196[/C][C]-0.1884[/C][C]-0.0719[/C][C]-0.808[/C][C]0.0509[/C][C]-0.1814[/C][C]-0.7047[/C][/ROW]
[ROW][C](p-val)[/C][C](0.1078 )[/C][C](0.1615 )[/C][C](0.5648 )[/C][C](0 )[/C][C](0.8697 )[/C][C](0.4223 )[/C][C](0.0532 )[/C][/ROW]
[ROW][C]Estimates ( 2 )[/C][C]-0.225[/C][C]-0.1944[/C][C]-0.0677[/C][C]-0.8051[/C][C]0[/C][C]-0.2078[/C][C]-0.6513[/C][/ROW]
[ROW][C](p-val)[/C][C](0.09 )[/C][C](0.1351 )[/C][C](0.5809 )[/C][C](0 )[/C][C](NA )[/C][C](0.1817 )[/C][C](1e-04 )[/C][/ROW]
[ROW][C]Estimates ( 3 )[/C][C]-0.1956[/C][C]-0.1647[/C][C]0[/C][C]-0.827[/C][C]0[/C][C]-0.2086[/C][C]-0.6509[/C][/ROW]
[ROW][C](p-val)[/C][C](0.1035 )[/C][C](0.1611 )[/C][C](NA )[/C][C](0 )[/C][C](NA )[/C][C](0.1798 )[/C][C](1e-04 )[/C][/ROW]
[ROW][C]Estimates ( 4 )[/C][C]-0.198[/C][C]-0.1411[/C][C]0[/C][C]-0.837[/C][C]0[/C][C]0[/C][C]-0.7011[/C][/ROW]
[ROW][C](p-val)[/C][C](0.0966 )[/C][C](0.2213 )[/C][C](NA )[/C][C](0 )[/C][C](NA )[/C][C](NA )[/C][C](0 )[/C][/ROW]
[ROW][C]Estimates ( 5 )[/C][C]-0.151[/C][C]0[/C][C]0[/C][C]-1.1555[/C][C]0[/C][C]0[/C][C]-0.6986[/C][/ROW]
[ROW][C](p-val)[/C][C](0.1791 )[/C][C](NA )[/C][C](NA )[/C][C](0 )[/C][C](NA )[/C][C](NA )[/C][C](1e-04 )[/C][/ROW]
[ROW][C]Estimates ( 6 )[/C][C]0[/C][C]0[/C][C]0[/C][C]-1.1228[/C][C]0[/C][C]0[/C][C]-0.6971[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](0 )[/C][C](NA )[/C][C](NA )[/C][C](2e-04 )[/C][/ROW]
[ROW][C]Estimates ( 7 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 8 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 9 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 10 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 11 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 12 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[ROW][C]Estimates ( 13 )[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][C]NA[/C][/ROW]
[ROW][C](p-val)[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][C](NA )[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=31602&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=31602&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

ARIMA Parameter Estimation and Backward Selection
Iterationar1ar2ar3ma1sar1sar2sma1
Estimates ( 1 )-0.2196-0.1884-0.0719-0.8080.0509-0.1814-0.7047
(p-val)(0.1078 )(0.1615 )(0.5648 )(0 )(0.8697 )(0.4223 )(0.0532 )
Estimates ( 2 )-0.225-0.1944-0.0677-0.80510-0.2078-0.6513
(p-val)(0.09 )(0.1351 )(0.5809 )(0 )(NA )(0.1817 )(1e-04 )
Estimates ( 3 )-0.1956-0.16470-0.8270-0.2086-0.6509
(p-val)(0.1035 )(0.1611 )(NA )(0 )(NA )(0.1798 )(1e-04 )
Estimates ( 4 )-0.198-0.14110-0.83700-0.7011
(p-val)(0.0966 )(0.2213 )(NA )(0 )(NA )(NA )(0 )
Estimates ( 5 )-0.15100-1.155500-0.6986
(p-val)(0.1791 )(NA )(NA )(0 )(NA )(NA )(1e-04 )
Estimates ( 6 )000-1.122800-0.6971
(p-val)(NA )(NA )(NA )(0 )(NA )(NA )(2e-04 )
Estimates ( 7 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 8 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 9 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 10 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 11 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 12 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )
Estimates ( 13 )NANANANANANANA
(p-val)(NA )(NA )(NA )(NA )(NA )(NA )(NA )







Estimated ARIMA Residuals
Value
1799.32828383556
1054.27909930371
-3339.24072950544
2043.41271605972
-4246.02662726852
-521.937030861355
-6996.76730073292
13339.6525286540
3057.83499661193
-11316.9243605922
-802.138347221926
-3398.90843493834
2558.58889099117
5370.86146756137
-7096.27060955136
-1389.39572734788
433.268919634001
4823.11676847476
-19715.9944853373
-160.532966712554
5886.64155301444
12404.0206609403
1723.97205867591
-3175.17518420795
-1819.1573934911
-1490.02686447454
519.146078671710
-3741.05489582693
2334.79976615864
2292.29282603659
-12809.4604269588
-1711.8365412616
-5095.11394826128
-1390.55677076936
4159.53473598226
-889.083034156466
-506.607847333113
351.96442771505
-8985.7148771846
-1697.26763098501
2627.68803297445
-7493.19074443836
-2151.1606711053
3930.1668701488
7090.44667553603
361.82600725434
-3502.04885602988
-12029.4000119567
-582.235510926227
2094.29494557941
-4624.23992061199
869.813128664115
-1299.04193323181
-3919.04568894818
-8312.11773242926
1128.63681729731
-6229.56895550005
2190.19184202057
1274.62530088375
-4703.99977901903
406.198479660837
-1194.91893072292
3594.45309058897
6593.24698351365
-760.0726617817
-6492.38980798166
-6761.51668656027
-2562.22106591709
-17060.4273610455
-1455.02817096933
-4595.94422401942
6218.91938063075
-2570.88718619827
-4025.31368070105
5757.03203191483
-3195.81033256423
-8202.78000636469
8503.84217582311
3386.54569031315
-13011.9117683875
5828.0240352396
7552.46637302994
9616.9045696337
4803.01757199472
-548.79841512901
-1442.66559820061
6154.25567112724
-8334.8514190531
10776.1534667474
755.27341056889
-3944.57925560776

\begin{tabular}{lllllllll}
\hline
Estimated ARIMA Residuals \tabularnewline
Value \tabularnewline
1799.32828383556 \tabularnewline
1054.27909930371 \tabularnewline
-3339.24072950544 \tabularnewline
2043.41271605972 \tabularnewline
-4246.02662726852 \tabularnewline
-521.937030861355 \tabularnewline
-6996.76730073292 \tabularnewline
13339.6525286540 \tabularnewline
3057.83499661193 \tabularnewline
-11316.9243605922 \tabularnewline
-802.138347221926 \tabularnewline
-3398.90843493834 \tabularnewline
2558.58889099117 \tabularnewline
5370.86146756137 \tabularnewline
-7096.27060955136 \tabularnewline
-1389.39572734788 \tabularnewline
433.268919634001 \tabularnewline
4823.11676847476 \tabularnewline
-19715.9944853373 \tabularnewline
-160.532966712554 \tabularnewline
5886.64155301444 \tabularnewline
12404.0206609403 \tabularnewline
1723.97205867591 \tabularnewline
-3175.17518420795 \tabularnewline
-1819.1573934911 \tabularnewline
-1490.02686447454 \tabularnewline
519.146078671710 \tabularnewline
-3741.05489582693 \tabularnewline
2334.79976615864 \tabularnewline
2292.29282603659 \tabularnewline
-12809.4604269588 \tabularnewline
-1711.8365412616 \tabularnewline
-5095.11394826128 \tabularnewline
-1390.55677076936 \tabularnewline
4159.53473598226 \tabularnewline
-889.083034156466 \tabularnewline
-506.607847333113 \tabularnewline
351.96442771505 \tabularnewline
-8985.7148771846 \tabularnewline
-1697.26763098501 \tabularnewline
2627.68803297445 \tabularnewline
-7493.19074443836 \tabularnewline
-2151.1606711053 \tabularnewline
3930.1668701488 \tabularnewline
7090.44667553603 \tabularnewline
361.82600725434 \tabularnewline
-3502.04885602988 \tabularnewline
-12029.4000119567 \tabularnewline
-582.235510926227 \tabularnewline
2094.29494557941 \tabularnewline
-4624.23992061199 \tabularnewline
869.813128664115 \tabularnewline
-1299.04193323181 \tabularnewline
-3919.04568894818 \tabularnewline
-8312.11773242926 \tabularnewline
1128.63681729731 \tabularnewline
-6229.56895550005 \tabularnewline
2190.19184202057 \tabularnewline
1274.62530088375 \tabularnewline
-4703.99977901903 \tabularnewline
406.198479660837 \tabularnewline
-1194.91893072292 \tabularnewline
3594.45309058897 \tabularnewline
6593.24698351365 \tabularnewline
-760.0726617817 \tabularnewline
-6492.38980798166 \tabularnewline
-6761.51668656027 \tabularnewline
-2562.22106591709 \tabularnewline
-17060.4273610455 \tabularnewline
-1455.02817096933 \tabularnewline
-4595.94422401942 \tabularnewline
6218.91938063075 \tabularnewline
-2570.88718619827 \tabularnewline
-4025.31368070105 \tabularnewline
5757.03203191483 \tabularnewline
-3195.81033256423 \tabularnewline
-8202.78000636469 \tabularnewline
8503.84217582311 \tabularnewline
3386.54569031315 \tabularnewline
-13011.9117683875 \tabularnewline
5828.0240352396 \tabularnewline
7552.46637302994 \tabularnewline
9616.9045696337 \tabularnewline
4803.01757199472 \tabularnewline
-548.79841512901 \tabularnewline
-1442.66559820061 \tabularnewline
6154.25567112724 \tabularnewline
-8334.8514190531 \tabularnewline
10776.1534667474 \tabularnewline
755.27341056889 \tabularnewline
-3944.57925560776 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=31602&T=2

[TABLE]
[ROW][C]Estimated ARIMA Residuals[/C][/ROW]
[ROW][C]Value[/C][/ROW]
[ROW][C]1799.32828383556[/C][/ROW]
[ROW][C]1054.27909930371[/C][/ROW]
[ROW][C]-3339.24072950544[/C][/ROW]
[ROW][C]2043.41271605972[/C][/ROW]
[ROW][C]-4246.02662726852[/C][/ROW]
[ROW][C]-521.937030861355[/C][/ROW]
[ROW][C]-6996.76730073292[/C][/ROW]
[ROW][C]13339.6525286540[/C][/ROW]
[ROW][C]3057.83499661193[/C][/ROW]
[ROW][C]-11316.9243605922[/C][/ROW]
[ROW][C]-802.138347221926[/C][/ROW]
[ROW][C]-3398.90843493834[/C][/ROW]
[ROW][C]2558.58889099117[/C][/ROW]
[ROW][C]5370.86146756137[/C][/ROW]
[ROW][C]-7096.27060955136[/C][/ROW]
[ROW][C]-1389.39572734788[/C][/ROW]
[ROW][C]433.268919634001[/C][/ROW]
[ROW][C]4823.11676847476[/C][/ROW]
[ROW][C]-19715.9944853373[/C][/ROW]
[ROW][C]-160.532966712554[/C][/ROW]
[ROW][C]5886.64155301444[/C][/ROW]
[ROW][C]12404.0206609403[/C][/ROW]
[ROW][C]1723.97205867591[/C][/ROW]
[ROW][C]-3175.17518420795[/C][/ROW]
[ROW][C]-1819.1573934911[/C][/ROW]
[ROW][C]-1490.02686447454[/C][/ROW]
[ROW][C]519.146078671710[/C][/ROW]
[ROW][C]-3741.05489582693[/C][/ROW]
[ROW][C]2334.79976615864[/C][/ROW]
[ROW][C]2292.29282603659[/C][/ROW]
[ROW][C]-12809.4604269588[/C][/ROW]
[ROW][C]-1711.8365412616[/C][/ROW]
[ROW][C]-5095.11394826128[/C][/ROW]
[ROW][C]-1390.55677076936[/C][/ROW]
[ROW][C]4159.53473598226[/C][/ROW]
[ROW][C]-889.083034156466[/C][/ROW]
[ROW][C]-506.607847333113[/C][/ROW]
[ROW][C]351.96442771505[/C][/ROW]
[ROW][C]-8985.7148771846[/C][/ROW]
[ROW][C]-1697.26763098501[/C][/ROW]
[ROW][C]2627.68803297445[/C][/ROW]
[ROW][C]-7493.19074443836[/C][/ROW]
[ROW][C]-2151.1606711053[/C][/ROW]
[ROW][C]3930.1668701488[/C][/ROW]
[ROW][C]7090.44667553603[/C][/ROW]
[ROW][C]361.82600725434[/C][/ROW]
[ROW][C]-3502.04885602988[/C][/ROW]
[ROW][C]-12029.4000119567[/C][/ROW]
[ROW][C]-582.235510926227[/C][/ROW]
[ROW][C]2094.29494557941[/C][/ROW]
[ROW][C]-4624.23992061199[/C][/ROW]
[ROW][C]869.813128664115[/C][/ROW]
[ROW][C]-1299.04193323181[/C][/ROW]
[ROW][C]-3919.04568894818[/C][/ROW]
[ROW][C]-8312.11773242926[/C][/ROW]
[ROW][C]1128.63681729731[/C][/ROW]
[ROW][C]-6229.56895550005[/C][/ROW]
[ROW][C]2190.19184202057[/C][/ROW]
[ROW][C]1274.62530088375[/C][/ROW]
[ROW][C]-4703.99977901903[/C][/ROW]
[ROW][C]406.198479660837[/C][/ROW]
[ROW][C]-1194.91893072292[/C][/ROW]
[ROW][C]3594.45309058897[/C][/ROW]
[ROW][C]6593.24698351365[/C][/ROW]
[ROW][C]-760.0726617817[/C][/ROW]
[ROW][C]-6492.38980798166[/C][/ROW]
[ROW][C]-6761.51668656027[/C][/ROW]
[ROW][C]-2562.22106591709[/C][/ROW]
[ROW][C]-17060.4273610455[/C][/ROW]
[ROW][C]-1455.02817096933[/C][/ROW]
[ROW][C]-4595.94422401942[/C][/ROW]
[ROW][C]6218.91938063075[/C][/ROW]
[ROW][C]-2570.88718619827[/C][/ROW]
[ROW][C]-4025.31368070105[/C][/ROW]
[ROW][C]5757.03203191483[/C][/ROW]
[ROW][C]-3195.81033256423[/C][/ROW]
[ROW][C]-8202.78000636469[/C][/ROW]
[ROW][C]8503.84217582311[/C][/ROW]
[ROW][C]3386.54569031315[/C][/ROW]
[ROW][C]-13011.9117683875[/C][/ROW]
[ROW][C]5828.0240352396[/C][/ROW]
[ROW][C]7552.46637302994[/C][/ROW]
[ROW][C]9616.9045696337[/C][/ROW]
[ROW][C]4803.01757199472[/C][/ROW]
[ROW][C]-548.79841512901[/C][/ROW]
[ROW][C]-1442.66559820061[/C][/ROW]
[ROW][C]6154.25567112724[/C][/ROW]
[ROW][C]-8334.8514190531[/C][/ROW]
[ROW][C]10776.1534667474[/C][/ROW]
[ROW][C]755.27341056889[/C][/ROW]
[ROW][C]-3944.57925560776[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=31602&T=2

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=31602&T=2

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Estimated ARIMA Residuals
Value
1799.32828383556
1054.27909930371
-3339.24072950544
2043.41271605972
-4246.02662726852
-521.937030861355
-6996.76730073292
13339.6525286540
3057.83499661193
-11316.9243605922
-802.138347221926
-3398.90843493834
2558.58889099117
5370.86146756137
-7096.27060955136
-1389.39572734788
433.268919634001
4823.11676847476
-19715.9944853373
-160.532966712554
5886.64155301444
12404.0206609403
1723.97205867591
-3175.17518420795
-1819.1573934911
-1490.02686447454
519.146078671710
-3741.05489582693
2334.79976615864
2292.29282603659
-12809.4604269588
-1711.8365412616
-5095.11394826128
-1390.55677076936
4159.53473598226
-889.083034156466
-506.607847333113
351.96442771505
-8985.7148771846
-1697.26763098501
2627.68803297445
-7493.19074443836
-2151.1606711053
3930.1668701488
7090.44667553603
361.82600725434
-3502.04885602988
-12029.4000119567
-582.235510926227
2094.29494557941
-4624.23992061199
869.813128664115
-1299.04193323181
-3919.04568894818
-8312.11773242926
1128.63681729731
-6229.56895550005
2190.19184202057
1274.62530088375
-4703.99977901903
406.198479660837
-1194.91893072292
3594.45309058897
6593.24698351365
-760.0726617817
-6492.38980798166
-6761.51668656027
-2562.22106591709
-17060.4273610455
-1455.02817096933
-4595.94422401942
6218.91938063075
-2570.88718619827
-4025.31368070105
5757.03203191483
-3195.81033256423
-8202.78000636469
8503.84217582311
3386.54569031315
-13011.9117683875
5828.0240352396
7552.46637302994
9616.9045696337
4803.01757199472
-548.79841512901
-1442.66559820061
6154.25567112724
-8334.8514190531
10776.1534667474
755.27341056889
-3944.57925560776



Parameters (Session):
par1 = FALSE ; par2 = 1 ; par3 = 2 ; par4 = 1 ; par5 = 12 ; par6 = 3 ; par7 = 1 ; par8 = 2 ; par9 = 1 ;
Parameters (R input):
par1 = FALSE ; par2 = 1 ; par3 = 2 ; par4 = 1 ; par5 = 12 ; par6 = 3 ; par7 = 1 ; par8 = 2 ; par9 = 1 ;
R code (references can be found in the software module):
library(lattice)
if (par1 == 'TRUE') par1 <- TRUE
if (par1 == 'FALSE') par1 <- FALSE
par2 <- as.numeric(par2) #Box-Cox lambda transformation parameter
par3 <- as.numeric(par3) #degree of non-seasonal differencing
par4 <- as.numeric(par4) #degree of seasonal differencing
par5 <- as.numeric(par5) #seasonal period
par6 <- as.numeric(par6) #degree (p) of the non-seasonal AR(p) polynomial
par7 <- as.numeric(par7) #degree (q) of the non-seasonal MA(q) polynomial
par8 <- as.numeric(par8) #degree (P) of the seasonal AR(P) polynomial
par9 <- as.numeric(par9) #degree (Q) of the seasonal MA(Q) polynomial
armaGR <- function(arima.out, names, n){
try1 <- arima.out$coef
try2 <- sqrt(diag(arima.out$var.coef))
try.data.frame <- data.frame(matrix(NA,ncol=4,nrow=length(names)))
dimnames(try.data.frame) <- list(names,c('coef','std','tstat','pv'))
try.data.frame[,1] <- try1
for(i in 1:length(try2)) try.data.frame[which(rownames(try.data.frame)==names(try2)[i]),2] <- try2[i]
try.data.frame[,3] <- try.data.frame[,1] / try.data.frame[,2]
try.data.frame[,4] <- round((1-pt(abs(try.data.frame[,3]),df=n-(length(try2)+1)))*2,5)
vector <- rep(NA,length(names))
vector[is.na(try.data.frame[,4])] <- 0
maxi <- which.max(try.data.frame[,4])
continue <- max(try.data.frame[,4],na.rm=TRUE) > .05
vector[maxi] <- 0
list(summary=try.data.frame,next.vector=vector,continue=continue)
}
arimaSelect <- function(series, order=c(13,0,0), seasonal=list(order=c(2,0,0),period=12), include.mean=F){
nrc <- order[1]+order[3]+seasonal$order[1]+seasonal$order[3]
coeff <- matrix(NA, nrow=nrc*2, ncol=nrc)
pval <- matrix(NA, nrow=nrc*2, ncol=nrc)
mylist <- rep(list(NULL), nrc)
names <- NULL
if(order[1] > 0) names <- paste('ar',1:order[1],sep='')
if(order[3] > 0) names <- c( names , paste('ma',1:order[3],sep='') )
if(seasonal$order[1] > 0) names <- c(names, paste('sar',1:seasonal$order[1],sep=''))
if(seasonal$order[3] > 0) names <- c(names, paste('sma',1:seasonal$order[3],sep=''))
arima.out <- arima(series, order=order, seasonal=seasonal, include.mean=include.mean, method='ML')
mylist[[1]] <- arima.out
last.arma <- armaGR(arima.out, names, length(series))
mystop <- FALSE
i <- 1
coeff[i,] <- last.arma[[1]][,1]
pval [i,] <- last.arma[[1]][,4]
i <- 2
aic <- arima.out$aic
while(!mystop){
mylist[[i]] <- arima.out
arima.out <- arima(series, order=order, seasonal=seasonal, include.mean=include.mean, method='ML', fixed=last.arma$next.vector)
aic <- c(aic, arima.out$aic)
last.arma <- armaGR(arima.out, names, length(series))
mystop <- !last.arma$continue
coeff[i,] <- last.arma[[1]][,1]
pval [i,] <- last.arma[[1]][,4]
i <- i+1
}
list(coeff, pval, mylist, aic=aic)
}
arimaSelectplot <- function(arimaSelect.out,noms,choix){
noms <- names(arimaSelect.out[[3]][[1]]$coef)
coeff <- arimaSelect.out[[1]]
k <- min(which(is.na(coeff[,1])))-1
coeff <- coeff[1:k,]
pval <- arimaSelect.out[[2]][1:k,]
aic <- arimaSelect.out$aic[1:k]
coeff[coeff==0] <- NA
n <- ncol(coeff)
if(missing(choix)) choix <- k
layout(matrix(c(1,1,1,2,
3,3,3,2,
3,3,3,4,
5,6,7,7),nr=4),
widths=c(10,35,45,15),
heights=c(30,30,15,15))
couleurs <- rainbow(75)[1:50]#(50)
ticks <- pretty(coeff)
par(mar=c(1,1,3,1))
plot(aic,k:1-.5,type='o',pch=21,bg='blue',cex=2,axes=F,lty=2,xpd=NA)
points(aic[choix],k-choix+.5,pch=21,cex=4,bg=2,xpd=NA)
title('aic',line=2)
par(mar=c(3,0,0,0))
plot(0,axes=F,xlab='',ylab='',xlim=range(ticks),ylim=c(.1,1))
rect(xleft = min(ticks) + (0:49)/50*(max(ticks)-min(ticks)),
xright = min(ticks) + (1:50)/50*(max(ticks)-min(ticks)),
ytop = rep(1,50),
ybottom= rep(0,50),col=couleurs,border=NA)
axis(1,ticks)
rect(xleft=min(ticks),xright=max(ticks),ytop=1,ybottom=0)
text(mean(coeff,na.rm=T),.5,'coefficients',cex=2,font=2)
par(mar=c(1,1,3,1))
image(1:n,1:k,t(coeff[k:1,]),axes=F,col=couleurs,zlim=range(ticks))
for(i in 1:n) for(j in 1:k) if(!is.na(coeff[j,i])) {
if(pval[j,i]<.01) symb = 'green'
else if( (pval[j,i]<.05) & (pval[j,i]>=.01)) symb = 'orange'
else if( (pval[j,i]<.1) & (pval[j,i]>=.05)) symb = 'red'
else symb = 'black'
polygon(c(i+.5 ,i+.2 ,i+.5 ,i+.5),
c(k-j+0.5,k-j+0.5,k-j+0.8,k-j+0.5),
col=symb)
if(j==choix) {
rect(xleft=i-.5,
xright=i+.5,
ybottom=k-j+1.5,
ytop=k-j+.5,
lwd=4)
text(i,
k-j+1,
round(coeff[j,i],2),
cex=1.2,
font=2)
}
else{
rect(xleft=i-.5,xright=i+.5,ybottom=k-j+1.5,ytop=k-j+.5)
text(i,k-j+1,round(coeff[j,i],2),cex=1.2,font=1)
}
}
axis(3,1:n,noms)
par(mar=c(0.5,0,0,0.5))
plot(0,axes=F,xlab='',ylab='',type='n',xlim=c(0,8),ylim=c(-.2,.8))
cols <- c('green','orange','red','black')
niv <- c('0','0.01','0.05','0.1')
for(i in 0:3){
polygon(c(1+2*i ,1+2*i ,1+2*i-.5 ,1+2*i),
c(.4 ,.7 , .4 , .4),
col=cols[i+1])
text(2*i,0.5,niv[i+1],cex=1.5)
}
text(8,.5,1,cex=1.5)
text(4,0,'p-value',cex=2)
box()
residus <- arimaSelect.out[[3]][[choix]]$res
par(mar=c(1,2,4,1))
acf(residus,main='')
title('acf',line=.5)
par(mar=c(1,2,4,1))
pacf(residus,main='')
title('pacf',line=.5)
par(mar=c(2,2,4,1))
qqnorm(residus,main='')
title('qq-norm',line=.5)
qqline(residus)
residus
}
if (par2 == 0) x <- log(x)
if (par2 != 0) x <- x^par2
(selection <- arimaSelect(x, order=c(par6,par3,par7), seasonal=list(order=c(par8,par4,par9), period=par5)))
bitmap(file='test1.png')
resid <- arimaSelectplot(selection)
dev.off()
resid
bitmap(file='test2.png')
acf(resid,length(resid)/2, main='Residual Autocorrelation Function')
dev.off()
bitmap(file='test3.png')
pacf(resid,length(resid)/2, main='Residual Partial Autocorrelation Function')
dev.off()
bitmap(file='test4.png')
cpgram(resid, main='Residual Cumulative Periodogram')
dev.off()
bitmap(file='test5.png')
hist(resid, main='Residual Histogram', xlab='values of Residuals')
dev.off()
bitmap(file='test6.png')
densityplot(~resid,col='black',main='Residual Density Plot', xlab='values of Residuals')
dev.off()
bitmap(file='test7.png')
qqnorm(resid, main='Residual Normal Q-Q Plot')
qqline(resid)
dev.off()
ncols <- length(selection[[1]][1,])
nrows <- length(selection[[2]][,1])-1
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'ARIMA Parameter Estimation and Backward Selection', ncols+1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Iteration', header=TRUE)
for (i in 1:ncols) {
a<-table.element(a,names(selection[[3]][[1]]$coef)[i],header=TRUE)
}
a<-table.row.end(a)
for (j in 1:nrows) {
a<-table.row.start(a)
mydum <- 'Estimates ('
mydum <- paste(mydum,j)
mydum <- paste(mydum,')')
a<-table.element(a,mydum, header=TRUE)
for (i in 1:ncols) {
a<-table.element(a,round(selection[[1]][j,i],4))
}
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'(p-val)', header=TRUE)
for (i in 1:ncols) {
mydum <- '('
mydum <- paste(mydum,round(selection[[2]][j,i],4),sep='')
mydum <- paste(mydum,')')
a<-table.element(a,mydum)
}
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable.tab')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Estimated ARIMA Residuals', 1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Value', 1,TRUE)
a<-table.row.end(a)
for (i in (par4*par5+par3):length(resid)) {
a<-table.row.start(a)
a<-table.element(a,resid[i])
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable1.tab')