CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - FIT

搜索资源列表

  1. fit

    0下载:
  2. D:\\matlab\\nmm\\fit.rar插值-D : \\ Matlab \\ nmm \\ fit.rar interpolation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11212
    • 提供者:刘利
  1. fit_ellipse.rar

    0下载:
  2. fit_ellipse - finds the best fit to an ellipse for the given set of points. a matalb realization,fit_ellipse- finds the best fit to an ellipse for the given set of points. a matalb realization
  3. 所属分类:matlab例程

    • 发布日期:2017-03-28
    • 文件大小:3367
    • 提供者:Deng Fu Qin
  1. curvefiting

    1下载:
  2. 该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。-This code can fit multivariable nonlinear equation by using least squares.
  3. 所属分类:Algorithm

    • 发布日期:2017-01-25
    • 文件大小:7168
    • 提供者:张毅
  1. least-square-fit

    0下载:
  2. 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1781
    • 提供者:唐荣
  1. EllipsoidFitting

    0下载:
  2. Two matlab files to demonstrate how to fit an ellipsoid directly to a set of 3D points. -Two matlab files to demonstrate how to fit an ellipsoid directly to a set of 3D points.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1203
    • 提供者:guigui
  1. bestFit

    0下载:
  2. an implementation of best fit in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:20748
    • 提供者:jothar
  1. Memory

    0下载:
  2. 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用c++语言实现了,First-fit,next-fit。两种分配算法。并实现了测试程序 -Design a memory management memory management, and support for at least two types of allocation strategies. On the performance of different allocation st
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:715895
    • 提供者:张帅
  1. chasing.method.Curve.Fit

    0下载:
  2. 追赶法光滑曲线拟合.多个离散点拟合光滑曲线的,优化了追赶法,适用于闭合和不闭合两种情况 -chasing method Curve Fit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1556
    • 提供者:李波
  1. fit

    0下载:
  2. 该算法是用正交多项式来求最小二乘拟合多项式。-This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1118
    • 提供者:apple
  1. Circle-Fit

    0下载:
  2. 这次上传的程序源码是关于根据给定的xy点,拟合一个圆,依据是半径平方偏差的和。-The upload program source code is about according to the given xy point, fitting a circle, based on the radius squared deviations and.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:44343
    • 提供者:apple
  1. my_least_squares

    0下载:
  2. -least squares algorithms using gradient descent to find minimum of function - gaussian fit algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1061
    • 提供者:mic
  1. linefit

    0下载:
  2. Plot the least squares fit by a line
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:905
    • 提供者:katore vishal
  1. fit

    0下载:
  2. Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数, 其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。-Matlab provides a fast way to achieve polynomial fitting function polyfit () function, The format: p = polyfit (x, y, n) where
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:29378
    • 提供者:小董
  1. fit_ML_laplace

    0下载:
  2. fit_ML_normal - Maximum Likelihood fit of the laplace distribution of i.i.d. samples!. Given the samples of a laplace distribution, the PDF parameter is found fits data to the probability of the form: p(x) = 1/(2*b)*exp(-abs(x-u)/b)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1383
    • 提供者:resident e
  1. fit_ML_rayleigh

    1下载:
  2. fit_ML_rayleigh - Maximum Likelihood fit of the rayleigh distribution of i.i.d. samples!. Given the samples of a rayleigh distribution, the PDF parameter is found fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s wit
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1303
    • 提供者:resident e
  1. fit_rayleigh_pdf

    0下载:
  2. fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1624
    • 提供者:resident e
  1. fit

    0下载:
  2. Fit experimental data to specified objective function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1635
    • 提供者:Ales Vojacek
  1. Elevation-fitting

    0下载:
  2. BP 网络具有以任意精度逼近定义在紧致子集上的任意非线性函数的能力, 因而被广泛应用于识别、预测、拟合。-BP network has to approach any degree of accuracy defined in the compact subset of the capacity of any nonlinear function, which is widely used in identification, prediction, fit.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:112935
    • 提供者:刘文祥
  1. fitness

    0下载:
  2. 曲线拟合法:本方法分别利用一元线性函数、对数函数、指数函数和抛物线函数对数据拟合,取拟合优度判定系数最大者作为预测模型,得出预测值及预测区间(置信度为0.95)-Curve fitting: This method is the use of a linear function, respectively, logarithmic, exponential and parabolic functions for data fitting, goodness of fit to take the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1653
    • 提供者:相当可以
  1. tools-to-fit-the-data-package

    0下载:
  2. 应用matlab对数据进行拟合的工具包,可运行,方便易懂-Application matlab right tools to fit the data package, you can run, convenient and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2835
    • 提供者:george
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com