Skip to main content

RegrSXX

No overview available.

Attributes

AttributeTypeDescription
functionstring = REGR_SXXThe SQL aggregate function name used to calculate the sum of squares of the independent variable in a linear regression model.

Constructor

Signature

def RegrSXX(
expression: Any,
**extra: Any
) - > null

Parameters

NameTypeDescription
expressionAnyThe expression or column to be aggregated.
**extraAnyAdditional keyword arguments for the aggregate function.

Signature

def RegrSXX() - > null