Ravi Varadhan <rvaradhan <at> jhmi.edu> writes: > dist <- function(A, B) { > # Frobenius norm of A - B > n <- nrow(A) > sum(abs(B - A)) > } >
See http://mathworld.wolfram.com/FrobeniusNorm.html for a definition of the Frobenius norm. Erwin ---------------------------------------------------------------- Erwin Kalvelagen Amsterdam Optimization Modeling Group er...@amsterdamoptimization.com http://amsterdamoptimization.com ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.