Cross-correlation Code in C# [closed]

喜欢而已 提交于 2019-12-10 16:34:54

问题


HI all, I have been hunting around for some code that implements various correlation coefficients (specifically cross-correlation) in C# to no avail. The one I found alglib has some licensing requirements, surely there must some F/OSS implementation for such a common statistical function.


回答1:


The Meta.Numerics library supports the computation of correla



来源:https://stackoverflow.com/questions/4922670/cross-correlation-code-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!