搜索资源列表
相关系数编程实习
- 图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
向量旋转及一维线性回归、相关系数
- 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
求相关系数
- 求解两组数据的相关系数。
相关系数编程实习
- 图像的相关系数是衡量两幅图像的相关程度的,本代码直接通过选定区域计算出相关系数!-image correlation coefficient is a measure of two images of the code directly through selected regional correlation coefficient calculated!
用Java展示统计图表
- 介绍用Java计算以下几种统计值的方法:平均数,中位数,众数,标准方差,回归方程式,相关系数.-introduced Java calculated value of the following types of statistical methods : the average, median, mode, standard deviation, the regression equation, the correlation coe
image-textual-analysis
- 计算图像纹理共生矩阵及共生矩阵相关系数、熵等几个特征值,供后续的分类识别应用。提供了友好的操作界面。觉得最好的应用就是用于人脸识别的样本训练。-calculated image texture symbiotic matrix and symbiotic correlation coefficient matrix, some features, such as entropy values for the follow-up to t
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 correlat
Correlation1
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y-
Correlation2
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(
r-value
- 用 excel 来计算数据中的相关系数 两个文件-excel used to calculate the data correlation coefficient of two documents
CubicMultinomialRegress
- 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double foreca
ExponentRegress
- 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算
match
- 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。 针对相关系数计算量大的特点,分析了FFT 的基与FFT 处理速度之间的关系以及基16FFT 算法特点,提出用基 16FFT 算法计算相关系数,相关系数的处理时间大幅减小;同时针对高基蝶形单元设计复杂、使用不灵活等特点, 提出采用级连思想实现主基16 蝶形单元,使处理器的设计复杂度降低。实验证明,将主基16FFT 处理器用于相关 系
Reduce12_2
- 计算两个向量的相关系数,计算过程中,分别去掉1——12中的两个数据,计算两个10维列向量的相关系数-Calculated the correlation coefficient of two vectors to calculate the course of, respectively, to remove 1- 12 in the two data to calculate the two 10-dimensional vector
tuxiangpipei
- 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。 针对相关系数计算量大的特点-image match
coherence_of_injection1and2
- 相关系数计算的模拟,用于衡量两个数列的相关程度-coherence coefficient calculation
相关系数计算
- 展示使用Visual Basic软件编程达到调用excel表格来计算相关系数目标的小程序(Call the excel table to calculate the correlation coefficient of small programs)
相关系数
- 简单明了地计算两幅图片的相关性,绝对好用,亲身示范(Correlation coffiention)
相关系数
- 计算互相关函数,那么可以得到两列数据的最大互相关系数。(calculate the cor-relaration function)