RegrSXX
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| function | string = REGR_SXX | The 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
| Name | Type | Description |
|---|---|---|
| expression | Any | The expression or column to be aggregated. |
| **extra | Any | Additional keyword arguments for the aggregate function. |
Signature
def RegrSXX() - > null