Displaying 5 results from an estimated 5 matches for "fdata1".
Did you mean:
data1
2020 Oct 02
1
help in R code
...but whenever i put phat=24 i.e want to predict each 24 hours its give the results in the form of NA. the code is given below
fdata<- function(mat){? nb = 27 # number of basis functions for the data? fbf = create.fourier.basis(rangeval=c(0,1), nbasis=nb) # basis for data? args=seq(0,1,length=24)? fdata1=Data2fd(args,y=t(mat),fbf) # functions generated from discretized y? return(fdata1)}prediction.ffpe = function(fdata1){? n = ncol(fdata1$coef)? D = nrow(fdata1$coef)? #center the data? #mu = mean.fd(fdata1)? data = center.fd(fdata1)? #ffpe = fFPE(fdata1, Pmax=10)? #p.hat = ffpe[2] #order of the mod...
2020 Oct 04
1
Help in R code
...ver i putphat=24 i.e want to predict each 24 hours its give the results in the form ofNA. the code is given below
?
fdata<- function(mat){
? nb = 27 # number of basis functions for the data
? fbf = create.fourier.basis(rangeval=c(0,1), nbasis=nb) #basis for data
? args=seq(0,1,length=24)
? fdata1=Data2fd(args,y=t(mat),fbf) # functions generatedfrom discretized y
? return(fdata1)
}
prediction.ffpe = function(fdata1){
? n = ncol(fdata1$coef)
? D = nrow(fdata1$coef)
? #center the data
? #mu = mean.fd(fdata1)
? data = center.fd(fdata1)
? #ffpe = fFPE(fdata1, Pmax=10)
? #p.hat = ffpe[2...
2020 Oct 18
1
Help in R code
...ores(3) I use functional final prediction error for the selection of the parameters on the VAR model(4) Using VAR for the analysis and forecasting .(1)?nb = 23 # number of basis functions for the data? fbf = create.fourier.basis(rangeval=c(0,1), nbasis=nb) # basis for data? args=seq(0,1,length=24)? fdata1=Data2fd(args,y=t(mat),fbf) # functions generated from discretized y(2)?ffpe = fFPE(fdata1, Pmax=10)? d.hat = ffpe[1] #order of the model? p.hat = ffpe[2] #lag of the model
(3) n = ncol(fdata1$coef)? D = nrow(fdata1$coef)? #center the data? mu = mean.fd(fdata1)? data = center.fd(fdata1)? #fPCA? fpca...
2020 Oct 14
1
Help in Coding
...ores(3) I use functional final prediction error for the selection of the parameters on the VAR model(4) Using VAR for the analysis and forecasting .(1)?nb = 23 # number of basis functions for the data? fbf = create.fourier.basis(rangeval=c(0,1), nbasis=nb) # basis for data? args=seq(0,1,length=24)? fdata1=Data2fd(args,y=t(mat),fbf) # functions generated from discretized y(2)?ffpe = fFPE(fdata1, Pmax=10)? d.hat = ffpe[1] #order of the model? p.hat = ffpe[2] #lag of the model
(3) n = ncol(fdata1$coef)? D = nrow(fdata1$coef)? #center the data? mu = mean.fd(fdata1)? data = center.fd(fdata1)? #fPCA? fpca...
2005 Dec 22
2
tcpdump-smb won't work
...VFPRINTF=1
-DHAVE_STRCASECMP=1 -DHAVE_ETHER_NTOA=1 -DHAVE_SETLINEBUF=1
-DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SIGSET=1 -DHAVE_FDDI -I.
-Ilinux-include -c ./smbutil.c
smbutil.c: In function `make_unix_date':
smbutil.c:44: error: storage size of `t' isn't known
smbutil.c: In function `fdata1':
smbutil.c:471: warning: pointer/integer type mismatch in conditional
expression
make: *** [smbutil.o] Error 1
So I can't configure/compile/install, and I think this is caused by the
failed patch job.
Since I downloaded the binary itself, I shouldn't have to compile it to
get tcpd...