Displaying 2 results from an estimated 2 matches for "taup".
Did you mean:
tap
2011 Mar 22
1
Looping Problem
...sk of running a
Kendall's Tau correlation test on 75 time series that I am interested in.
The code I have written is:
for(i in 1:length(gagehandles)){
dates<-get(paste(gagehandles[i],"_amsd",sep=""))
q<-get(paste(gagehandles[i],"_amsq",sep=""))
taup<-Kendall(dates,q)
print(gagehandles[i])
print(taup)
So basically, I have inputted all the records I am concerned with into R
using the scan function. These are all represented by a four letter
identifier followed by _amsd or _amsq (to distinguish the two variables).
For example, a variable mi...
2004 Jun 15
1
listenning on interfaces
...es
interfaces = eth0 lo
I thought that it would only listens on the local machine and my internal Lan (which is on eth0 192.168.0.1) but nmbd seems to always listen on UDP/137 and UDP/138 (netbios-ns and netbios-dgm) on 0.0.0.0/0. Here is the output of netstat :
[root@ServeurLinux user]# netstat -taup
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.0.1:netbios-ssn *:* LISTEN 3800/smbd
tcp 0 0 Ser...