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

搜索资源列表

  1. LeastSquare20110722

    0下载:
  2. 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:322415
    • 提供者:zbj
  1. Optimization-method

    0下载:
  2. 最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码-Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34892
    • 提供者:郝梦
  1. leastSquaresEstimate

    0下载:
  2. 实现最小二乘法的直线拟合,输入为一串数据-To achieve linear least squares fitting, the input is a string of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:941
    • 提供者:tim
  1. min

    0下载:
  2. 非线性最小二乘问题的源码,希望对初学者有帮助-Non-linear least squares problem code, hope to help beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1249
    • 提供者:pritry
  1. ls(linear)

    0下载:
  2. VC写的最小二乘法线性拟合的代码,输入点坐标,输出斜率和截距-the least-squares linear fit code writed with VC, input coordinates, the output slope and intercept
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:212050
    • 提供者:recome
  1. linear_least_squares

    0下载:
  2. C++写的 最小二乘法直线拟合 程序 附源码-Written in C++ linear least squares fitting procedure with source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:69395
    • 提供者:tigerlee
  1. Linear-LSE

    0下载:
  2. 最小二乘法的线性拟合,可以拟合y=ax+b的方程式。-Least squares method of linear fitting, can be fitted to the equation y = ax+ b .
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3687453
    • 提供者:northpz
  1. Linear-regression

    0下载:
  2. 用最小二乘法对数据进行线性回归,输出拟合参数、偏差-Linear regression using the least squares method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6918
    • 提供者:许晴
  1. LAPACK-3.4.1.tar

    1下载:
  2. LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7466248
    • 提供者:魏晓宇
  1. L-M

    0下载:
  2. 列文伯格-马夸尔特算法是最优化算法中的一种,是使用最广泛的非线性最小二乘法!-Levenberg- Marquardt optimization algorithm is the most widely used non-linear least squares method!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:988
    • 提供者:戴美玲
  1. linear-has-simulated

    0下载:
  2. 通过C语言编程,在pic单片机内完成最小二乘数据处理-Pic microcontroller C language programming, least squares data processing
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:18870
    • 提供者:胡伟
  1. tracking_target

    0下载:
  2. 目标跟踪:对目标的运动建立较为简单的线性模型,并用最小二乘估计对其参量进行估计,从而推出目标轨迹。-Target-Tracking:the simulation of tracking target by linear least squares estimates on the Matlab platform.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:48214
    • 提供者:xietao
  1. Untitled

    1下载:
  2.  针对一个匀速直线运动目标的跟踪设计最小二乘滤波器,了解跟踪滤波的基本方法以及参数估计方法的应用。-For a uniform linear least squares moving target tracking filter designed to learn the basic methods of tracking filter and parameter estimation method applied.
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1544
    • 提供者:张士杰
  1. zuixiaoerchengfa

    1下载:
  2. 本人收集matlab实现最小二乘法线性、一元多项式拟合、多元二次拟合、自编函数曲线拟合程序,有文档说明-I collect the linear least squares method matlab realize, one yuan polynomial fitting, multivariate quadratic fit, self-function curve fitting procedures, documentation
  3. 所属分类:matlab例程

    • 发布日期:2017-05-04
    • 文件大小:1535280
    • 提供者:华工小唐
  1. AGMQR0

    0下载:
  2. 线性最小二乘问题的豪斯荷尔德变换法,对A进行QR分解。-Linear least squares problem Householder transformation method, the A QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:aaaaa
  1. zxec

    0下载:
  2. 己经一些离散的点,使用最小二乘法拟合直线-Had a number of discrete points, with linear least squares fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:217925
    • 提供者:Dawn
  1. matlab

    0下载:
  2. 己知一些离散的点,使用matlab利用最小二乘法拟合-Had a number of discrete points, with linear least squares fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:520
    • 提供者:Dawn
  1. fnnls2.m

    0下载:
  2. non-linear least squares
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1182
    • 提供者:liu
  1. 最小二乘法直线拟合-用VC实现的

    0下载:
  2. 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1526
    • 提供者:nexpe
  1. LS-for-index-function

    0下载:
  2. 对线性和非线性的最小二乘进行了介绍,同时介绍了把指数函数的最小二乘转变为线性的最小二乘方法以及实现。 写出了指数函数的最小二乘C#实现代码,并且在两个点的情况下,用普通方法和最小二乘进行了比较,结果一致。(代码可直接运行)-Linear and nonlinear least squares were introduced, also introduced the least squares exponential function into a linear least-squares m
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:128835
    • 提供者:mawei
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com