计算两个集合的 F 检验
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:
How can I efficiently calculate the binomial cumulative distribution function?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需按照 Wikipedia 中所述的方式实现算法即可。这并不难。向人们索要源代码可能会被理解为懒惰。
Just implement the algorithm as described on Wikipedia. It's not difficult. Asking people for source code could be interpreted as lazy.