-
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
-
6
matlab实现分类回归,优化后的c/g完成(Matlab to achieve classification regression)
- 2020-06-18 15:20:01下载
- 积分:1
-
MATLAB
详细的介绍了matlab的程序设计和编程方法等
(Detailed description of the matlab program design and programming methods)
- 2011-05-01 15:51:08下载
- 积分:1
-
Recursive-State-Estimation
为了得到具有一般相关量测噪声线性系统的递推滤波算法, 将该问题转化为具有相关量测
单值随机向量的滤波问题,根据单值随机向量的线性无偏最小方差估计算法,导出了量测噪声为一
般相关鞅差序列的线性系统的最优递推状态估计滤波算法.通过数值仿真,将该算法与假定量测噪
声不相关时的Kalman 滤波算法进行了比较,证明了该算法的有效性(In order to obtain the recursive f i ltering alg orithm for a linear system w ith general correlat
ed measurement noises, the problem is t ransformed to that of filtering for a single random vector w ith
correlated measurements. According to the linear unbiased minimum variance estimation algorithm for
a single random vector, a recursive filtering algori thm is presented. A digital simulat ion technique is
used such that the new algorithm can be compared w i th the Kalman f i ltering algorithm, assuming that
the measurement noises are uncorrelated. Validi ty of the proposed algorithm is thus proved)
- 2012-08-08 16:37:24下载
- 积分:1
-
MATLAB-digital-image-processing-code
MATLAB数字图像处理代码 教材附带习题的matlab源代码(MATLAB digital image processing code textbook comes with exercises matlab source code)
- 2013-03-11 16:57:08下载
- 积分:1
-
09
说明: 09年数学建模眼科 论文代码 包括随机模拟和分布拟合(2009 Eye of mathematical modeling papers, including stochastic simulation and code distribution fitting)
- 2010-08-18 14:04:01下载
- 积分:1
-
matlabhelp
matlab帮助系统,是中文帮助系统,可以方便英文不好的同志(matlab help system, the Chinese help system, it will be convenient English is not good comrades)
- 2008-07-03 17:55:51下载
- 积分:1
-
congestion-control
级联故障和拥塞控制及在无标度网络上的传播(Cascading failure and congestion control and spreading in scale-free networks.)
- 2014-08-12 11:24:14下载
- 积分:1
-
EKF-SLAM
Kalman Filter (KF) and extended Kalman Filter (EKF) are basic tools for solving
many estimation problems. They have found plenty of applications including target track-
ing and mobile robot localization and mapping.
- 2012-11-30 22:17:31下载
- 积分:1
-
SL0MatlabCode
压缩感知的一个经典算法,即SL0算法,在MATLAB7.0下已实现 (A classic compressed sensing algorithm, SL0 algorithm has been achieved under the MATLAB7.0)
- 2011-04-20 16:31:15下载
- 积分:1