搜索资源列表
normaldistribution
- 通过vc实线相关正态分布的计算,计算正态分布的平均值等-The solid line through the vc related to the calculation of the normal distribution to calculate the average of the normal distribution, etc.
SimpleMovingAverage
- 算术移动平均线是简单而普遍的移动平均线。平均线是指算术平均数,计算方法为一组数字相加,除以该组数据的组成个数,其 中每一给定时限在计算平均值时的权重均相等 。以5天移动平均线为例,公式如下: MA=(C1+C2+C3+C4+C5)/5 一般公式 :MA=(C1+C2+C3+C4+C5+....+Cn)/n -Simple Moving Average