CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nonlinear least square method

搜索资源列表

  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:80.39kb
    • 提供者:ljw
  1. 1

    1下载:
  2. 北航数值分析第三题,最小二乘法,求解非线性方程,能够为北航数值分析提供很好的支持。-Beihang numerical analysis third title, the least square method for solving nonlinear equations, numerical analysis of Beihang able to provide good support.
  3. 所属分类:Algorithm

    • 发布日期:2014-06-11
    • 文件大小:306.97kb
    • 提供者:yuchao
  1. 2009work

    1下载:
  2. 利用最小二乘法进行的非线性拟合,针对不同频率建立了非线性代数模型,并给出了验证算法。-The nonlinear fitting using the least square method about different frequencies,as well as the verifying cod.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:付登科
  1. sg_min2.4.1.tar

    1下载:
  2. 黎曼流形上的优化算法。目标函数定义在黎曼流形上,在流形上利用梯度下降等进行优化-Provides four iterations for optimization on the Steifel and Grassmann manifolds: dog-leg steps Polak-Ribiere nonlinear CG Fletcher-Reeves nonlinear CG Newton s method Contains applications for n
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-06-04
    • 文件大小:30.38kb
    • 提供者:sun
  1. Nonlinear_Matlab.m

    0下载:
  2. 非线性最小二乘法Matlab实现 f=x(1)*K^x(2)*L^x(3)-b Cobb-Douglas生产函数-Matlab nonlinear least square method to achieve f = x (1)* K ^ x (2)* L ^ x (3)-b Cobb-Douglas production function
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:583byte
    • 提供者:chester
  1. Least-square-method

    0下载:
  2. 最小二乘法,无论是在工程上还是在学术上都应用越来越广泛,文章给出了一个比较好用的最小二乘matlab 实现程序,很好用下载即可运行。-Least squares method, whether in engineering or applied more widely both the academic, the article gives a least squares matlab implementation relatively easy to use program, good to
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.14kb
    • 提供者:lihaiqiang
  1. matlab

    0下载:
  2. 用最小二乘法求解非线性最优化问题,得最优解-The least square method for solving nonlinear optimization problems, have the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.23kb
    • 提供者:ZHANG
  1. Estimation_Theory

    0下载:
  2. In this project, we have designed and implemented a method to estimate the dual frequencies in sinusoids immersed in additive white Gaussian noise. The Cramér-Rao lower bound (CRLB) for the signal model and a nonlinear least square frequency estimato
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.24kb
    • 提供者:reza
  1. Least-square-method

    0下载:
  2. 非线性模型及其解法,最小二乘法,详细公式推导及个人理解,参考文献俱全-Nonlinear model and its solution, the least square method, detailed and individual understand formula, with references
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:421.76kb
    • 提供者:future
  1. distortion

    2下载:
  2. 一种利用图像中直线特征的方法来标定摄像机畸变参数的方法。该方法提取图像中多组不同方向的平行直线,并对其利用非线性最小二乘方法进行优化以得到最优的畸变参数,在优化过程中,采用多步渐进的策略。该方法不需要已知三维世界坐标,易于实现。实验表明,该方法有较高的准确率。-A camera lens distortion method is proposed, which uses the straight line features. Many parallel lines of different di
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:78.51kb
    • 提供者:San
  1. The-nonlinear-least-square-method

    0下载:
  2. c语言非线性最小二乘法的程序,解决非线性最小二乘法问题-The nonlinear least square method
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:887byte
    • 提供者:宋海宁
  1. PID_NLS

    0下载:
  2. 非线性最小二乘法实现PID控制器参数的迭代反馈整定-Nonlinear least square method to realize the iterative feedback setting of PID controller parameters
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:10kb
    • 提供者:史乐珍
  1. 03 非线性最小二乘法

    3下载:
  2. 基于matlab的非线性最小二乘法,以一个多自由体系为例。(A nonlinear least square method based on MATLAB, taking a multi freedom system as an example.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:9kb
    • 提供者:zxm赵
  1. matlab代码

    0下载:
  2. LM 算法最小二乘法的概念,最小二乘法要关心的是对应的cost function是线性还是非线性函数,不同的方法计算效率如何,要不要求逆,矩阵的维数。(The concept of the least square method of the lm algorithm, the least square method should be concerned whether the corresponding cost function is a linear or nonlinear funct
  3. 所属分类:通讯编程

    • 发布日期:2017-12-20
    • 文件大小:48kb
    • 提供者:华南虎2
  1. fortran各章代码

    3下载:
  2. 第1章 矩阵分解与线性方程组直接方法 第2章 线性方程迭代方法 第3章 最小二乘法与曲线拟合 第4章 特征值与特征向量 第5章 非线性方程 第6章 非线性方程组 第7章 插值法 第8章 数值微分 第9章 数值积分 第10章 特殊函数 第11章 常微分方程(The first chapter is matrix decomposition and direct method of linear equations The second chapter is the itera
  3. 所属分类:其他

  1. 非线性最小二乘问题

    1下载:
  2. 利用最小二乘法可以求解线非性规划问题,最小二乘法着重解决优化约束问题(Least square method can solve nonlinear programming problem.Least squares method focuses on solving optimization constraints)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:奥斯汀
  1. 扫描发射器的被动定位

    0下载:
  2. 研究了扫描速度和扫描发射极位置的联合估计问题。该方法利用天线主梁的均匀旋转运动,将其扫过若干个独立的接收器。基于非线性最小二乘估计(NLS),建立了一个联合估计器。通过几个仿真实例,比较了所提出的估计量与cramer- rao下界(CRLB)的性能。(The joint estimation of scanning velocity and scanning emitter location is studied. The method USES the uniform rotating mot
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:335kb
    • 提供者:龙啸九天
  1. GN

    0下载:
  2. java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:2kb
    • 提供者:yozad.vom
  1. 非线性最小二乘问题

    0下载:
  2. 最优化方法中的非线性最小二乘法,用于学习最优化方法和解决实际问题(The nonlinear least square method of optimization method is used to learn optimization method and solve practical problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-06
    • 文件大小:1kb
    • 提供者:我定风波
  1. 金融数据处理

    1下载:
  2. 时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。(Time series analysis is a theory and method to establish mathematical model by c
  3. 所属分类:书籍源码

    • 发布日期:2021-01-15
    • 文件大小:50.84mb
    • 提供者:Sandy_Zhao
« 12 »
搜珍网 www.dssz.com