由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 统计问题再请教 (1)
相关主题
深刻的教训..[转载] 最新测量的宇宙学参数 from MAP
Re: Who knows Zipf distribution?anyone can recommend a c algorithm package
cosmo.1Re: matrix 中 eigenvalue 是什么?
Re: What is diagonalisation of a matrix?Predict values of vectors generated by black box functions
Re: [转载] can someone explain the mechanism of CD?Re: MATLAB请教
Re: Ask2:Re: 谁知道什么是singular value decomposition?
Re: A questionRe: help
problem on nonlinear differential equationdiscussion on SVD
相关话题的讨论汇总
话题: matrix话题: symmetric话题: lambdas话题: go
进入Science版参与讨论
1 (共1页)
r***a
发帖数: 58
1
Since J is symmetric (it has to be), it can be decomposed to
J = B'DB Where D is a diagonal matix with eigenvalues \lambda
and B would be the vectors corresponding to the eigenvalues
A = B'sqrt(D)
There are a few methods for calculating \lambdas. Go get a book
on matrix calculation.
J**Y
发帖数: 34
2
In economics, solving M is usually done with Cholesky decomposition as
I said before, because the var-cov matrix of Z: V=MM', is a symmetric
positive definite matrix. So V can be written as the product of a lower
triangle matrix and its transpose.
i**x
发帖数: 326
3
i guess you are right. actually i was spending some time
on that, and seems to me -- also according to all the
literature i saw -- the Cholesky decomposition is the
usual way and other alternatives do not further help.
it is a very general question and if there is a better
solution, it will be helpful for many of us. but you
know, :)
r***a
发帖数: 58
4
Faint!
M = B* sqrt(D) ya!
1 (共1页)
进入Science版参与讨论
相关主题
discussion on SVDRe: [转载] can someone explain the mechanism of CD?
Re: 激光光束质量因子 M^2 是怎么回事啊Re: Ask2:
Re: 一个色与光的问题Re: A question
[转载] Re: [转载] 有谁能说说Fourier变换?problem on nonlinear differential equation
深刻的教训..[转载] 最新测量的宇宙学参数 from MAP
Re: Who knows Zipf distribution?anyone can recommend a c algorithm package
cosmo.1Re: matrix 中 eigenvalue 是什么?
Re: What is diagonalisation of a matrix?Predict values of vectors generated by black box functions
相关话题的讨论汇总
话题: matrix话题: symmetric话题: lambdas话题: go