
Last chance! 50% off unlimited learning
Sale ends in
Computes the cosine correlation distance between two functional dataset of
class fdata
.
dis.cos.cor(fdata1, fdata2 = NULL, as.dis = FALSE)
Returns a proximities matrix between functional data.
Functional data 1 or curve 1.
Functional data 2 or curve 2.
Returns the distance matrix from class dist
.
Kemmeren P, van Berkum NL, Vilo J, et al. (2002). Protein Interaction Verification and Functional Annotation by Integrated Analysis of Genome-Scale Data . Mol Cell. 2002 9(5):1133-43.
See also metric.lp
and semimetric.NPFDA
if (FALSE) {
r1<-rnorm(1001,sd=.01)
r2<-rnorm(1001,sd=.01)
x<-seq(0,2*pi,length=1001)
fx<-fdata(sin(x)/sqrt(pi)+r1,x)
dis.cos.cor(fx,fx)
dis.cos.cor(c(fx,fx),as.dis=TRUE)
fx0<-fdata(rep(0,length(x))+r2,x)
plot(c(fx,fx0))
dis.cos.cor(c(fx,fx0),as.dis=TRUE)
}
Run the code above in your browser using DataLab