Skip to main content
Y-intercept of the linear regression line (y on x) Category: aggregate Syntax:
RegressionIntercept([y], [x])
Returns: Float Context Filtering: ✗ No

Parameters

NameTypeRequiredDescription
ycolumn✓ Yes
xcolumn✓ Yes
Allowed Column Types for y: INT, FLOAT, DECIMAL Allowed Column Types for x: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

RegressionIntercept([Y], [X])
Regression intercept
Last modified on March 13, 2026