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

搜索资源列表

  1. MSE_calculation

    0下载:
  2. 最小二乘算法,最小均方误差等算法的MSE的计算,MATLAB代码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.59kb
    • 提供者:liulu_tina
  1. LineRegSource

    3下载:
  2. 二元线性回归算法 使用最小二乘法 C#语言编写-Linear Regression
  3. 所属分类:CSharp

    • 发布日期:2014-11-04
    • 文件大小:15kb
    • 提供者:孙宋
  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
    • 文件大小:947byte
    • 提供者:张涛
  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
    • 文件大小:42.88kb
    • 提供者:靳朝
  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
    • 文件大小:646byte
    • 提供者:xumingfa
  1. Algorithm

    0下载:
  2. 基于C#的常用算法程序。 关键字:复数,积分,矩阵,线性方程组,非线性方程组,最小二乘法-C# Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:33.11kb
    • 提供者:bufeng
  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
    • 文件大小:1kb
    • 提供者:yuer341
  1. C#写的最小二乘法程序

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

  1. LSM_identification

    0下载:
  2. 基于最小二乘的系统辨识程序,可以实现对ARMAX模型的参数辨识,内容包含了单次最小二乘辨识算法和递推最小二乘算法的实现(the system identification method based on LSM.)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:27kb
    • 提供者:阿菊
  1. 作业六遗忘因子

    0下载:
  2. 利用matlab实现遗忘因子最小二乘算法,绝对可以运行(Using MATLAB to realize the forgetting factor least square algorithm, it is absolutely possible to run)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:403kb
    • 提供者:文文儿
  1. 算法大全

    0下载:
  2. 回归分析,神经网络讲解及代码,时间序列模型分析及代码,多元分析代码及讲解、偏最小二乘代码及讲解、(Regression analysis, neural network explanation and code, time series model analysis and code, multiple analysis code and explanation, partial least square code and explanation,)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:3.83mb
    • 提供者:liningncepu
  1. 算法大全

    0下载:
  2. 回归分析,神经网络讲解及代码,时间序列模型分析及代码,多元分析代码及讲解、偏最小二乘代码及讲解、(Regression analysis, neural network explanation and code, time series model analysis and code, multiple analysis code and explanation, partial least square code and explanation,)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:3.83mb
    • 提供者:morning1233
  1. main

    0下载:
  2. 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:lilong1
  1. SS

    5下载:
  2. 加权质心定位算法(zhixin.m)、最小均方误差的二维定位算法(LSM2.m)、最小均方误差的三维定位算法(LSM3.m)、最小二乘/极大似然用于目标跟踪(MLS1.m)、最小二乘/极大似然用于纯方位目标跟踪(MLS2.m)(Weighted centroid positioning algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:夏沐熙
  1. osccalc

    1下载:
  2. matlab编程偏最小二乘算法调用函数,交叉有效性准则(Calling function of cross validity criterion in partial least squares algorithm)
  3. 所属分类:其他

  1. plsdan

    0下载:
  2. matlab偏最小二乘算法多通道输入单通道输出程序(Partial least squares algorithm, multi-channel input single channel output program.)
  3. 所属分类:其他

  1. plsduo

    0下载:
  2. matlab偏最小二乘算法多通道输入多通道输出程序(Partial least squares algorithm, multi-channel input multi-channel output program.)
  3. 所属分类:其他

  1. simpls

    1下载:
  2. matlab偏最小二乘算法调用函数simpls.m文件(Partial least squares algorithm call function)
  3. 所属分类:其他

  1. DeconvolutionCode-LevinEtAl07

    1下载:
  2. 所附代码提供了上述三种反卷积策略的实现。要开始,用户应该检查文件demo.m。反褶积子程序在以下文件中实现:deconvL2频率.m:在频域反褶积,假设高斯导数在前面。2.deconvL2.m:利用共轭梯度算法,假设在空间域上存在高斯导数先验的反褶积。3.deconvSps.m:利用迭代重加权最小二乘算法,在空间域上假设一个稀疏导数先验的反褶积。(The enclosed code provides the implementation of the above three deconvolut
  3. 所属分类:其他小程序

    • 发布日期:2018-12-28
    • 文件大小:702.11kb
    • 提供者:唯爱酥酥
  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
    • 文件大小:8kb
    • 提供者:陨落心岩
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com