-
fit_maxwell_pdf
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
- 2011-02-09 19:02:55下载
- 积分:1
-
PF
说明: 线性二自由度车辆模型状态参数估计粒子滤波算法,车辆理想状态向量已和观测向量已给出(Linear two degrees of freedom vehicle model state estimation particle filter, vehicle and observation over the state vector has been given vector)
- 2016-03-08 19:01:25下载
- 积分:1
-
matlab_primer_40
A good book for people who want complete in-depth training using MATLAB.
- 2011-01-05 12:33:03下载
- 积分:1
-
matlab程序设计
说明: matlab课程设计:包含课件,训练题目,及其相关matlab设计的资料(Matlab curriculum design : includes courseware, training topics, and related design information Matlab)
- 2005-12-10 17:21:15下载
- 积分:1
-
TSP_ant
Test Ant colony optimization
- 2015-02-19 04:14:52下载
- 积分:1
-
vbmatlab
本文说明 vb与matlab连接的教程(This article explains to connect vb and matlab tutorial)
- 2008-03-24 12:46:32下载
- 积分:1
-
flow0
说明: 应用潮流程序,想怎样 就怎样,大家要是想要就拿去 我留着也是留着!(application of power flow)
- 2010-04-15 23:06:01下载
- 积分:1
-
fixdec
Round towards zero with a specified number of decimals
- 2013-03-22 01:33:09下载
- 积分:1
-
subspace-matlab
协方差驱动随机子空间法的matlab算法,我下的。(Covariance-driven stochastic subspace method)
- 2013-04-15 20:49:44下载
- 积分:1
-
example_coordinate_transformation(1)
刚度矩阵转换到整体坐标系的matlab的程序(Stiffness matrix transformation to the global coordinate system matlab program)
- 2015-04-13 02:28:28下载
- 积分:1