views:

35

answers:

1

Given two arrays of doubles, how Can I compute the F Test?

(F test is defined here: http://www.excelfunctions.net/Excel-Ftest-Function.html)

I am looking for answer like this one:

http://stackoverflow.com/questions/1095650/how-can-i-efficiently-calculate-the-binomial-cumulative-distribution-function

A: 

Just implement the algorithm as described on Wikipedia. It's not difficult. Asking people for source code could be interpreted as lazy.

Cameron Skinner
I read the wikipedia article. Still can't figure it out. Pseudo code is OK.