search for: csfs

Displaying 2 results from an estimated 2 matches for "csfs".

Did you mean: cifs
2004 Jun 22
0
prcomp & eigenvectors
...;channels" (eigenvectors). #this shows 3 SF channels; net CSF = c1 + c2+c3 x<-1:100 c1<-dnorm(x,mean=20,sd=20) c2<-dnorm(x,mean=50,sd=20) c3<-dnorm(x,mean=80,sd=20) s1<-1;s2<-1;s3<-1 net<-c1*s1 + c2*s2 + c3*s3 plot(x,net) lines(x,c1);lines(x,c2);lines(x,c3) Given the CSFs of many subjects, I was hoping that prcomp could show me the shapes of the constituent channels. I checked this with a simulation. ####simulation where each subject has diff weighting (scores) of channels nsim<-50 csf<-matrix(nrow=nsim,ncol=100) #one row per subject, cols represent the csf...
2011 Apr 27
1
AD and samba secondary group problems
...workgroup = DOMAIN password server = <snip> <snip> realm = domain.co.uk security = ads template shell = /bin/bash winbind use default domain = yes winbind offline logon = false winbind seperator = + #--authconfig--end-line-- netbios name = csfs idmap backend = tdb2 encrypt passwords = true username map = /etc/samba/smbusers smb passwd file = /etc/samba/smbpasswd clustering = yes interfaces = <snip>/22 dns proxy = no log file = /var/log/samba/log.%m socket options = TCP_NODELAY IPTOS_L...