由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - How to get the coefficient of the 2D guassian
相关主题
请问:如何在matlab里面算p-value (multivariate)请教一个Monte Carlo simulation问题 (转载)
simulation of a set of stochastic ODE请教:带参数的积分—公式比较长!
我也及问一个问题matlab中PCA一问,谢谢
prove: deg(gcd(p,q))=nullity(sylvester(p,q))请教如何用MATLAB去fit一个多项式?
how to do Fourier transform for this ...请教个低级计算问题 (转载)
[转载] matlab的字符串处理功能强吗?有人知道浮点数的压缩算法吗?有损也没关系
Binary integer programming in Matlab?为啥cell reads是44啊?哪位给解释下?多谢了
A question about convex analysisOfficial Gini Index Lowered "By Hand" (转载)
相关话题的讨论汇总
话题: y0话题: guassian话题: 2d话题: x0
进入Computation版参与讨论
1 (共1页)
p********n
发帖数: 273
1
Hi experts,
I got the fitting result of the gmdistribution object. Now I want to know
the exact expression of the 2D guassian function. From Wikipedia, I know the
expression is
f(x,y) = A*exp(-(a*(x-x0)^2 + 2*b*(x-x0)(y-y0) + c*(y-y0)^2))
where A is the hight of the peak and (x0,y0) is the center of the blob.
As far as I know,
x0 = obj.mu(1)
y0 = obj.mu(2)
My question is how to get coefficients a b c from obj.Sigma?
I supposed obj.Sigma = [a b
b c]
but that was n
1 (共1页)
进入Computation版参与讨论
相关主题
Official Gini Index Lowered "By Hand" (转载)how to do Fourier transform for this ...
Official Gini Index Lowered "By Hand" (转载)[转载] matlab的字符串处理功能强吗?
谁给扫盲一下 proc coefficient·Binary integer programming in Matlab?
请教一个multicollinearity的问题A question about convex analysis
请问:如何在matlab里面算p-value (multivariate)请教一个Monte Carlo simulation问题 (转载)
simulation of a set of stochastic ODE请教:带参数的积分—公式比较长!
我也及问一个问题matlab中PCA一问,谢谢
prove: deg(gcd(p,q))=nullity(sylvester(p,q))请教如何用MATLAB去fit一个多项式?
相关话题的讨论汇总
话题: y0话题: guassian话题: 2d话题: x0