Partial Correlation
Computes the partial correlation between two variables while controlling for the effect of a third. It's the tool against spurious correlations: ice cream sales correlate with drownings, but only because both rise in hot weather — controlling for temperature, the partial correlation drops to near zero. It removes the influence of the control variable from both and measures the direct association that remains. The tool returns the partial coefficient and its significance test. Enter the three paired series.
Resultado
—
Partial Correlation
Computes the partial correlation between two variables while controlling for the effect of a third. It's the tool against spurious correlations: ice cream sales correlate with drownings, but only because both rise in hot weather — controlling for temperature, the partial correlation drops to near zero. It removes the influence of the control variable from both and measures the direct association that remains. The tool returns the partial coefficient and its significance test. Enter the three paired series.
The correlation left after removing the third factor
Many strong correlations are illusions created by a hidden variable. The classic example: ice cream sales rise together with drowning cases, but neither causes the other — both merely respond to hot weather. Partial correlation is the tool that unmasks this kind of relationship, measuring the association between two variables after discounting the influence of a third.
The calculation starts from the three simple correlations between the pairs of variables and combines them in a formula that mathematically removes the control variable's effect from both. What remains is the direct correlation between the first two, free of the confounding introduced by the third. If the original correlation was spurious, that partial value plummets to near zero.
Enter the three paired series: the two variables of interest and the control variable. The tool returns the partial correlation coefficient and its significance test, with degrees of freedom reduced to reflect the control. It's a basic instrument for investigating causal relationships in observational data, where confounding variables are always lurking.
Related Tools
CI for Correlation (Fisher z Transform)
Computes the confidence interval for a correlation coefficient using the Fisher z transformation. The sampling distribution of r is skewed, especially near −1 or +1, which prevents applying the usual symmetric margin. Fisher solved this with a transformation that makes the distribution approximately normal; you build the interval on that scale and then map back to r. The result is an asymmetric interval, narrower on the side near the extremes. Enter the coefficient r and the sample size.
Welch's t-test
Computes the Welch's t-test statistic, the two-sample t-test version that does NOT assume equal variances. Unlike the classic Student's t-test, it doesn't pool the variances into a single value, which makes it more reliable when the two groups have different spreads — the default recommendation in modern statistics. The degrees of freedom come from the Welch-Satterthwaite equation, usually fractional. Enter the mean, standard deviation and size of each of the two groups.
Paired t-Test
Computes the paired t-test, used when you measure the same subjects twice — before and after a treatment, or by two methods. It works with the differences of each pair and tests whether the mean difference is compatible with zero. By removing the variability between subjects, it's usually far more powerful than comparing two independent groups. The tool returns the t statistic, the degrees of freedom and the two-sided p-value. Enter the two paired series.
Point-Biserial Correlation
Computes the point-biserial correlation coefficient, which measures the association between a continuous variable and a dichotomous (two-group) variable. It is, in fact, the Pearson correlation applied to the case where one variable takes only two values — so it ranges from −1 to +1 and carries the same interpretation. It shows up often in psychometrics, to assess how well a test item (right/wrong) discriminates between high- and low-scoring students. Enter the continuous values of each of the two groups.
Mann-Whitney U Test
Computes the Mann-Whitney U test, the non-parametric alternative to the t-test for comparing two independent groups. Instead of comparing means, it compares the ranks of the combined data, which makes it valid even when the data don't follow a normal distribution or are ordinal. The tool computes the U statistic and the normal approximation z, with a tie correction. Enter the two groups of observations, separated by commas.
Prediction Interval (New Observation)
Computes the prediction interval for a new individual observation, from a sample. Be careful not to confuse it with the confidence interval for the mean: that one estimates where the population mean lies; this one estimates where the next individual value you observe will fall — which is why it's always wider, carrying the uncertainty of the mean plus the natural variability of the data. The decisive factor is the √(1 + 1/n) under the t distribution. Enter the sample and the confidence level.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.