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

搜索资源列表

  1. codes

    1下载:
  2. 基于累计量的奇异值-总体最小二乘法求AR参数 用奇异值-总体最小二乘法求AR参数 一般最小二乘法求AR参数 根据AR参数和自相关函数以及AR阶数用Cadzow谱估计子求出频谱密度-Based on the cumulative amount of singular value- total least squares method for AR parameter using singular value- total least squares method for AR parameter
  3. 所属分类:Algorithm

    • 发布日期:2014-10-05
    • 文件大小:3026483
    • 提供者:miaohaochun
  1. polynomialfitting

    0下载:
  2. 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:976
    • 提供者:wxw
  1. bianshi

    1下载:
  2. 利用递推最小二乘法(Rls)的过程模型辨识,-The use of recursive least squares (Rls) the process of model identification,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:994
    • 提供者:mark
  1. final

    0下载:
  2. 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:402213
    • 提供者:高超
  1. p

    0下载:
  2. 拟合曲线,最小二乘法和牛顿法等,有助大家基础学习。-Curve fitting, least squares method and Newton s law, the foundation will help you learn.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:180799
    • 提供者:许晴和
  1. LSM

    0下载:
  2. 递推最小二乘法估计的实现方法,很简单,有需要的就下吧-Recursive least squares estimation method is very simple, there is a need for it on the next
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:265990
    • 提供者:sada
  1. MATLAB

    0下载:
  2. 基于MATLAB的最小二乘法参数辨识与仿真-MATLAB based on the least squares parameter identification and simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:208654
    • 提供者:李明
  1. Leastsquarescurvefitting

    1下载:
  2. 利用c++语言实现最小二乘法曲线拟合代码-Using c++ language code least squares curve fitting
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:4220
    • 提供者:杨纯
  1. forgettingfactor

    0下载:
  2. 用VB编写的参数估计带遗忘因子递推最小二乘法仿真(RLS)-VB prepared using the parameters estimated with forgetting factor recursive least squares method Simulation (RLS)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:22665
    • 提供者:凯芯
  1. zuixiaoer

    0下载:
  2. 最小二乘法计算公式,大家都用过EXCEL计算相关的曲线,参数等等,这里提供的源码计算方法能直接得到相关的结果。-zuixiaoer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:柳钢
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. LeastSquare

    0下载:
  2. VC实现的最小二乘法拟合源程序。可以供大家参考学习用。-VC of the least square method to achieve source. Learning can be used for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:119811
    • 提供者:liuweimin
  1. Patternrecognition

    0下载:
  2. 模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换。-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural network, 1_k neighbor method, editing method, feature selection and feature transformatio
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:429219
    • 提供者:李元
  1. zxecf

    1下载:
  2. 本人经过对最小二乘法拟合程序进行了归纳汇总编写了这个MATLAB小程序,一般情况都适用。-General least squares fitting procedure code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1455
    • 提供者:李若琪
  1. ceshidll

    0下载:
  2. 将最小二乘法拟合程序做成动态链接库DLL文件,然后从VC界面调用该DLL文件。在实际项目应用中,这种方法很实用。-Least squares fitting procedure to create a dynamic link library DLL files, and then call the VC interface DLL file. In the actual project applications, this method is very practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1233904
    • 提供者:蓝逸尘
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. lsqcurvefit

    3下载:
  2. 一个有关matlab解决最小二乘法函数lsqcurvefit的简要介绍,网上找的,分享了-Matlab solve a least squares lsqcurvefit function of a brief introduction, on-line to find and share.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2951
    • 提供者:mll
  1. Contour

    0下载:
  2. 等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
  3. 所属分类:Algorithm

    • 发布日期:2017-02-19
    • 文件大小:3526
    • 提供者:包辉
  1. leastsquares

    4下载:
  2. 1. 一般最小二乘法 3 1.1. 一次计算最小二乘算法 3 1.2. 递推最小二乘算法 3 2. 遗忘因子最小二乘算法 6 2.1. 一次计算法 6 2.2. 递推算法 6 3. 限定记忆最小二乘递推算法 9 4. 偏差补偿最小二乘法 11 5. 增广最小二乘法 13 6. 广义最小二乘法 15 7. 辅助变量法 17 8. 二步法 19 9. 多级最小二乘法 21 10. Yule-Walker辨识算法 23 Matlab程序附录 24
  3. 所属分类:File Formats

    • 发布日期:2015-12-28
    • 文件大小:1110069
    • 提供者:winwind
  1. chap6_03_VB_GPC_NoIden

    0下载:
  2. 基于VB环境下的递推增广最小二乘法参数估计-VB Environment Based on Recursive Extended Least Squares Parameter Estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:18835
    • 提供者:吴昊
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com