Skip to content

Commit 0b2942a

Browse files
committed
call filter functions regression functions instead
1 parent 5d70878 commit 0b2942a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/partials/graphingfunctions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Function | Category | Description
3030
`count_not_null()` | Count | count all the non-null values
3131
`top()` | Rank | select the top series responsive to a given query, according to some ranking method; see the "Top functions" section below for more details
3232
`top_offset()` | Rank | similar to `top()`, except with an additional offset parameter, which controls where in the ordered sequence of series the graphing starts. For example, an offset of 2 would start graphing at the number 3 ranked series, according to the chosen ranking metric.
33-
`robust_trend()` | Filter | fit a robust regression trend line using Huber loss; see the "Robust regression" section below for more details
34-
`trend_line()` | Filter | fit an ordinary least squares regression line through the metric values
35-
`piecewise_constant()` | Filter | approximate the metric with piecewise function composed of constant-valued segments
33+
`robust_trend()` | Regression | fit a robust regression trend line using Huber loss; see the "Robust regression" section below for more details
34+
`trend_line()` | Regression | fit an ordinary least squares regression line through the metric values
35+
`piecewise_constant()` | Regression | approximate the metric with a piecewise function composed of constant-valued segments
3636
`outliers()` | Algorithms | highlight outlier series; see our [guide to outlier detection](/guides/outliers)
3737
{:.table}
3838

0 commit comments

Comments
 (0)