Location:
Search - t_test
Search list
Description: 计算扰动后的T检验Matlab程序,对原始数据进行扰动以分析扰动后的变量是否具有显著性
Platform: |
Size: 50126 |
Author: wangli |
Hits:
Description: 计算扰动后的T检验Matlab程序,对原始数据进行扰动以分析扰动后的变量是否具有显著性-Perturbation calculation of Matlab after the T-test procedure, the original data to analyze the disturbance after disturbance variables are significant
Platform: |
Size: 50176 |
Author: wangli |
Hits:
Description: 基于msp430的多功能电流测试仪,喜欢430的朋友肯定不容错过,这个资料很不错哦!-MSP430-based multi-function current tester, like 430 friends certainly not to be missed, this information is pretty good, oh!
Platform: |
Size: 147456 |
Author: suyong |
Hits:
Description: 训练集/测试集产生
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
Platform: |
Size: 1024 |
Author: 王飞 |
Hits:
Description: 基于STM32的实现温度自动检测,TFT液晶显示,自动报警,自动搅拌,可以显示实时时间,并且画出实时温度曲线。-Realize the temperature automatic detection based on the STM32, TFT LCD, automatic alarm, automatic mixing, you can display real-time time, and draw the real-time temperature curve.
Platform: |
Size: 2425856 |
Author: 风李 |
Hits:
Description: 这是一个T检验,用T-test的方法去检验数据的有效性,为原始代码。-The T-test is usde for testing the efficiency of data
Platform: |
Size: 1024 |
Author: 谢晨星 |
Hits:
Description: 本程序用于对excel中的数据进行单因素的二分类的t检验,并将检验的结果中差异性的指标进行特殊标记。-This program is for data excel in two categories univariate t-test, and the results of the test index difference of special markers.
Platform: |
Size: 1024 |
Author: LZZ |
Hits:
Description: 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理
% gap.xls中存储训练样本的原始输入数据 37组
% gat.xls中存储训练样本的原始输出数据 37组
% p_test.xls中存储测试样本的原始输入数据 12组
% t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the original input data 37 groups
% Gat.xls stores the original output data for the training samples
% P_test.xls stores the original input data for the test sample
% T_test.xls stores the original output data of the test sample in 12 groups)
Platform: |
Size: 1024 |
Author: 洛克刘
|
Hits: