Commit Graph

5 Commits

Author SHA1 Message Date
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
DanRoscigno
7f92006428 add slugs to all docs 2022-08-26 15:07:59 -04:00
rfraposa
4feb622c9f Added /zh docs 2022-04-10 17:08:18 -06:00
benbiti
014b297e2e WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00
benbiti
8354cdd0e1 WIP update-aggregate-funcions-in-zh 2021-03-25 17:09:19 +08:00