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

搜索资源列表

  1. 最小二乘曲线拟和

    1下载:
  2. 最小二乘曲线拟和,是偏最小二乘拟和聚类的关键步骤之一 -least squares curve fitting, partial least squares fitting Clustering one of the key steps
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:8785
    • 提供者:zzq
  1. xitongbianshi.rar

    1下载:
  2. 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1706
    • 提供者:刘悠
  1. LS_SVMlab

    0下载:
  2. 最小二乘支持向量机工具箱,学习支持向量机必备工具-Least squares support vector machine toolbox, an indispensable tool for learning support vector machines
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:995568
    • 提供者:LIYAN
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. LMS

    2下载:
  2. 用总体最小二乘算法进行ARMA功率谱估计,本文提供一个估计谱的实例。-Total least squares algorithms using ARMA power spectrum is estimated that this article provide an example of the estimated spectrum.
  3. 所属分类:其他小程序

    • 发布日期:2017-06-17
    • 文件大小:43906
    • 提供者:靳朝
  1. pictureredraw

    1下载:
  2. 由于光学镜头的生产工艺等原因,数码相机拍摄图像常常会出现非线性的几何畸变。针对这一常见问题,采用最小二乘拟合、双线性插值的方法对拍摄图像进行校正。实验结果表明,该方法能够在保证无颜色失真的条件下获得较为理想的校正结果。- the picture is changed when we get it,this mothed is to redraw it
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-05-13
    • 文件大小:2833167
    • 提供者:王志
  1. pls

    0下载:
  2. 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:4472
    • 提供者:晓柳
  1. gfd

    0下载:
  2. 此程序源码,讲述了递推最小二乘算法的具体实现过程,对于初学者具有重要的参考价值-This program source code, described the concrete realization of recursive least squares algorithm process, are an important reference value for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:646
    • 提供者:xumingfa
  1. hpir

    0下载:
  2. 本程序用C++语言编写了最小二乘曲线拟合的程序,在VC2008环境中运行成功,并给出了一个实例。 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差-this is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1923
    • 提供者:lthrwx
  1. least_square

    0下载:
  2. 基于最小二乘估计高程,奇异值分解,秩亏情况适用(calculate elevation by least square algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:128000
    • 提供者:mechell_z
  1. 最小二乘曲面拟合

    1下载:
  2. 基于最小二乘的曲面拟合算法,该算法考虑了法方程的病态性,利用雅各比迭代法有效求解方程。(Based on the least squares surface fitting algorithm, the algorithm takes into account the ill conditioning of the normal equation, and uses Jacoby iterative method to solve the equation effectively.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:yuer341
  1. 最小二乘曲线拟合

    1下载:
  2. 可用于有误差的数据的处理,更好的拟合数据(Can be used for data processing)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:微澜gao
  1. C#写的最小二乘法程序

    0下载:
  2. 实现了最小二乘算法的编写,初始解解算和迭代解算都能正常运行。(The preparation of least squares algorithm, the initial solution calculation and iterative solution can normal operation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:jiaohexiaoxue3
  1. 偏最小二乘回归法

    0下载:
  2. 用偏最小二乘回归法对多自变量和多因变量问题求解(The independent variables and the dependent variable problem solving by partial least squares regression method)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:yzzzer
  1. 偏最小二乘回归的线性与非线性方法(书.王惠文)

    0下载:
  2. 偏最小二乘回归的线性与非线性方法,王惠文著。讲了偏最小二乘通径回归模型和递阶偏最小二乘回归模型。(Partial Least Squares Regression Linear and Nonlinear Methods, by Wang Huiwen. The partial least square path regression model and the hierarchical partial least-squares regression model are introduced.
  3. 所属分类:其他

  1. 最小二乘

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

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:DeepDark
  1. python 偏最小二乘法

    0下载:
  2. 包含python实现偏最小二乘回归的源代码,同时文件中还有所需数据格式(Contains python partial least-squares regression source code, at the same time the file also has the required data format.)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:19456
    • 提供者:魔摩抹莫
  1. 最小二乘支持向量机工具箱使用指南

    0下载:
  2. 最小二乘支持向量机 可供初学者使用学习(LS-SVM Least-squares support vector machines can be used for beginners to learn)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:2053120
    • 提供者:shine洋
  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. 股票预测-最小二乘

    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
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com