Home » date » 2010 » Nov » 28 »

ws 8 - exponential smoothing double

*The author of this computation has been verified*
R Software Module: /rwasp_exponentialsmoothing.wasp (opens new window with default values)
Title produced by software: Exponential Smoothing
Date of computation: Sun, 28 Nov 2010 09:21:35 +0000
 
Cite this page as follows:
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v.htm/, Retrieved Sun, 28 Nov 2010 10:20:13 +0100
 
BibTeX entries for LaTeX users:
@Manual{KEY,
    author = {{YOUR NAME}},
    publisher = {Office for Research Development and Education},
    title = {Statistical Computations at FreeStatistics.org, URL http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v.htm/},
    year = {2010},
}
@Manual{R,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Development Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2010},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
}
 
Original text written by user:
 
IsPrivate?
No (this computation is public)
 
User-defined keywords:
 
Dataseries X:
» Textbox « » Textfile « » CSV «
444 454 469 471 443 437 444 451 457 460 454 439 441 446 459 456 433 424 430 428 424 419 409 397 397 413 413 390 385 397 398 406 412 409 404 412 418 434 431 406 416 424 427 401
 
Output produced by software:


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


Estimated Parameters of Exponential Smoothing
ParameterValue
alpha1
beta0.124512197994220
gammaFALSE


Interpolation Forecasts of Exponential Smoothing
tObservedFittedResiduals
34694645
4471479.622560989971-8.62256098997108
5443480.54894696877-37.5489469687706
6437447.87364504932-10.8736450493205
7444440.5197436040213.48025639597932
8451447.9530779774683.0469220225325
9457455.332456935611.66754306438997
10460461.540086387807-1.54008638780726
11454464.348326846560-10.3483268465604
12439457.059833925333-18.0598339253326
13441439.8111643078791.18883569212119
14446441.9591888529594.04081114704121
15459447.46231913055611.5376808694435
16456461.898901135367-5.89890113536671
17433458.164415989252-25.1644159892516
18424432.031139243189-8.03113924318899
19430422.0311644436227.96883555637811
20428429.023381674201-1.02338167420106
21424426.895958172559-2.89595817255929
22419422.535376055195-3.53537605519460
23409417.095178611826-8.09517861182616
24397406.087230129712-9.08723012971188
25397392.9557591325824.04424086741784
26413393.45931645220219.5406835477976
27413411.8923699110481.10763008895179
28390412.030283367988-22.0302833679881
29385386.287244363404-1.28724436340440
30397381.12696673836115.8730332616387
31398395.1033529986032.89664700139673
32406396.4640208835619.53597911643948
33412405.6513666033756.34863339662462
34409412.441848901849-3.44184890184863
35404409.013296729915-5.01329672991545
36412403.3890801348768.61091986512355
37418412.4612446940355.53875530596491
38434419.15088729133314.8491127086671
39431436.999782952953-5.99978295295296
40406433.252736789993-27.2527367899925
41416404.85943863091311.1405613690874
42424416.2465744138677.75342558613283
43427425.2119704755811.78802952441879
44401428.434601961745-27.4346019617452


Extrapolation Forecasts of Exponential Smoothing
tForecast95% Lower Bound95% Upper Bound
45399.018659370392374.640595329226423.396723411558
46397.037318740783360.352360359012433.722277122555
47395.055978111175347.380875669479442.731080552872
48393.074637481567334.815693378092451.333581585042
49391.093296851959322.334438551781459.852155152136
50389.11195622235309.787493598912468.436418845789
51387.130615592742297.095617992327477.165613193158
52385.149274963134284.213658060242486.084891866026
53383.167934333526271.114861336513495.221007330538
54381.186593703917257.783170266717504.590017141117
55379.205253074309244.209079421114514.201426727504
56377.223912444701230.387254826051524.060570063351
 
Charts produced by software:
http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/1z09x1290936061.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/1z09x1290936061.ps (open in new window)


http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/29a901290936061.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/29a901290936061.ps (open in new window)


http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/39a901290936061.png (open in new window)
http://www.freestatistics.org/blog/date/2010/Nov/28/t1290936010k66py6vmoggl08v/39a901290936061.ps (open in new window)


 
Parameters (Session):
par1 = 12 ; par2 = Double ; par3 = additive ;
 
Parameters (R input):
par1 = 12 ; par2 = Double ; par3 = additive ;
 
