Map variables and samples on one intuitive plane. Review explained variance and directional relationships quickly. Turn component outputs into practical statistical visuals with confidence.
Use eigenvalues, variable loadings, and observation scores from your principal component analysis.
This sample uses six variables, six observations, two retained components, and standardized variance equal to the variable count.
| PC1 Eigenvalue | 2.95 |
|---|---|
| PC2 Eigenvalue | 1.65 |
| Total Variance | 6.00 |
| Vector Scale | 1.15 |
| Plot Margin | 20% |
| Variable | PC1 | PC2 |
|---|---|---|
| Revenue Growth | 0.86 | 0.18 |
| Cost Efficiency | 0.74 | -0.42 |
| Customer Satisfaction | 0.69 | 0.63 |
| Retention Rate | 0.65 | 0.58 |
| Service Time | -0.48 | 0.72 |
| Defect Rate | -0.71 | 0.36 |
| Observation | PC1 Score | PC2 Score |
|---|---|---|
| Segment A | 2.10 | 0.80 |
| Segment B | 1.40 | -1.10 |
| Segment C | -0.60 | 1.70 |
| Segment D | -1.80 | -0.90 |
| Segment E | 0.30 | 2.00 |
| Segment F | -2.20 | 0.20 |
Explained variance for each component
Explained Variance % = (Eigenvalue of Component ÷ Total Variance) × 100
Variable vector coordinates
X-coordinate = Loading on PC1 × √(PC1 Eigenvalue) × Scale
Y-coordinate = Loading on PC2 × √(PC2 Eigenvalue) × Scale
Vector length
Length = √(X2 + Y2)
Communality across two retained components
Communality = Loading on PC12 + Loading on PC22
Observation distance from the origin
Distance = √(PC1 Score2 + PC2 Score2)
Vector angle
Angle = atan2(Y, X), expressed in degrees
This page assumes you already have PCA outputs. It does not estimate principal components from raw columns directly.
It places observation scores as points and variable loadings as arrows on the same PC1-PC2 plane. That lets you compare case positions and variable directions together.
No. This page works from PCA outputs you already calculated elsewhere. You only need two eigenvalues, variable loadings, and observation scores.
A longer variable arrow usually signals stronger representation on the retained two-component space. Short arrows suggest weaker capture by PC1 and PC2.
Small angles suggest positive association, right angles suggest weak relation, and opposite directions suggest negative association. This reading is approximate in reduced dimensions.
They have stronger combined scores on PC1 and PC2. Such cases stand out more clearly from the average multivariate profile shown near the center.
For standardized PCA, total variance often equals the number of variables. For other workflows, use the full variance basis that your PCA procedure reports.
It changes arrow lengths for display without changing the underlying loading signs. Use it when labels overlap or the variable vectors look too compressed.
No. It is best for visualization, quick diagnostics, and exportable summaries after PCA. Use a dedicated statistics package to estimate components from raw data.
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.