CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最小二乘

搜索资源列表

  1. 广义最小二乘法

    6下载:
  2. 广义最小二乘法也是为了改善噪声e(k)为有色噪声时,采用最小二乘和加权最小二乘辨识系统参数为有偏估计的问题。其基本思想是:引入一个所谓白化滤波器,把相关噪声e(k)转化为白噪声v(k),从而达到应用最小二乘法无偏估计的目的。
  3. 所属分类:matlab例程

  1. 二次曲线拟合---最小二乘法

    3下载:
  2. 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-09-12
    • 文件大小:752
    • 提供者:yh4685668
  1. 采用最小二乘法进行多点平面拟合的算法介绍

    0下载:
  2. 采用最小二乘法进行多点平面拟合的算法介绍。,Least square method for planar multi-point fitting algorithm introduction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:38540
    • 提供者:veilking
  1. 用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果

    6下载:
  2. 分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps, procedures, results, analysis.
  3. 所属分类:matlab例程

    • 发布日期:2012-11-10
    • 文件大小:50294
    • 提供者:莫新康
  1. 一维移动最小二乘近似的MATLAB程序

    1下载:
  2. 无网格法的移动最小二乘法的matlab程序(Meshless method of moving least squares Matlab procedures)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:jinlong0186
  1. 最小二乘法

    2下载:
  2. 最小二乘发拟合数据,并进行预测源代码。(Least squares fitting data, and prediction source code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1885184
    • 提供者:FrankZz
  1. 基于最小二乘法的曲线拟合研究_陈良波

    1下载:
  2. 这一篇文章简单介绍了最小二乘法原理,并且给出了最小二乘法的MATLAB程序,给大家参考参考1(This article briefly introduces the principle of least square method, and gives the least squares method of MATLAB program, for your reference!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:437248
    • 提供者:kaola628
  1. 非线性最小二乘问题

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

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:奥斯汀
  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. 03最小二乘学习法

    1下载:
  2. 对一组离散的数据进行最小二乘法拟合,亲手注释,效果不错(The method of least squares fitting for a set of discrete data, personally annotated, the effect is good)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:10240
    • 提供者:职场加油
  1. 最小二乘

    0下载:
  2. matlab实现数据补缺,采用的是最小二乘法和平均值填补,补缺的数据用特殊颜色标记。(Matlab realization of data deficiency, least square method)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:DeepDark
  1. 用最小二乘法解一个或多个非线性方程。

    0下载:
  2. LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:taodashi
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    1下载:
  2. matlab,用最小二乘法进行非线性拟合的程序,满足新手的学习(Matlab, a nonlinear fitting program using the least square method to meet the novice's learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:lhxy
  1. 谐波频率估计的总体最小二乘方法TLS_ESPRIT

    1下载:
  2. 利用总体最小二乘法谐波检测,检测结果快速准确(Harmonic detection using the total least square method and the test results are fast and accurate)
  3. 所属分类:matlab例程

  1. 最小二乘

    1下载:
  2. 递推最小二乘法,辨识模型参数。。。。。。。。。(Least square method model identification)
  3. 所属分类:数学计算

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:小小小水
  1. matlab基于最小二乘

    1下载:
  2. 最小二乘法对于参数拟合的MATLAB程序(MATLAB program of least square method for parameter fitting)
  3. 所属分类:书籍源码

    • 发布日期:2020-08-02
    • 文件大小:34816
    • 提供者:商城
  1. matlab最小二乘法曲面拟合

    5下载:
  2. matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-09
    • 文件大小:22528
    • 提供者:残夜冷笑
  1. 最小二乘解包裹算法

    2下载:
  2. 最小二乘法解包裹算法可以在光栅法三维重建时由相对相位求取绝对相位。(The least square unwrapping algorithm can obtain the absolute phase from the relative phase in the three-dimensional reconstruction of raster method.)
  3. 所属分类:其他

    • 发布日期:2019-07-24
    • 文件大小:8192
    • 提供者:陨落心岩
  1. 偏最小二乘PLS和一些光谱预处理的matlab程序

    4下载:
  2. 可以对光谱数据进行预处理,除了偏最小二乘法之外,也有一些其他方法(Besides the partial least square method, there are also some other methods)
  3. 所属分类:图形图像处理

    • 发布日期:2020-08-06
    • 文件大小:12624896
    • 提供者:李泽平
  1. 股票预测-最小二乘

    2下载:
  2. 采用最小二乘法进行MATLAB编写,开盘为输入,收盘为输出。1-600个数据为训练样本集,601-700为预测样本。先对数据进行标准化处理,再利用最小二乘法对模型进行预测,最后进行反标准化处理后输出。(The least square method is used to compile MATLAB. The opening is input and the closing is output. 1-600 data are training samples and 601-700 predic
  3. 所属分类:其他

    • 发布日期:2021-02-20
    • 文件大小:227328
    • 提供者:nz106
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com