PCA Correlation Tool Calculator

Turn correlated variables into clear component insights. Review eigenvalues, loadings, and explained variance instantly today. Make multivariate analysis easier with clean outputs and exports.

Calculator Input

Use rows as observations and columns as variables. PCA is computed from the correlation matrix, so variables are standardized automatically.

Example Data Table

StudyHours Attendance Assignments ExamScore
5887881
6908285
4767074
7948891
3726869
8969094
5848079
6898486

Formula Used

Standardization: z = (x − mean) / s, where each variable is centered and scaled by its sample standard deviation.

Correlation entry: rij = Σ(zizj) / (n − 1), which forms the correlation matrix used in the decomposition.

Eigenvalue equation: Rv = λv, where R is the correlation matrix, λ is an eigenvalue, and v is the associated eigenvector.

Explained variance: Explained % = (λ / Σλ) × 100, which shows how much standardized variance each component captures.

Loadings: Loading = eigenvector × √eigenvalue, which links each original variable to each principal component.

Component scores: Scores = ZV, where Z is the standardized data matrix and V contains the selected component directions.

How to Use This Calculator

  1. Paste your dataset into the text area. Keep observations in rows and variables in columns.
  2. Select the correct delimiter and tick the header option when the first row contains variable names.
  3. Choose how many component scores you want returned for each observation.
  4. Click Calculate PCA to generate the correlation matrix, eigenvalues, loadings, explained variance, and scores.
  5. Review the scree plot and the cumulative variance table to decide how many components to retain.
  6. Use the CSV and PDF export buttons to save the generated results for reporting or documentation.

Related Calculators

PCA CalculatorPCA Data AnalyzerPCA Score CalculatorPCA Explained VariancePCA Component CalculatorPCA Eigenvalue ToolPCA Scree PlotPCA Factor ScoresPCA Dimensionality ToolPCA Feature Reducer

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.