Displaying 14 results from an estimated 14 matches similar to: "Forecasting - Croston Method Error"
2003 Jan 13
4
Dos To Unix?
If we drag a file from a Windows directory - say autoexec.bat and drop it
onto a samba mapped Unix drive, when we then go to the Unix box and vi the
file all the lines end in the DOS EOL character (^M) is there any
option/configuration in samba to make it convert DOS text files to UNIX
format?
Brendan Flanagan
Leyland Trucks Ltd, Croston Road, Leyland, PR26 6LZ
Phone: 01772 625715
Email:
2011 Apr 05
0
lorena
Dear
I would like to know how to use the Croston method in R, consaltarte if I
download a package?
personally work the series as a SARIMA
In the present instalment have many values zeros proposed the following
model, but I have many doubts with his predictions.
M3 = arima (d1, order = c (2,1,4), n. ahead = 4, seasonal = list (order = c
(2,1,4), period = 4))
where
D1 = diff (series)
Many
2009 Sep 09
1
Forecast - How to create variables with summary() results parameters
Hi,
I would like to create variables in R containing parameters of
summary(*Forecast
Results*).
Using the following code:
library(forecast)
data <- AirPassengers
xets <- ets(data, model="ZZZ", damped=NULL)
xfor <- forecast(xets,h=12, level=c(80,95))
summary(xfor)
the output is:
Forecast method: ETS(M,A,M)
Model Information:
ETS(M,A,M)
Call:
ets(y = data, model =
2005 Sep 21
4
How to retrieve voicemail from an IP phone?
Hi,
How can I retrieve those voicemails using my ip phone? and how
will i confiugre it on asterisk?
Please help I'm very new in asterisk.
Thanks,
--
Ryan Pagquil
Infodyne Inc. - PhilOnline.com
3603 Antel Global Corporate Center
Do?a Julia Vargas Ave.
Ortigas Center Pasig City
Tel: 687-0715
Web: www.philonline.com
2013 Jul 18
3
setdiff y/o intersect para diferencias entre vectores
hola,
tengo dos vectores de 1134 y 385 elementos que se corresponden con números de accesión de genes. Necesito saber que números son comunes o intersección de vectores.
He utilizado intersect(x,y) y me da todo el rato un único valor:
V1 V1.1 V1.2 V1.3 V1.4 V1.5 V1.6 V1.7 V1.8 V1.9 V1.10 V1.11 V1.12
1 AJ558305 AJ558305 AJ558305 AJ558305 AJ558305
2006 Dec 22
1
IPVS connections not removed
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#000000">Hi centos users,<br>
<br>
2005 Apr 01
0
Gateway with 9 VMs
Yes, List, I am an UML user that already have a real machine
running 8 UML for:
UML1..UML4 are used for connection to one leased line
that is used for incoming/outgoing mail and incoming
webmail accesses:
UML1=internal firewall, connected to internal LAN
UML2=mailrelay/dmz
UML4=webrelay/dmz
UML3=external firewall, connected to the NET
UML5 and UML6 are used for connection to one ADSL line
2013 Jul 23
0
setdiff y/o intersect para diferencias entre vectores
Hola Marcos.
Yo probaría algo del estilo a esto....
Intersecc<-v1[v1%in%v2]
Un saludo,
_____________________________
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Innovación e Xestión da Saúde Pública
Consellería de Sanidade
Xunta de Galicia
http://dxsp.sergas.es
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] En nombre
2003 Sep 01
2
readcsvIts() to create irregular time series
Dear,
Thanks for the previous tips about 'its' for importing the following
data.
5/10/1998,7
5/11/1998,5
5/12/1998,2
5/14/1998,1
5/15/1998,1
5/19/1998,1
5/20/1998,1
1. When using the following command;
test<-readcsvIts('Fires98.csv',informat=its.format("%m/%d/%Y"),header=FA
LSE)
the function reads in the data from the csv file as;
V2
05/10/1998 7
2008 Apr 28
1
plotting time series
Hi List,
I have the following time series and i want to be able to plot it while having the x-axis running from 1998 to 2006 but in a bi-annual format
So here is my example:
x<-sample (10:100, 17)
x<-ts(x, start=c(1998,1), frequency=2)
plot(x)
When I plot the ts it goes from 1998 to 2006 by 2years, when in fact i want it to go from 1998 to 2006 with the following form:1998 may, 1998
2003 Apr 07
1
chan_local segfault
Happened twice. There might also be a race condition and some bad
pointers in chan_local.locals_show.
First the segfault.
CLI> show locals
<unowned> -- 6001@default
Segmentation fault (core dumped)
[root@mars asterisk]# ll -tr
total 22260
[...]
Loaded symbols for /usr/lib/asterisk/modules/chan_local.so
#0 __pthread_mutex_lock (mutex=0x5d8) at mutex.c:99
99 mutex.c: No such file
2005 Mar 03
12
bug in postgresql ''now'' time handling??
line 212 of postgresql_adapter.rb is
return Time.now.to_s if value =~ /^\(''now''::text\)::(date|timestamp)/
i don''t think this will work. in postgresql the field ''now'' is pinned to the
SAME TIME for the duration of a transaction. eg. if you do
begin transaction;
insert into t values(42, ''now'');
# sleep one minute
2008 Jul 03
2
[LLVMdev] Error loading program 'hello.bc': Invalid bytecode signature: DEC04342 (Vers=0, Pos=4)
Hello everybody,
So I am having some problems with llvm. When I've tried a lot of
times to run and re-install the llvm, but the same error appears, so:
esbox at embedded2i:~/llvm/projects/teste$ llvm-gcc hello.c -o hello
esbox at embedded2i:~/llvm/projects/teste$ ls
hello hello.c
esbox at embedded2i:~/llvm/projects/teste$ ./hello
Hello World
esbox at
2008 Jul 03
2
[LLVMdev] Error loading program 'hello.bc': Invalid bytecode signature: DEC04342 (Vers=0, Pos=4)
I am not using svn and llvm version is 2.3 and llvm-gcc is 4.2.1
2008/7/3 Tanya M. Lattner <tonic at nondot.org>:
>
> > Some weeks ago i talked to someone at #LLVM and he told me that versions
> of
> > llvm and gcc aren't sycronized. But i don't know how to do this.
>
> If you are using svn, you should keep llvm and llvm-gcc both at the same
> rev number