搜索资源列表
relationCal
- 计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
polyfit
- 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
Correlation1
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double
sparfilt
- 优点:1.对于信噪比高的信号滤波效果好; % 2.对于边沿的保护强过阈值滤波,不会产生阈值滤波情况下的过于平滑与Gibbs现象。 %缺点:1.由于对边沿信号没做任何处理,所以边沿可能会有脉冲噪声保留下来; % 2.计算相关系数中,如果计算出来的小波系数点位置偏差大,则相关系数计算受影响; % 3.需要迭代运算,迭代的噪声能量阈值选取很重要,这里以开始段无信号处估计噪声; % 4.需要迭代运算,所以运算量比阈值法大; % 5.受分解层次影响,在大尺度上小波系数点位置偏差更大
向量旋转及一维线性回归、相关系数
- 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
求相关系数
- 求解两组数据的相关系数。
coherence_of_injection1and2
- 相关系数计算的模拟,用于衡量两个数列的相关程度-coherence coefficient calculation
ccsm
- idl环境下运行,计算两幅图像的交叉相关系数,用于变化检测方面的研究-idl environment to run the calculation two images of cross-correlation coefficient for change detection studies
cca
- 计算典型相关算法,求出最大投影向量,以及最大投影向量对应的相关系数 -calculate canonical correlations, find the largest correlation coefficients
Clustering_Coefficient
- 计算聚类系数和读相关系数的MATLAB,希望多多指教-Calculated clustering coefficient and time correlation coefficient of MATLAB, hope great weekend
CoordinateTransfer
- 计算两个变量的线性回归系数及相关系数、向量旋转-Calculation of the two variable linear regression coefficient and correlation coefficient, vector rotation
mxuliexiangguan
- matlab编写的m序列产生器以及通过simulink7.01仿真实现的两个模型,最后给出了相关系数的计算代码-m prepared matlab serial generator as well as through two simulink7.01 simulation model, the correlation coefficient is given for calculating the code
dsp1
- 随机产生序列u(n),计算自相关系数并且计算功率谱密度-Randomly generated sequence u (n), calculated from the correlation coefficient and calculate the power spectral density
CorrelationCoefficient
- 相关系数的计算,仅供大家参考,希望能有帮助,也请大家指正。-Correlation coefficient calculation, only for reference, the hope can help, please correct it.
DFT_filter_RDFT_coeffi
- 傅立叶变换,滤波,傅立叶逆变换,计算离散数据空间自相关系数的组合编程源代码-Fourier transform, filtering, inverse Fourier transform, discrete data calculated from the correlation coefficient of the combination of space programming source code
sp
- 用于计算图像鲁棒性的峰值信噪比和归一化相关系数。峰值信噪比值越大,说明图像处理效果越好,鲁棒性强,越小越不好。归一化相关系数值越大越好。-Images used to calculate the peak signal to noise ratio and robustness of the normalized correlation coefficient. The greater the peak signal to noise ratio, indicating that the bet
mfile
- 偏相关系数计算,输入为矩阵,计算任意两列的偏相关,同时控制其他列为协变量-partial correlation compute
MutualCorrelation
- 相关系数计算,java版,简单易懂,准确,赶紧下载吧-Correlation coefficient calculation, java, easy-to-understand, accurate, and quickly download it
spearman
- spearman秩相关系数计算代码,fortran90编写,用于判断数列发展趋势-speaerman rank coefficent code by fortran 90
计算皮尔逊相关系数
- matlab计算皮尔逊相关系数,可以判断两个向量或者时间序列的皮尔逊相关系数。 输入: X:输入的数值序列 Y:输入的数值序列 输出: coeff:两个输入数值序列X,Y的相关系数