[math] pearson and spearman correlation runtime complexity

2012-12-13 Thread Martin Rosellen
sry wrong list. can someone put this in the users mailinglist plz? - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[math] pearson and spearman correlation runtime complexity

2012-12-13 Thread Martin Rosellen
Hi again, I tried to implement the pearson and spearman algorithm myself and the computation took very long. That is why I now use the commons math solution. I am curious about the runtime complexity of the Pearson and the Spearman correlation coefficient. Can someone help me with that? Gree