calcRealWorldFactor​Scores

版本 1.0.0.0 (1.4 KB) 作者: Martyn Dorey
Takes output from factoran and turns into real world explained returns and residuals.
1.0K 次下载
更新时间 2005/3/7

无许可证

This function extends the factor analysis tool box function factoran.

Once you have produced a factor analysis you then may want work out what the explained, and unexplained parts of the data were- in real world space, rather than some transformed space. It would be nice if this was included in the factoran function but hey ho.

Written Martyn Dorey 20 Aug 2004

Takes output from the factor analysis function factoran and translates it into realworld obervations:

Lets say you've got a matrix or returns in mxAssets, 1)Produce some factor analysis using the MATLAB function:

[mxLoadings,vecIdio,T,stats,mxFactorScores] = factoran(mxAssets);

2)Now split the returns into two parts, that which is explained and the residual.

[mxScoresRealWorld,mxDiv,mxExpX,mxResid,Stats] = calcFactorScores(mxLoadings,mxAssets,vecIdio,T)

I've also included a function that takes simulations of factor distributions and pumps it into real world asset expectations.

Any comments or bugs please send me a message.
Regards
M.

引用格式

Martyn Dorey (2024). calcRealWorldFactorScores (https://www.mathworks.com/matlabcentral/fileexchange/7052-calcrealworldfactorscores), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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