Does it make sense to average principal components?
18 views (last 30 days)
Show older comments
Hi,
I have ran a PCA on several participants data sets and would like to get a list of averaged principal components for my entire data set. Hence I am wondering, does it make sense to average PC's together and create means for the coefficients?
Thanks!
0 Comments
Answers (1)
prabhat kumar sharma
on 5 Oct 2023
I understand you are facing issue with the principal component analysis.
I would suggest not to calculate the average of the principal components (PCs) themselves or the mean of the coefficients when performing PCA on multiple participants' datasets. The PCs represent orthogonal directions capturing the maximum amount of variance in each individual dataset and averaging them would not yield meaningful results.
Instead, consider calculating the mean or median of the original data points to obtain an average representation of the data across all participants.
For more information about PCA , you can refer to the following documentation link:
Note : PCA is sensitive to the relative scaling of the original variables. If the scales of the variables in your different datasets are not the same, you'll need to standardize them before combining them and running PCA.
Regards,
Prabhat Sharma
0 Comments
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!