搜索资源列表
-
2下载:
十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
-
-
0下载:
曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
-
-
0下载:
Simple VaR Calculator provides:
- Evaluation of return distribution of single asset or portfolio of assets
- Volatility forecasts using moving average and exponential algorithm
- Value at Risk of single asset or portfolio measurement
-
-
0下载:
/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
-
-
4下载:
matlab 高频算法交易实现, 附有详细说明文档,包括从基础的均线到高级的遗传算法在内的实现,非常实用-matlab frequency algorithmic trading, with detailed documentation, including moving average based on advanced genetic algorithm, including the realization of very practical
-
-
1下载:
信号的平滑处理,moving average算法,Mablab源程序-signal processing, moving average algorithm, in Mablab
-
-
0下载:
Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA)of real-valued data series using Kalman filter algorithm.
-
-
1下载:
数据挖掘建模工具,轻易实现BP神经网络、RBF神经网络、灰色系统、决策树、决策表、贝叶斯、懒惰算法、支持向量机、K均值聚类、Apriori关联规则、HotSpot关联规则、回归分析、指数平滑、季节移动平均及组合等算法建模。-Data mining modeling tools, easy to achieve BP neural network, RBF neural network, gray system, decision tree, decision table, Bayesian, l
-
-
0下载:
防脉冲干扰移动平均值滤波算法,防脉冲干扰移动平均值滤波算法-Anti-interference pulse moving average filter algorithm
-
-
0下载:
Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA) of real-valued data series using Kalman filter algorithm.
REFERENCE:
A. Schloegl (2000), The electroencephalogram and the adaptive autoregre
-
-
3下载:
传统的脉搏血氧R值提取大多采用脉搏波的峰谷值法.一个脉搏周期的峰谷值往往不能反映真实的R值,因此通常采用多个周期峰谷值的平均来提高R值的精度。提供了移动平均算法进行脉搏血氧信号特征值提取源码。-Traditional pulse oximetry R value extraction most of the peak value of the pulse wave method. A peak value of pulse cycles often do not reflect the true
-
-
0下载:
需求预测算法,时间序列中移动平均算法.matlab编写,代码全. 待整理-Demand forecasting algorithm, time series moving average algorithm Matlab to write code for the whole to be processed
-
-
1下载:
增广最小二乘的递推算法对应的噪声模型为滑动平均噪声,扩充了参数向量和数据向量H(k)的维数,把噪声模型的辨识同时考虑进去。最小二乘法只能获得过程模型的参数估计,而增广最小二乘法同时又能获得噪声模型的参数估计,若噪声模型为平均滑动模型,,则只能用RELS算法才能获得无偏估计。当数据长度较大时,辨识精度低于极大似然法。-Augmented least squares of recursion algorithm corresponding noise model for moving average
-
-
0下载:
局域均值分解算法,应用于EEG信号,没有采用滑动平均法-Local mean decomposition algorithm, used in EEG signals, without using the moving average method
-
-
0下载:
本程序是matlab滑动平均算法。用于去除低频干扰。-This procedure is the matlab moving average algorithm.Used to remove the low frequency interference.
-
-
0下载:
关于滑动平均算法关于功率谱计算程序,初步演示了滑动平均算法的计算过程-About moving average algorithm on the power spectrum calculation procedures, the initial presentation of the moving average calculation algorithm
-
-
1下载:
卡夫曼自适应移动平均线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
-
-
0下载:
KZA 自适应滑动平均算法 c语言代码实习 可以判断非连续区间-KZA adaptive moving average algorithm c language code internship can determine the non-continuous interval
-
-
0下载:
一种测试滑动平均效果的算法,使用数据结构循环队列-A test the effect of moving average algorithm
-
-
0下载:
多次迭代滑动平均算法,是选一矩形窗口,在平面上逐点滑动,计算窗口内所有点的平均值及观测值与此平均值之差-Multiple iterative moving average algorithm is to a rectangular window, sliding on the plane point by point, calculate the average value of all the points in the window and the difference between t
-