Matrix Decomposition

版本 1.7.0.0 (902.9 KB) 作者: Aleksander
Positive definite correlation matrix based on spectral decomposition. Now both for .m, C and Mex
1.2K 次下载
更新时间 2012/11/19

查看许可证

Matrix decomposition using, e.g. the Cholesky decomposition requires the correlation matrix to be positive definite. That is, the eigenvalues must all be positive. In finance, this is rarely the case, and one often observes negative eigenvalues, or zero eigenvalues. These two functions do essentially the same thing. One adjusts only the <= 0 eigenvalues, while the other adjusts those eigenvalues, but then also increases the other non-negative eigenvalues to compensate for the higher 'weight' given to the smaller eigenvalues.

引用格式

Aleksander (2024). Matrix Decomposition (https://www.mathworks.com/matlabcentral/fileexchange/31296-matrix-decomposition), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Matrix Decomposition 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.7.0.0

This update includes the program in C programming code, as well as a MEX implementation, providing potentially significant speed and memory handling enhancements.

1.6.0.0

Added screenshot

1.3.0.0

Updated description

1.2.0.0

Removed one function

1.0.0.0