说明:非参数检验中K-S检验的matlab实现
说明:BP神经网络实现测试数据预测(将训练集与测试集数据进行归一化 建立BP神经网络,并训练;利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测;输出结果并绘图)。
说明:用Matlab写成的状态估计程序,含有IEEE14和IEEE30测试网络的测试运算。
state-estimation 状态估计-程序 IEEE14状态估计 matlab--IEEE30 matlab状态估计
说明:用来检验加密图像的加密水平,也可以用来检验算法的加密程度和效果
说明:RFC1662 CRC-16 table generation and CRC checking. Implemented in embedded matlab with script to test and enable c/c++ code generation. Useful fo check...
说明:bluetuch 检测程序,bluetuch 检测程序-bluetuch test source code .bluetuch test source code
说明:一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphi...
说明: 用卡方统计量的Q-Q图检验法探讨三元数据的正态性检验问题。 评价正态性的方法,如果:1、大约有一半的马氏距离d小于或等于q(0.5),即这些马氏距离中一半或一半以上落在轮廓线之内; 2、画出马氏距离和与之对应的卡方百分位数的点(sort_d,qRec)的图形近似是一条通过原点且斜率为1的直线,那么...
说明:测试函数是ZDT1,用matlab编写,实现了nsg2算法,亲测可用,nsga2算法优化ZDT2测试函数。收敛到Pareto最优前沿,对于从事这方面算法工作的初学者们有很大的帮助。可以借鉴学习下