搜索资源列表
RandWPSO
- 权重改进粒子群算法中的随机权重法,将标准PSO算法中设定w为服从某种随机分布的随机数,这样一定程度上可从两方面克服w的线性递减所带来的不足-Weights improved particle swarm algorithm in the random weight method, the standard PSO algorithm to set w to obey a random distribution of the random numbers, so to a certain exte
lzycsf
- 量子遗传算法源程序,采用的是权重系数法求解-Quantum Genetic Algorithm source code, using the weight coefficient method
cengcifenxi
- 采用matlab编写的,基于层次分析法求解权重的例子,可以输入互反矩阵,直接求解权重-Using matlab prepared, based on the weight of AHP for solving the example, you can enter reciprocal matrix, directly solve the weights
qujianshu
- 区间数计算,岩土沉降预测,matlab编程,变权重计算-Interval calculations, geotechnical settlement prediction, matlab programming, variable weight calculation
RS-and-NRS_-matlab-code-and-pdf
- 鉴于本人去年7月份发布的《关于粗糙集和邻域粗糙集的基本理论和程序算例》其中有一些错误,可能给相关研究人员带来了误解,在此向大家道歉! 同时在此资源中新增加了本人编写的邻域粗糙集的matlab计算程序,包括正域计算,约简计算,重要度计算,权重计算。 欢迎大家下载并交流学习! 我所发布的两个版本的说明,以第二版本为主,第一个版本就不要下载了。 版权所有,除百度文库和中国程序员联合开发网上能下载到相关资源外,其他网站上的均为盗用。请尊重知识产权!-Given that
AHP
- 层次分析法,用matlab编制,输入任何矩阵后,可进行一致性检验,标准化权重向量,最大特征值计算。运行在通过matlab 2008a通过。-AHP using matlab prepared to enter any matrix may conformance testing, standardization of weight vector, the largest eigenvalue calculation. Running through the adoption of matlab
kanjiu
- 仿真效率很高的,基于分段非线性权重值的Pso算法,matlab小波分析程序。- High simulation efficiency, Based on piecewise nonlinear weight value Pso algorithm, matlab wavelet analysis program.
gangkao
- 这是一个好用的频偏估计算法的matlab仿真程序,采用热核构造权重,在MATLAB中求图像纹理特征。- This is a useful frequency estimation algorithm matlab simulation program, Thermonuclear using weighting factors In the MATLAB image texture feature.
MACD
- 可以通过指标自由修改MACD所合计的各种参数,包括权重、周期等,从而实现对股票的观测(You can change the parameter freely,include the period and the weight.So it can help you to make the right choice for stock.)
visulize
- caffe-window matlab 接口训练mnist后权重、特征可视化(Caffe-window Matlab interface training MNIST.M file, MATLAB platform training MNIST model)
CE
- 层次分析法,序关系法,变异系数法,熵权法的matlab程序,经测试很实用,可以计算指标权重(Analytic hierarchy process, order relation method, coefficient of variation method, entropy weight method of Matlab procedures)
熵值法确定权重_matlab程序
- matlab实现熵值法,程序改变x直接使用(Entropy method implemented by MATLAB)
matlab基于Relief算法
- matlab基于Relief算法的特征权重选择,有效地选择出了权重数据(Based on the feature weight selection of Relief algorithm, the weighting data are effectively selected)
Litterman
- 计算bl模型的matlab代码,给出最佳权重(matlab code for calculating weights of portfolio in BL model)
熵权法
- 一个基于matlab平台的求解权重的代码(Calculating weight based on MATLAB)
delphi法权重matlab程序
- 对于专家赋权法delhpi法的matlab实现(Delhpi expert weighting method matlab implementation program.)
MATLAB
- 根据信息熵的定义,对于某项指标,可以用熵值来判断某个指标的离散程度,其熵值越小,指标的离散程度越大,该指标对综合评价的影响(即权重)就越大,如果某项指标的值全部相等,则该指标在综合评价中不起作用。(According to the definition of information entropy, the entropy value can be used to judge the degree of dispersion of a certain index. The smaller the
层次分析法-matlab代码
- 层次分析法,简称AHP,是指将与决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。该方法是美国运筹学家匹茨堡大学教授萨蒂于20世纪70年代初,在为美国国防部研究"根据各个工业部门对国家福利的贡献大小而进行电力分配"课题时,应用网络系统理论和多目标综合评价方法,提出的一种层次权重决策分析方法。(Analytic Hierarchy Process)
基于混沌自适应粒子群优化的matlab程序
- 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth
strategy.m
- macd交易策略代码 % 子函数1:top_sharpes 选取夏普比率最高五只股票 % 子函数2:best_weights 确定最优权重 % 子函数3:my_macd 计算各股macd % 子函数4:backtest 识别买卖信号模拟交易,计算各股累计收益 % 主函数思路:1.设定训练期为1年,测试期为半年 % 2.动态选股:2.1 使用4个子函数计算第i个测试期的累计收益 % 2.2 将第i个测试期并入训练期 %