05 2015 档案
c#求slope线性回归斜率
摘要:C# slope();线性回归斜率的求解 阅读全文
posted @ 2015-05-31 16:42 快乐达人 阅读(1920) 评论(0) 推荐(0)
EMA计算的C#实现(c# Exponential Moving Average (EMA) indicator )
摘要:原来国外有个源码(TechnicalAnalysisEngine src 1.25)内部对EMA的计算是:var copyInputValues = input.ToList(); for (int i = period; i dd=new List(){2077,2077,2077,2078,2... 阅读全文
posted @ 2015-05-31 11:37 快乐达人 阅读(2257) 评论(2) 推荐(0)