CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 移动平均

搜索资源列表

  1. ave_method

    0下载:
  2. 需求预测算法,时间序列中移动平均算法.matlab编写,代码全. 待整理-Demand forecasting algorithm, time series moving average algorithm Matlab to write code for the whole to be processed
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:600
    • 提供者:zhaojg
  1. Trigger-Algorithm

    0下载:
  2. 一个基于Matlab/Simulink建模的算法:Trigger. Trigger使用移动平均和匹配滤波器对原始信号进行噪声处理和信号峰值提取,并验证原始信号的正确性。Trigger使用M-code实现,并且使用S-function封装到Simulink中。-An algorithm based on Matlab/Simulink modeling: Trigger. Trigger moving average and the matched filter noise processing
  3. 所属分类:Other systems

    • 发布日期:2017-09-23
    • 文件大小:1441792
    • 提供者:ylh
  1. arma_analyse-and-forecast

    1下载:
  2. 1、时间序列的ARMA(自回归移动平均)算法代码实现; 2、能用于平稳时序的分析和预测; 3、使用C/C++开发。-1、The codes relization of timeseries arma forecast method 2、Be used in analyzing and forecast in timeseries 3、Be developed by C/C++ tool.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:746
    • 提供者:刘亚东
  1. shujupinghua1

    0下载:
  2. 在系统辨识前,对输入输出数据进行平滑处理,列举了移动平均法、loess、sgolay等几种平滑方法进行分析比较-System identification, data input and output smoothing, moving average method, loess, sgolay cited several smoothing methods were analyzed and compared
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:782
    • 提供者:周洋
  1. FXunion.com_simplefx

    1下载:
  2. 简单的外汇自动交易系统,用移动平均线。这两个移动平均线可以改变时期、方法和类型。主要应用在日线图表中,效果还不错。-simplefx V2.0
  3. 所属分类:assembly language

    • 发布日期:2016-05-03
    • 文件大小:4096
    • 提供者:suoxinyang
  1. movavg

    0下载:
  2. matlab下的股票移动平均函数,用于计算股票的移动平均线-matlab under the stock moving average function for calculating a moving average of the stock
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-01
    • 文件大小:1425
    • 提供者:齐小白
  1. Weighted-moving-average-method

    0下载:
  2. 加权移动平均法就是根据同一个移动段内不同时间的数据对预测值的影响程度,分别给予不同的权数,然后再进行平均移动以预测未来值。 加权移动平均法不像简单移动平均法那样,在计算平均值时对移动期内的数据同等看待,而是根据愈是近期数据对预测值影响愈大这一特点,不同地对待移动期内的各个数据。对近期数据给予较大的权数,对较远的数据给予较小的权数,这样来弥补简单移动平均法的不足。-Weighted moving average method is according to the degree of infl
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:779
    • 提供者:陈发东
  1. Simple-moving-average-method

    1下载:
  2. 简单移动平均法是指对由移动期数的连续移动所形成的各组数据,使用算术平均法计算各组数据的移动平均值,并将其作为下一期预测值。 简单的移动平均的计算公式如下: Ft=(At-1+At-2+At-3+…+At-n)/n    式中,Ft--对下一期的预测值;    n--移动平均的时期个数; At-1--前期实际值; At-2,At-3和At-n分别表示前两期、前三期直至前n期的实际值。-Simple moving average method refers to the da
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:708
    • 提供者:陈发东
  1. code

    5下载:
  2. 一个利用MATLAB编写的螺纹钢期货高频交易套利策略。本策略主要使用移动平均(Moving Average)+RSI 指数策略进行交易判定。其基本思想是 MA 策略对 于明显 趋势走效果较好,而 RSI 策略适用于震荡的行情 ,对两种策略 产生的信号合成之后具有较强抵抗风险的能力 。实际验中,在对 。实际验中,在对 。实际验中,在对 初始 价格信号进行处理并 通过以往数 据回测,得到最佳 据回测,得到最佳 参数组合之后, 策略的 年均收益率 达到了23.6 2,夏普比率为 2.05。-One u
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-09-07
    • 文件大小:518144
    • 提供者:huangxiao
  1. experts

    3下载:
  2. 自己编写一的一简单EA,用移动平均先和震荡指标组合-I have written one of a simple EA, using the moving average combination of the first and the shock indicators
  3. 所属分类:Other systems

    • 发布日期:2017-03-10
    • 文件大小:30720
    • 提供者:刘斌
  1. SimpleMovingAverage

    0下载:
  2. 算术移动平均线是简单而普遍的移动平均线。平均线是指算术平均数,计算方法为一组数字相加,除以该组数据的组成个数,其 中每一给定时限在计算平均值时的权重均相等 。以5天移动平均线为例,公式如下: MA=(C1+C2+C3+C4+C5)/5 一般公式 :MA=(C1+C2+C3+C4+C5+....+Cn)/n -Simple Moving Average
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:4640
    • 提供者:gaiwei
  1. Moving-Averages

    0下载:
  2. metatrader移动平均线源代码 可自动显示移动平均线-metatrader moving average line source code can be displayed automatically moving average
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4848
    • 提供者:周淼
  1. Simple-moving-average

    0下载:
  2. 单纯移动平均 对波形噪声减低处理的一种方法 本人的作业于大家分享-Simple moving average
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:610
    • 提供者:王惠民
  1. Realtime

    0下载:
  2. 利用移动平均实时求取均值与方差,是可以用于数字信号处理的小技巧。在实时信号处理中作用较大。 利用移动平均实时求取均值与方差,是可以用于数字信号处理的小技巧。-The use of real-time strike moving average mean and variance are tips can be used for
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1050
    • 提供者:何赛娟
  1. MA_EMA_AMA

    1下载:
  2. 卡夫曼自适应移动平均线MATLAB代码 SMA:Simple MA 简单平均线 EMA:Exp MA指数平均线 AMA:Adaptive MA 卡夫曼自适应移动平均 算法过程 卡夫曼自适应移动平均算法过程整理 对比测试代码(测试数据使用HS300指数,数据直接从Yahoo上下载):-Kaufman adaptive moving average MATLAB code SMA: Simple MA Simple Average EMA: Ex
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:光辉
  1. zhydpjx

    1下载:
  2. 置换移动平均线 ,移动平均线的升级版,避免移动和平均线的滞后缺点。-Replacement upgraded version of the moving average line, the moving average line, avoiding the shortcomings lag moving average of peace.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-11-14
    • 文件大小:1024
    • 提供者:啊歌
  1. ARIMA

    0下载:
  2. ARIMA模型全称为差分自回归移动平均模型(Autoregressive Integrated Moving Average Model,简记ARIMA),-ARIMA is。。。。。
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:61999
    • 提供者:
  1. A-SMA

    1下载:
  2. 关于移动平均线的EA,适合MT4,自行编写,仅供参考学习-About moving average EA, for MT4, write your own reference only learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2225
    • 提供者:李桃
  1. movingthresh

    0下载:
  2. 使用移动平均的图像阈值处理,matlab实现,适用于手写文本图像。-Moving average of image thresholding, matlab achieve for handwritten text images.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:959
    • 提供者:weepo
  1. cheliuliangyuce

    1下载:
  2. 短时交通流预测是实现交通流诱导的关键技术之一。短时交通流因为其不确定性等特点而使其预测很复杂。本文通过实地调查获取的交通流量数据,分别采用移动平均法、指数平滑法、AR模型法三种交通流预测方法进行短时交通流量预测。-Traffic flow forecasting is one of the key technologies to achieve traffic induced. Traffic flow because the characteristics of its uncertainty
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:630326
    • 提供者:张子龙
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com