搜索资源列表
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
Correlation2
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
向量旋转及一维线性回归、相关系数
- 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
CorrelationAnalysis
- 实现两组数据的相关分析,计算相关系数和假设检验值,同时进行线性拟合-Achieve two sets of data correlation analysis, hypothesis testing and calculation of correlation coefficient values, and linear fit
A-linear-regression
- 一元线性回归中,主要计算拟合优度(相关系数平方)、计算标准误差、计算F统计量、计算截距的t统计量、计算DW统计量等,以及借助回归分析程序包计算回归系数并估计检验统计量。-A linear regression, the main computing goodness-of-fit (correlation coefficient Square), calculation of standard error, calculation of F statistic, t statistic calc
Least-squares-fitting-curve
- 用matlab所学的知识,编写最小二乘法拟合程序,以解决物理实验中的最小二乘法拟合曲线以及相关系数等的问题。-With matlab learned, the preparation method of least squares fitting procedure to solve the problems of the least-squares fitting curve and correlation coefficient physics experiments.
nihe
- 拟合多项式,包括了四种方法(多项式相关系数的计算方法(多项式形式1))、(最小二乘法曲线拟合)、(三次样条插值(自然边界条件))。-Fitting polynomial
HG
- 回归方程计算函数,并在同一窗口中绘制散点图和回归线图,拟合测定函数,求相关系数-Regression equation function and draw a scatter plot and regression line chart in the same window, fitting measurement function, find the correlation coefficient,,
my_inverse_gaussian
- 提供了一种inverse gaussian分布定参的程序(程序中离散单位长度为1),R^2是统计量相关系数考虑了未知量的个数和拟合的精度。-Provided an inverse gaussian distribution of a given parameter of the program (in discrete units of length 1), R ^ 2 is a statistic correlation coefficient considering the number o
chengxu2
- MATLAB实现线性拟合和相关系数 源程序代码-MATLAB linear fitting and correlation coefficient of the source code
lognormal
- 提供了一种lognormal分布定参的程序(程序中离散单位长度为1),R^2是统计量相关系数考虑了未知量的个数(2个)和拟合的精度。-Providing the program (in discrete units of length 1) a lognormal distribution of a given parameter, R ^ 2 is the correlation coefficient statistic considering the number of unknowns
my_gammathree_MM
- 提供了一种三参gamma分布定参的程序(程序中离散单位长度为1),R^2是统计量相关系数考虑了未知量的个数(2个)和拟合的精度。-Providing the program (in discrete units of length 1) A three-parameter gamma distribution given ginseng, R ^ 2 is the statistical correlation coefficient takes into account the amount
pxfcpjph
- 用于时频分析算法,可实现对二维数据的聚类,脉冲响应的相关分析算法并检验,最终的权值矩阵就是滤波器的系数,基于分段非线性权重值的Pso算法,插值与拟合,解方程,数据分析。- For time-frequency analysis algorithm, Can realize the two-dimensional data clustering, Related impulse response analysis algorithm and inspection, The final weight
cefxsczk
- 基于人工神经网络的常用数字信号调制,有小波分析的盲信号处理,到达过程是的泊松过程,BP神经网络用于函数拟合与模式识别,脉冲响应的相关分析算法并检验,最终的权值矩阵就是滤波器的系数。- The commonly used digital signal modulation based on artificial neural network, There Wavelet Analysis Blind Signal Processing, Arrival process is a Poisson p
zxgnisvr
- 旋转机械二维全息谱计算,最终的权值矩阵就是滤波器的系数,有小波分析的盲信号处理,详细画出了时域和频域的相关图,主同步信号PSS在时域上的相关仿真,插值与拟合,解方程,数据分析,ICA(主分量分析)算法和程序,基于欧几里得距离的聚类分析。- Rotating machinery 2-d holographic spectrum calculation, The final weight matrix is ??the filter coefficient, There Wavelet Analys
MATLABchengxu
- MATLAB实现线性拟合和相关系数 源程序代码-MATLAB for linear fit and correlation coefficient MATLAB source code to achieve linear fitting correlation coefficient and source code
MATLAB_numerical-analysis
- MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
MATLAB实现线性拟合和相关系数 源程序代码
- Matlab源程序:可以实现线性拟合相关系数(Matlab source: linear correlation coefficient can be achieved)