ClickHouse/docs/en/sql-reference/aggregate-functions
Simon Podlipsky 677f296214
docs: use k as constant name instead of a in simpleLinearRegression
Function uses `k` internally.

E.g.

```sql
SELECT arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3]) FORMAT JsonEachRow
```

outputs `{"arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3])":{"k":1,"b":0}}`
2024-10-21 15:34:15 +02:00
..
reference docs: use k as constant name instead of a in simpleLinearRegression 2024-10-21 15:34:15 +02:00
_category_.yml Update _category_.yml 2022-06-02 08:41:40 -06:00
combinators.md fix double distinct mistake in docs (corrStableDistinct(DISTINCT x, y)) 2024-10-01 16:22:50 +02:00
grouping_function.md add slugs 2022-08-28 10:53:34 -04:00
index.md remove *_respect_nulls and modify any, anyLast to reflect that they can use modifier RESPECT NULLS 2024-07-12 12:50:19 +02:00
parametric-functions.md Use mode for new windowFunnel algorithm 2024-10-02 08:14:08 +00:00