搜索资源列表
Linearfitting
- 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the non
Tenprograms
- 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than
Nr_C
- 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值
Linearfitting
- 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the non
Tenprograms
- 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than
C_algorithm_program
- 本书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图
ImageProcessing
- 用C语言实现最小二乘拟合,包括线性和非线性拟合-Using C language to achieve least-squares fitting, including linear and nonlinear fitting
Cchangyongsuanfa
- C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算
C_Algorithm
- C常用数值算法,包括插值,曲线拟合,线性方程组求解,微分方程求解等,-C commonly used numerical algorithms, including interpolation, curve fitting, solving linear equations, differential equation solving, etc.
33957049WTE
- 阐述了GPS坐标时间序列分析的原理和方法,包括线性拟合、相关函数法、AR(P)模型预测、功率谱、小波谱以及小波熵,通过仿真实验验证了各种方法的优点。-2. The theory and methods of GPS coordinate time series analysis are expounded, including linear fitting, correlation function, AR (P) model pred
5geyouyong
- 5个程序包括1,用高斯消去法解线性方程组的算法程序;2,判断k之前的质数并输出;3动态建立多维数组;4,利用点类进行线性拟合;5改进后的人员信息管理系统-Five programs include 1, with the gaussian elimination method of solving linear equations algorithm procedures 2, the prime Numbers and before
Correlation-dimension
- 关联维数,用于单串序列,其中包括数据的线性拟合算法-Correlation dimension for a single string sequence, including data linear fitting algorithm
Population_growth_model
- 人口增长模型,用于数学建模数据分析与绘图,其中包括线性拟合、指数增长模型以及阻滞增长模型。-Population growth model for mathematical modeling of data analysis and graphics, including linear regression, exponential growth model and arrest growth model.
Gauss
- 数值方法 编程作业,之前上传了解线性方程组的相关解法,这里主要包括数据拟合、Newton、Romberg、Gauss、Hermite、Runge-Kutta等数值计算涉及的方法-Numerical Methods for programming operations, before uploading understanding of the relevant solution of linear equations, includin
CSharpNumerialAlgorithm
- C#编写的数值算法,包括矩阵计算、解方程、线性拟合等-CSharp Numerical Algorithm
curve-fitting
- 利用labview编写的程序,实现曲线拟合,其中包括线性拟合,多项式拟合,以及指数拟合等多种拟合方式,且各拟合方式之间可以自由切换。-LabVIEW prepared by the procedures, to achieve the curve fitting, including linear fitting, polynomial fitting, and other fitting methods of the index, a
一元线性回归
- 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regressi
llsf
- 常用的一些函数的拟合算法,包括多项式、指数、对数和幂函数等;可以设置截距、权重,不依赖第三方库,跨平台运行。(Commonly used function fitting algorithms, including polynomials, exponents, logarithms and power functions; intercepts can be set, weight, independent of third-part
RIOUQCW
- 数值计算方法相关的十个程序 包括对分法,迭代法,牛顿法,割线法,高斯消元法,雅克比迭代法程序,幂法,线性拟合态,()
labview拟合
- labview的曲线拟合,包括线性拟合,多项式拟合,有输入有输出(Curve fitting of LabVIEW, including linear fitting, polynomial fitting, with input and output)