搜索资源列表
matlab_program
- Matlab曲面拟合程序,利用最小二乘法来求得近似值,非常不错的东西-matlab program for fit curve
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
AR
- 使用时间序列分析AR方法对油价进行分析,以及预测。采用BIC准则进行判阶,最小二乘法进行参数估计-AR time series analysis using the method of price analysis and forecasting. BIC criteria used sentence order, the least square method for parameter estimation
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
MLPG
- 无网格MLPG程序,gauss积分,移动最小二乘法-meshless local petrov-Galerkin methods
PLS
- 最小二乘法含有非线性线性拟合附有理论和实际的例子说明比较具有实际应用哟-PLS
codes
- 基于累计量的奇异值-总体最小二乘法求AR参数 用奇异值-总体最小二乘法求AR参数 一般最小二乘法求AR参数 根据AR参数和自相关函数以及AR阶数用Cadzow谱估计子求出频谱密度-Based on the cumulative amount of singular value- total least squares method for AR parameter using singular value- total least squares method for AR parameter
p
- 拟合曲线,最小二乘法和牛顿法等,有助大家基础学习。-Curve fitting, least squares method and Newton s law, the foundation will help you learn.
MATLAB
- 基于MATLAB的最小二乘法参数辨识与仿真-MATLAB based on the least squares parameter identification and simulation
zxecf
- 一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合-A set of interactive and command-style in one program, using least-squares curve fitting method
DOSlspoly
- 在MATLAB环境中实现最小二乘法和有理分式插值法的程序-lspoly and DOS method
MLS
- 移动最小二乘法程序,用MATLAB编写的函数形式,直接可以调用-Moving Least Square Method
基于matlab AR模型的最小二乘法实现
- 基于matlab AR模型的最小二乘法实现参数辨识,加上Word配合理解,相信你理解的会更快的。(Matlab AR model based on the least squares method to achieve parameter identification, coupled with Word understanding, I believe you will understand faster.)
01 最小二乘法
- 基于最小二乘法的matlab源程序,以一个多自由度体系为例。(Matlab source code based on the least squares method)
03 非线性最小二乘法
- 基于matlab的非线性最小二乘法,以一个多自由体系为例。(A nonlinear least square method based on MATLAB, taking a multi freedom system as an example.)
MLS
- matlab代码解决最小二乘法移动算法 一维MLS(Matlab code to solve the least square method, mobile algorithm, one-dimensional MLS)
RLS
- MATLAB关于最小二乘法和递推最小二乘法程序(MATLAB on the least squares method and recursive least squares procedures)
MATLAB求解非线性最小二乘法拟合问题 源程序代码
- MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB to solve nonlinear least squares fitting problem source code)
最小二乘法拟合程序
- 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
迭代最小二乘法MATLAB程序
- 这是一份关于迭代最小二乘法的MATLAB程序,仅供个人研究使用。迭代最小二乘法是一种常用的滤波算法,它可以有效地拟合不确定数据,达到平滑的作用。