登录
首页 » matlab » fit_maxwell_pdf

fit_maxwell_pdf

于 2011-02-09 发布 文件大小:2KB
0 192
下载积分: 1 下载次数: 2

代码说明:

   fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian 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) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a)) with parameter: a format: result = fit_maxwell_pdf( x,y,W,hAx ) input: y - vector, samples of the histogram to be fitted x - vector, position of the samples of the histogram (i.e. y = f(x,a)) W - matrix or scalar, a square weighting matrix of the size NxN where N = length(y), or 0 to indicate no weighting is needed. hAx - handle of an axis, on which the fitted distribution is plotted if h is given empty, a figure is created. output: result - structure with the fields a - fitted parameter VAR - variance of the estimation type- weighted LS or not weighted LS iter- number of iteration for the solution

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ZHUANGTAI
    说明:  状态空间模型 加强MATLAB学习 很有用的 (state-space model to strengthen MATLAB very useful learning)
    2006-04-28 13:07:29下载
    积分:1
  • gm11
    function exp85 clear all p=[0:0.1:1.1] t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095] net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm ) net.trainParam.epochs=2500 net.trainParam.goal=0.001 net.trainParam.show=50 net=train(net,p,t) r=sim(net,p) plot(p,t,p,r, * ) y=sim(net,[1.2])
    2012-04-26 12:14:11下载
    积分:1
  • CS-for-spring-design
    用matlab实现启发式算法布谷鸟算法在弹簧设计中的应用程序(Application of the heuristic algorithm the cuckoo algorithm in the spring design using matlab )
    2012-07-26 19:14:01下载
    积分:1
  • Modeling-and-control-of-the-doubly-fed-induction-
    Modeling and control of the doubly fed induction generator wind turbine
    2013-12-24 18:19:16下载
    积分:1
  • endemo
    MATLAB与C语言的编程接口,在C语言里,使用MATLAB的函数(This is a simple program that illustrates how to call the MATLAB * Engine functions from a C++ program. )
    2010-08-25 08:18:03下载
    积分:1
  • FuzzyEdgeDetection
    on Neuro Fuzzy edge detection
    2010-03-12 10:20:27下载
    积分:1
  • code
    matlab入门基础源代码,一共八个文件夹,上百个matlab源程序,对学习matlab可能会有帮助。(Getting the underlying source code matlab, might help)
    2014-12-04 00:02:39下载
    积分:1
  • fractional-delay-FIR-Filter-Matlab
    分数延迟FIR滤波器的实现,分别使用了最小二乘法,拉格朗日插值法以及优化加权最小二乘法。(Fractional delay FIR filter implementation, using the least square method, the Lagrange interpolation method and optimization of weighted least squares.)
    2015-09-22 22:08:28下载
    积分:1
  • exact_alm_rpca
    RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
    2010-11-02 14:03:12下载
    积分:1
  • goldxuliezu
    Gold序列生成程序,用m序列模2相加生成平衡Gold序列(Gold sequence generation process, using mod 2 sum of m sequences generated balanced Gold sequences)
    2010-05-13 11:36:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载