search for: 248th

Displaying 3 results from an estimated 3 matches for "248th".

Did you mean: 48th
2005 Dec 05
1
Help
...tion for all. I have a multivariate dataset having 7 variables as independent and 1 dependent variable. 248 data points are there. I want to do out sample forecast first considering 156 points. So I'll have to start from 157th point and calculate the 157th y_hat value. In this way it will go to 248th data point. Can any one tell me how I can do with for loop. Thanks a lot in advance. Thanks & Regards, SUMANTA BASAK. ------------------------------------------------------------------------------------------------------------------- This e-mail may contain confidential and/or privile...
2014 Jan 30
1
Is replication broken?
Hi, Apologies for this being my 248th post about replication... The current error I'm getting is: Jan 30 12:10:54 Server1 dovecot: dsync-local(MailUser1): Error: dsync( Server2.test.com): read() failed: read((fd)) failed: Connection reset by peer Subsequent errors are: Jan 30 12:15:47 Server1 dovecot: dsync-local(MailUser1): Er...
2012 Apr 26
2
write to M, using row and columns taken from A and B, with values from C
I want to write to M, using row and columns taken from A and B, with values from C. C is a lot longer than A and B, so only the first 67420 elements of C are used in my loop.So how can I improve it to take then the next 67420 and write it to new file and so on till the 248th 67420. Many thanks library(Matrix) M <- Matrix(-9999, 360, 720) ## creat matrix with 720 columns and 360 ro ws with valus of -9999 long <- file("C:\\New folder (5)\\inra.bin", "rb") A = readBin(long, integer(), size = 2, n = 1*67420, signed = TRUE) lot <- file(...