WLJS LogoWLJS Notebook

CorrelationTest

CorrelationTest[{{x1, y1}, {x2, y2}, ...}] tests whether the correlation coefficient for a bivariate population is zero.

CorrelationTest[{{x1, y1}, {x2, y2}, ...}, ρ0] tests whether the correlation coefficient is ρ0.

CorrelationTest[..., "property"] returns the value of "property".

Examples

Test correlation significance:

CorrelationTest[{{1, 2}, {2, 4}, {3, 5}, {4, 8}}]

Please visit the official Wolfram Language Reference for more details.

On this page