R code (references can be found in the software module):
par1 <- as.numeric(par1)
if (par2 == 'Single') K <- 1
if (par2 == 'Double') K <- 2
if (par2 == 'Triple') K <- par1
nx <- length(x)
nxmK <- nx - K
x <- ts(x, frequency = par1)
if (par2 == 'Single') fit <- HoltWinters(x, gamma=F, beta=F)
if (par2 == 'Double') fit <- HoltWinters(x, gamma=F)
if (par2 == 'Triple') fit <- HoltWinters(x, seasonal=par3)
fit
myresid <- x - fit$fitted[,'xhat']
bitmap(file='test1.png')
op <- par(mfrow=c(2,1))
plot(fit,ylab='Observed (black) / Fitted (red)',main='Interpolation Fit of Exponential Smoothing')
plot(myresid,ylab='Residuals',main='Interpolation Prediction Errors')
par(op)
dev.off()
bitmap(file='test2.png')
p <- predict(fit, par1, prediction.interval=TRUE)
np <- length(p[,1])
plot(fit,p,ylab='Observed (black) / Fitted (red)',main='Extrapolation Fit of Exponential Smoothing')
dev.off()
bitmap(file='test3.png')
op <- par(mfrow = c(2,2))
acf(as.numeric(myresid),lag.max = nx/2,main='Residual ACF')
spectrum(myresid,main='Residals Periodogram')
cpgram(myresid,main='Residal Cumulative Periodogram')
qqnorm(myresid,main='Residual Normal QQ Plot')
qqline(myresid)
par(op)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Estimated Parameters of Exponential Smoothing',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Parameter',header=TRUE)
a<-table.element(a,'Value',header=TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'alpha',header=TRUE)
a<-table.element(a,fit$alpha)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'beta',header=TRUE)
a<-table.element(a,fit$beta)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'gamma',header=TRUE)
a<-table.element(a,fit$gamma)
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,'Interpolation Forecasts of Exponential Smoothing',4,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'t',header=TRUE)
a<-table.element(a,'Observed',header=TRUE)
a<-table.element(a,'Fitted',header=TRUE)
a<-table.element(a,'Residuals',header=TRUE)
a<-table.row.end(a)
for (i in 1:nxmK) {
a<-table.row.start(a)
a<-table.element(a,i+K,header=TRUE)
a<-table.element(a,x[i+K])
a<-table.element(a,fit$fitted[i,'xhat'])
a<-table.element(a,myresid[i])
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable1.tab')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Extrapolation Forecasts of Exponential Smoothing',4,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'t',header=TRUE)
a<-table.element(a,'Forecast',header=TRUE)
a<-table.element(a,'95% Lower Bound',header=TRUE)
a<-table.element(a,'95% Upper Bound',header=TRUE)
a<-table.row.end(a)
for (i in 1:np) {
a<-table.row.start(a)
a<-table.element(a,nx+i,header=TRUE)
a<-table.element(a,p[i,'fit'])
a<-table.element(a,p[i,'lwr'])
a<-table.element(a,p[i,'upr'])
a<-table.row.end(a)
}
a<-table.end(a)
table.save(a,file='mytable2.tab')
 





Copyright

Creative Commons License

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

Software written by Ed van Stee & Patrick Wessa


Disclaimer

Information provided on this web site is provided "AS IS" without warranty of any kind, either express or implied, including, without limitation, warranties of merchantability, fitness for a particular purpose, and noninfringement. We use reasonable efforts to include accurate and timely information and periodically update the information, and software without notice. However, we make no warranties or representations as to the accuracy or completeness of such information (or software), and we assume no liability or responsibility for errors or omissions in the content of this web site, or any software bugs in online applications. Your use of this web site is AT YOUR OWN RISK. Under no circumstances and under no legal theory shall we be liable to you or any other person for any direct, indirect, special, incidental, exemplary, or consequential damages arising from your access to, or use of, this web site.


Privacy Policy

We may request personal information to be submitted to our servers in order to be able to:

  • personalize online software applications according to your needs
  • enforce strict security rules with respect to the data that you upload (e.g. statistical data)
  • manage user sessions of online applications
  • alert you about important changes or upgrades in resources or applications

We NEVER allow other companies to directly offer registered users information about their products and services. Banner references and hyperlinks of third parties NEVER contain any personal data of the visitor.

We do NOT sell, nor transmit by any means, personal information, nor statistical data series uploaded by you to third parties.

We carefully protect your data from loss, misuse, alteration, and destruction. However, at any time, and under any circumstance you are solely responsible for managing your passwords, and keeping them secret.

We store a unique ANONYMOUS USER ID in the form of a small 'Cookie' on your computer. This allows us to track your progress when using this website which is necessary to create state-dependent features. The cookie is used for NO OTHER PURPOSE. At any time you may opt to disallow cookies from this website - this will not affect other features of this website.

We examine cookies that are used by third-parties (banner and online ads) very closely: abuse from third-parties automatically results in termination of the advertising contract without refund. We have very good reason to believe that the cookies that are produced by third parties (banner ads) do NOT cause any privacy or security risk.

FreeStatistics.org is safe. There is no need to download any software to use the applications and services contained in this website. Hence, your system's security is not compromised by their use, and your personal data - other than data you submit in the account application form, and the user-agent information that is transmitted by your browser - is never transmitted to our servers.

As a general rule, we do not log on-line behavior of individuals (other than normal logging of webserver 'hits'). However, in cases of abuse, hacking, unauthorized access, Denial of Service attacks, illegal copying, hotlinking, non-compliance with international webstandards (such as robots.txt), or any other harmful behavior, our system engineers are empowered to log, track, identify, publish, and ban misbehaving individuals - even if this leads to ban entire blocks of IP addresses, or disclosing user's identity.


FreeStatistics.org is powered by