Displaying 2 results from an estimated 2 matches for "tstemp".
Did you mean:
tstamp
2012 Aug 08
1
time series, uneven length
...te time series that I believe have correlation between them,
I want to create a VAR model between them all.
However I have an issue as 3 of them are the same length, however the 4th is
smaller. meaning that i cannot use the 4th variable , is there anyway R can
get round this issue?
> length(tstemp)
[1] 746
> length(tspres)
[1] 746
> length(tswind)
[1] 746
> length(tsozon)
[1] 658
> ccf(tstemp,tsozon)
Error in ccf(tstemp, tsozon) : univariate time series only
thanks
--
View this message in context: http://r.789695.n4.nabble.com/time-series-uneven-length-tp4639582.html
Sent...
2005 Apr 08
2
DLL Memory Problem
...g r means for
!ccccc rest score, an ending t means for total score.
parameter (maxitem=100,maxexmn=10000,maxcats=10,ncells=1001)
!ccccc ncells must be maxitem*maxcats+1
integer nexmn,nitem,scoretemp,mscore
integer respmat(maxexmn,maxitem)
integer tscore(maxexmn) /maxexmn*0/
integer tstemp(maxexmn) /maxexmn*0/
integer natscore(ncells) /ncells*0/
integer natemp(ncells) /ncells*0/
integer i,j,k,l
integer tcountt,tcountr,tcountt2,tcountr2
real*8 respmat2(maxexmn,maxitem)
real*8 pisum(ncells),plsum(ncells),pilsum(ncells)
real*8 qisum(ncells),qlsum(ncells),qilsum(nc...