登录
首页 » matlab » 技术分析指标工具箱(民间版)

技术分析指标工具箱(民间版)

于 2020-07-03 发布
0 167
下载积分: 1 下载次数: 5

代码说明:

说明:  K线图以及常用技术指标的MATLAB实现(Realization of K-Line Diagram and Common Technical Indicators by MATLAB)

文件列表:

技术分析指标工具箱(民间版)\AD.m, 2257 , 2014-05-19
技术分析指标工具箱(民间版)\ARBR.m, 3378 , 2014-05-18
技术分析指标工具箱(民间版)\AROON.m, 2366 , 2014-05-19
技术分析指标工具箱(民间版)\ATR.m, 1995 , 2014-05-21
技术分析指标工具箱(民间版)\BIAS.m, 2282 , 2014-05-18
技术分析指标工具箱(民间版)\BOLL.m, 3345 , 2014-05-18
技术分析指标工具箱(民间版)\CCI.m, 2893 , 2014-05-18
技术分析指标工具箱(民间版)\CMO.m, 1819 , 2014-05-19
技术分析指标工具箱(民间版)\CR.m, 2468 , 2014-05-18
技术分析指标工具箱(民间版)\CV.m, 1763 , 2009-05-23
技术分析指标工具箱(民间版)\DMA.m, 1751 , 2014-05-18
技术分析指标工具箱(民间版)\DMI.m, 2485 , 2014-05-18
技术分析指标工具箱(民间版)\DPO.m, 2108 , 2014-05-22
技术分析指标工具箱(民间版)\EMA.m, 1491 , 2014-05-18
技术分析指标工具箱(民间版)\EMV.m, 2095 , 2014-05-18
技术分析指标工具箱(民间版)\ENV.m, 2015 , 2009-05-22
技术分析指标工具箱(民间版)\ForceIndex.m, 1612 , 2014-05-18
技术分析指标工具箱(民间版)\KDJ.m, 2283 , 2014-05-18
技术分析指标工具箱(民间版)\MA.m, 1404 , 2014-05-18
技术分析指标工具箱(民间版)\MACD.m, 1750 , 2014-05-18
技术分析指标工具箱(民间版)\MFI.m, 2063 , 2014-05-19
技术分析指标工具箱(民间版)\MIKE.m, 3079 , 2014-05-19
技术分析指标工具箱(民间版)\MTM.m, 2143 , 2014-05-18
技术分析指标工具箱(民间版)\NVI.m, 2271 , 2014-05-22
技术分析指标工具箱(民间版)\OBV.m, 2688 , 2014-05-19
技术分析指标工具箱(民间版)\PSY.m, 2195 , 2014-05-19
技术分析指标工具箱(民间版)\PVI.m, 2475 , 2014-05-22
技术分析指标工具箱(民间版)\ROC.m, 1927 , 2014-05-18
技术分析指标工具箱(民间版)\RSI.m, 2214 , 2014-05-19
技术分析指标工具箱(民间版)\RVI.m, 1895 , 2014-05-22
技术分析指标工具箱(民间版)\SAR.m, 5312 , 2014-05-18
技术分析指标工具箱(民间版)\TRIX.m, 2071 , 2014-05-18
技术分析指标工具箱(民间版)\VHF.m, 2287 , 2009-05-23
技术分析指标工具箱(民间版)\VR.m, 3255 , 2014-05-19
技术分析指标工具箱(民间版)\WAD.m, 1641 , 2014-05-22
技术分析指标工具箱(民间版)\WMS.m, 1990 , 2014-05-18
技术分析指标工具箱(民间版)\WVAD.m, 2108 , 2009-05-23
技术分析指标工具箱(民间版)\列表.jpg, 158431 , 2009-05-23
技术分析指标工具箱(民间版), 0 , 2014-10-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • edgedetection
    数字图像处理之边缘检测(边缘检测prewitt.m)(Edge Detection of digital image processing (edge detection prewitt.m))
    2010-06-28 23:10:48下载
    积分:1
  • timo_ludecomposition_fun
    LU decomposition used to solve matrices with multiple unknowns
    2010-07-21 02:42:21下载
    积分:1
  • elearning
    this application is elearning systen
    2015-01-12 17:17:13下载
    积分:1
  • adaboost
    AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。 具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后, 计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法....... 直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。 可以看出,训练流程是串行的,并且训练样例的权重是一直在变化的,分错的样本的权重不断加大,正确的样本的权重不断减小。 AdaBoost元算法是boosting中流行的一种,还有其他的系统融合的方法,比如bagging方法以及随机森林。 对于非均衡样本的处理,一般可以通过欠抽样(undersampling)或者过抽样(oversampling),欠抽样是削减样本的数目, 过抽样是重复的选取某些样本,最好的方法是两种进行结合的方法。 同时可以通过删除离决策边界比较远的样例。 (AdaBoost boosting systems dollar fusion algorithm is the most popular one, it plainly systems integration approach is a serial train and final weighted cumulative. Specific process is: Each training example is given equal weight, and the weights satisfy normalization, after the first classifiers after Calculating a first classifier weights alpha value for each sample and updates right weight training, and then the second classifier training, the same way ....... 0, or until the specified error rate training rounds, wherein the label is the calculation of the final prediction system* alpha weighted and then sign (predicted value). As can be seen, the training process is serial, and weight training examples is always changing, the right of the wrong sample weight continued to increase, the right to correct sample weight decreasing. AdaBoost algorithm is an element, as well as other methods of boosting popular systems integration, such as bagging and random forest method. For )
    2014-07-09 19:24:29下载
    积分:1
  • Phase-Difference-Correcting
    基于全相位频谱分析的相位差频谱校正法.PDF(Phase Difference Correcting Spectrum Method Based on All-phase Spectrum Analysis)
    2013-10-16 16:17:13下载
    积分:1
  • ACF_ploting
    autocorrelation function for chirp signal
    2013-04-29 19:47:48下载
    积分:1
  • regiongrowing
    Segmentation by growing a region from seed point using intensity mean measure
    2013-05-09 04:47:05下载
    积分:1
  • gjpfx
    几篇高阶谱分析的论文资料及一个源代码程序,对高阶谱感兴趣的人来说非常有用(several articles about analysis of gaojiepu)
    2011-08-22 16:06:59下载
    积分:1
  • fdtd3D_pec
    This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a three-dimensional Cartesian space lattice comprised of uniform cubic grid cells. Each unit cell within the Yee lattice contains electric fieldcomponents sampled along the edges of the cube and magnetic field
    2013-08-29 21:31:44下载
    积分:1
  • harq1
    说明:  harq in lte for channel coding in matlab to correct error in 4g
    2019-06-10 03:09:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载