Skip to main content

RSQ

Returns the square of the Pearson product-moment correlation coefficient (R²) through the given data points.

CategoryStatistical
SyntaxRSQ(known_ys, known_xs)

Parameters

ParameterRequiredDescription
known_ysRequiredThe range or array of dependent (y) values.
known_xsRequiredThe range or array of independent (x) values.

Example

RSQ(A1:A10)

Auto-generated from the EngCanvas function registry.