Displaying 5 results from an estimated 5 matches for "souto".
Did you mean:
south
2009 Jul 21
1
Forecasting - Croston Method Error
...: time
series has no or less than 2 periods*".
histValues
<-ts(c(5,5,0,0,3,0,1,3,0,3,0,2,7,3,2,2,3,2,3,2,2,3,1,1,3,0,1,0,2,1,0,4,1,1,3,0,1),f=12,s=c(1998,1))
forecastValues <- croston(histValues, h=4, alpha=0.1)
Does anyone know the causes and how to fix this problem?
Thanks,
Pedro Souto
[[alternative HTML version deleted]]
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 Apr 01
0
Gateway with 9 VMs
...e time
to think what I am writing.
In the future, when I have some questions, I will
point you to this email, so you can remember all
that and our lives will be easier.
Also, I hope to have everything documented, may
be I can put it into a web page for everybody.
Thanks!
--
Bye,
Fernando Maciel Souto Maior
fernando@araujo.com.br
http://www.araujo.com.br
+55+31 3270-5886
LPIC/1 # 31908
AVISO-------------------------------------------------------------
Esta mensagem pode conter informacao confidencial ou privilegiada.
Se voce nao for o destinatario ou a pessoa autorizada a receber
esta mensagem,...
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
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