search for: phib

Displaying 1 result from an estimated 1 matches for "phib".

Did you mean: phi
2012 Jun 20
0
compute similarity distance
...b' #---------------------------------- # based on Chris et al (2011): The effect of electrostatics on Factor H and related pathologies c1<-x-y # phiA(i,j,k)-phiB(i,j,k) c<-sqrt(c1$V1^2+c1$V2^2+c1$V3^2) # |phiA(i,j,k)-phiB(i,j,k)| a<-sqrt(x$V1^2+x$V2^2+x$V3^2) #|phiA(i,j,k)| b<-sqrt(y$V1^2+y$V2^2+y$V3^2) #|phiB(i,j,k)| #---------------------------------- esdi<-c/max(a,b) #|phiA(i,j...