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.
Resultado
—
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.
A confidence band for the coefficient r
Reporting a correlation coefficient as a bare number hides the uncertainty behind it. Like any sample estimate, r has a margin of error, and a confidence interval makes it explicit. The catch is that r's distribution is skewed, which prevents using the usual symmetric margin, especially when the correlation is strong.
The solution came from Fisher, with an ingenious transformation. Applying the inverse hyperbolic tangent to r makes its distribution approximately normal, with a standard error that depends only on the sample size. You build the interval on that well-behaved scale and, at the end, undo the transformation to return to the coefficient's original scale.
Enter the correlation coefficient and the sample size. The tool returns the bounds of the confidence interval for the population r. Note that it's asymmetric: the side facing the extremes, near minus one or plus one, is more compressed — exactly the behavior the Fisher transformation captures and the naive symmetric margin would get wrong.
Related Tools
CI for the Ratio of Two Variances
Computes the confidence interval for the ratio between the variances of two normal populations, σ₁²/σ₂². Instead of just testing whether the variances differ, it gives a plausible range for how many times one is larger than the other. If the interval contains the number 1, there's no evidence the spreads are different. The calculation uses the F distribution, and because it's asymmetric, the bounds come from F quantiles with the degrees of freedom swapped. Enter the two samples and the confidence level.
Wilson Interval (Proportion)
Computes the Wilson confidence interval for a proportion, the modern alternative to the Wald interval (the p̂ ± z·SE formula you learn first). The Wald interval fails badly with small samples or proportions near 0 or 1 — it can even produce negative bounds. Wilson's fixes this by inverting the score test, which keeps it inside [0, 1] with much better coverage. It's the recommended interval for proportions. Enter the successes, the total and the confidence level.
Agresti-Coull Interval (Proportion)
Computes the Agresti-Coull confidence interval for a proportion, an elegant middle ground between the simplicity of the Wald interval and the accuracy of Wilson's. The almost folkloric idea is to add a few fictitious successes and failures to the sample before applying the Wald formula — which fixes Wald's terrible behavior in small samples or extreme proportions. For 95% confidence, it's like adding two successes and two failures. Enter the successes, the total and the confidence level.
CI for the Difference of Two Proportions
Computes the confidence interval for the difference between two proportions, using the Wald method. It's the companion to the two-proportion z-test and the basis of any A/B test reading: beyond saying whether the difference is significant, it shows the plausible range for its real size. If the interval doesn't contain zero, there's a significant difference. For example: variant A converted 45 of 100 and B, 30 of 100 — what's the interval for the difference? Enter the successes and the total of each group and the confidence level.
CI for Difference of Two Means (t)
Computes the confidence interval for the difference between the means of two independent groups, using the t distribution with pooled variances. It's the natural companion to the two-sample t-test: instead of only saying whether the difference is significant, it shows the plausible range for the real size of that difference. If the interval doesn't contain zero, there's a significant difference at the chosen level. Enter the two samples of values and the confidence level.
Pearson Spearman Correlation Calculator
Computes simultaneously Pearson product moment correlation and Spearman rank correlation coefficients between two variables.
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.