필터 지우기
필터 지우기

Does it make sense to average principal components?

조회 수: 19 (최근 30일)
lil brain
lil brain 2022년 4월 13일
답변: prabhat kumar sharma 2023년 10월 5일
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!

답변 (1개)

prabhat kumar sharma
prabhat kumar sharma 2023년 10월 5일
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

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by