-
MATLAB.doc
stats 用于检验回归模型的统计量,有三个数值:相关系数r2、F值、与F对应的概率p.相关系数r2越接近1,说明回归方程越显著;F > F1-α(k,n-k-1)时拒绝H0,F越大,说明回归方程越显著;与F对应的概率p 时拒绝H0,回归模型成立.(stats for the test statistic of the regression model, there are three values: the correlation coefficient r2, F value, and F corresponds to the probability p. The correlation coefficient r2 more close to 1, note the more significant regression equation F> F1-α (k, nk-1) refused to H0, F the bigger shows the more significant regression equation F corresponds with the probability p refused H0, set up a regression model.)
- 2007-12-11 15:45:32下载
- 积分:1
-
Clustering
说明: 基于matlab的关于复杂网络中的群聚系数的算法源程序,与大家共享(Matlab based on the complexity of the network clustering coefficient algorithm source code, and share)
- 2008-10-20 14:18:46下载
- 积分:1
-
matlab1
说明: MATLAB关于一维插值和二维插值学习实例(MATLAB on the one-dimensional interpolation and two-dimensional interpolation example learning)
- 2009-08-22 12:07:38下载
- 积分: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
-
genetic-algorithm
说明: 本书对遗传算法的基本原理作了较为系统、全面的论述(Book, the basic principles of genetic algorithms made a more systematic and comprehensive exposition)
- 2011-04-01 14:04:44下载
- 积分:1
-
licheng
最常用的俄语词组,帮助大家记忆,给大家提供一个词组的汇总(The most commonly used Russian phrases to help you remember, give us a summary of the phrase)
- 2011-09-05 09:25:23下载
- 积分:1
-
Desktop
i have wote a matlab code to track human in vidoe and this is well runing but i need a code for huma detection in maltab if anyone have thenm plz mail me on my adrees
- 2009-05-30 10:49:28下载
- 积分:1
-
matlab_svm_1_original
说明: matlab svm 源代码
matlab svm 源代码
(matlab svm)
- 2009-11-01 21:49:04下载
- 积分:1
-
qianweishi
给出一个具体逆变器钳位式的仿真实例,通过仿真 ,可以得出实际运行中的电压、电流的波形
(Clamped inverter is given a specific type of simulation examples, the simulation can be drawn from the actual operation of the voltage and current waveforms)
- 2011-07-14 17:47:11下载
- 积分:1
-
disanfenqu
2011建模夏令营b题第一问求解,内有有注释,关键字,覆盖,选址( )
- 2012-08-23 11:23:45下载
- 积分:1