[R] Multivariate time series - Poisson with delayed lags

2010-12-01 Thread Ophedia
Hi all, How can a multivariate Poisson time series be modeled? Aspects of glm, forecast, dse and dynlm seem relevant but not quite complete--but hopefully what I am missing is how to assemble them effectively. What I am looking to do is model my dependent variable y_t as a Poisson family functi

Re: [R] multivariate time series

2008-04-18 Thread Pfaff, Bernhard Dr.
Hello Erin, have you considered the package bundle "dse" on CRAN? Best, Bernhard > >Dear R People: > >I was looking to see if there are any functions for Vector >ARMA modeling. > >I found Vector AR(p) but no Vector ARMAs. > >Thanks, >Erin > > >-- >Erin Hodgess >Associate Professor >Department

[R] multivariate time series

2008-04-17 Thread Erin Hodgess
Dear R People: I was looking to see if there are any functions for Vector ARMA modeling. I found Vector AR(p) but no Vector ARMAs. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: [EMAIL PROTECTED]

Re: [R] Multivariate time series

2007-11-13 Thread Giusy
Thank you very much for your answers,you are all very kind!Excuse me, can I make another question about time series? When I use arimaId or best.arima function in package forecast, I can't insert regressors, I can insert them only when I make predictions.. But isn't the model influenced by regresso

Re: [R] Multivariate time series

2007-11-13 Thread Giusy
Hello to everyone, thank you for your answers, you are all very kind! I'll have a look to the package you advised me. Paul, I saw dse package, but I didn't understand how to use it.. For example, I have 2 sales series: item_1 item_2 price_item1 price_item2 0 0 26

Re: [R] Multivariate time series

2007-11-12 Thread Paul Gilbert
Package dse does do linear, multivariate time series with multivariate exogenous inputs, using VAR, multivariate ARMA, and state-space models, just like you are describing. You can specify the model or have it automatically determined. Perhaps you could give a few more details about what you ar

Re: [R] Multivariate time series

2007-11-12 Thread Giovanni Petris
Giusy, There is also a package "dlm" that may be useful, but you need to specify the model you want to use. Giovanni > Date: Sun, 11 Nov 2007 08:40:42 -0800 (PST) > From: Giusy <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > Precedence: list > > > Hello to everyone! > I have a question for

Re: [R] Multivariate time series

2007-11-12 Thread Pfaff, Bernhard Dr.
Hello Giusy, in addition to Frank's suggestion you might want to specify and estimate a VECM (function ca.jo() in package urca). This object can be transformed to its level-VAR representation (function vec2var() in package vars) for which a predict-method exists (fan charts can be generated too).

Re: [R] Multivariate time series

2007-11-11 Thread Frank Schmid
You may want to have a look at the vars package Frank Giusy schrieb: > Hello to everyone! > I have a question for you..I need to predict multivariate time series, for > example sales of 2 products related one to the other, having the 2 prices > like inputs.. > Is there in R a function to do it? I

Re: [R] Multivariate time series

2007-11-11 Thread Christofer
U might look at Vector Auto regression model. Try library(mAr) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giusy Sent: Sunday, November 11, 2007 10:11 PM To: r-help@r-project.org Subject: [R] Multivariate time series Hello to everyone! I have a

[R] Multivariate time series

2007-11-11 Thread Giusy
Hello to everyone! I have a question for you..I need to predict multivariate time series, for example sales of 2 products related one to the other, having the 2 prices like inputs.. Is there in R a function to do it? I saw dse package but I didn't find what a I'm looking for.. Could anyone help me