Name
REGR_SYY — Auxiliary function used to compute various diagnostic statistics.
Synopsis
numeric
REGR_SYY
(
|
in expr1 any , |
in
expr2
any
) ; |
Description
REGR_SYY makes the following computation after eliminating NULL (expr1, expr2) pairs:
REGR_COUNT(expr1, expr2) * VAR_POP(expr1)
Parameters
expr1
Number expression.
expr2
Number expression.
Return Types
The function returns a value of type NUMERIC. If the function is applied to an empty set, then it returns null.