ClickHouse/docs/ru/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
combinators.md fix double distinct mistake in docs (corrStableDistinct(DISTINCT x, y)) 2024-10-01 16:22:50 +02:00
index.md Remove leftover empty lines at the end of markdown files 2023-01-09 15:15:18 +01:00
parametric-functions.md Review changes and replace … with ... 2024-05-23 13:54:45 +02:00