Line
- Topics:
- Visualizations
CREATED FOR:
- User
This article documents the Line visualization in
See Line for the
The
Settings
As part of the visualization settings, specific line visualization settings are available.
Show max


Models
All regression model trendlines are fit using ordinary least squares:
y = a + b * x
y = a + b * log(x)
y = a + e^(b * x)
y = a * x^b
y = a + b * x + c * x^2