calcRealWorldFactorScores
No License
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.
Cite As
Martyn Dorey (2024). calcRealWorldFactorScores (https://www.mathworks.com/matlabcentral/fileexchange/7052-calcrealworldfactorscores), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |