RSQ
Returns the square of the Pearson product-moment correlation coefficient (R²) through the given data points.
| Category | Statistical |
| Syntax | RSQ(known_ys, known_xs) |
Parameters
| Parameter | Required | Description |
|---|---|---|
known_ys | Required | The range or array of dependent (y) values. |
known_xs | Required | The range or array of independent (x) values. |
Example
RSQ(A1:A10)
Auto-generated from the EngCanvas function registry.