-
huice2
matlab量化择时模型回测代码,matlab量化择时模型回测代码(Optional model to quantify when backtesting matlab code)
- 2014-02-26 19:31:09下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
chi2test
H = CHILD returns the handle to a new CHILD or the handle to
the existing singleton*.
CHILD( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in CHILD.M with the given input arguments.
CHILD( Property , Value ,...) creates a new CHILD or raise
- 2012-08-05 19:33:14下载
- 积分:1
-
PPSO-master
说明: 简介 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),1995 年由Eberhart 博士和kennedy 博士提出,源于对鸟群捕食的行为研究 。该算法最初是...
2.算法 2.1问题抽象 鸟被抽象为没有质量和体积的微粒,并延伸到N维空间,粒子i在N维空间的位置表示为矢量Xi=(x1,x2,...,xn),飞行速度表示为矢量Vi=(v1,v2,...,vn)。每个粒子都有一(matlab and GA algorithm)
- 2020-07-02 17:23:38下载
- 积分:1
-
train
关于MATLAB中图像旋转等内容的一些实例,很有用。(On MATLAB, image rotation, etc. are some examples, very useful.)
- 2010-11-27 17:11:32下载
- 积分:1
-
EMD081116
经验模态分解的matlab源程序,手工编写样条插值方法(Empirical mode decomposition matlab source, manual preparation of spline interpolation method)
- 2009-12-13 11:16:17下载
- 积分:1
-
2D_FDTD
本程序实现2维TM波FDTD仿真,大家可以多学习学习,很不错!(The Program for 2-D TM wave FDTD simulation, we can study more to learn, very good!)
- 2011-05-13 11:13:58下载
- 积分:1
-
Optimal-Reconfiguration-of-Distribution
Power distribution systems have tie and sectionalizing switches whose states
determine the configuration of the network. Reconfiguration of distribution network
is achieved through switching operation on switches of distribution network branches.
Power companies are interested in finding the most efficient configuration for
minimization of real power losses and load balancing among distribution feeders to
save the energy and enhance the operation performance of distribution system.
The objective of this thesis is to show that the ant colony optimization
algorithm can be used successfully in the reconfiguration of electrical distribution
networks to minimize the power losses of the system and to balance the loading of the
feeders. This work is to provide a basis for power companies to use it in the
reconfiguration of the distribution networks to reduce the operational costs and to
enhance the performance of their networks.
- 2014-11-29 18:10:36下载
- 积分:1
-
noise-estimation
Noise estimator for SENSE MRI
The Maximum Spacing Noise Estimation in Single-coil Background MRI Data
Signal Dependent Noise Level Estimation
Fast Noise Estimation in Images
Detail Preserving Anosotropic Diffusion for Speckle Filtering (DPAD)
2-D adaptive noise-removal filtering
Noise estimators for MRI data Toolbox
Noise estimation rician noise corrupted images
- 2015-05-14 16:11:22下载
- 积分:1
-
MateiDemo
Iterative Watershed Segmentation (IWS)
This code is free of charges and it can be used for demonstration and evaluation purposes only. It is not allowed to use this code in any commercial purpose.
The author s approval must be requested for any modification of the initial code as it is presented in the zip file available to download. The following point called "Copyright text" must always appear verbatim in the source codes and the license text.
There is no warranty about the results obtained using this code. This is a free code, so you use it at your own risks.(Watershed Segmentation (IWS) T his code is free of charges and it can be used for d emonstration and evaluation purposes only. It is not allowed to use this code in any commercial purpose. The author's approval must be requeste d for any modification of the initial code as it i 's presented in the zip file available to downloa d. The following point called "Copyright text" must always appear verbatim in the source codes and the license text. There is no warranty about the results obtained using this code. This is a f ree code, so you use it at your own risks.)
- 2007-03-25 12:06:26下载
- 积分:1