Skip to contents

Returns the number of non-NULL number pairs in a group.

Usage

regr_count(y, x)

Arguments

y, x

DOUBLE

Value

UINTEGER

SQL examples

(SUM(x*y) - SUM(x) * SUM(y) / COUNT(*)) / COUNT(*)