Merge pull request #45124 from ClickHouse/rfraposa-patch-2

Update theilsu.md
This commit is contained in:
Rich Raposa 2023-01-10 09:04:22 -07:00 committed by GitHub
commit f28b04fc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ The `theilsU` function calculates the [Theil's U uncertainty coefficient](https:
**Syntax**
``` sql
contingency(column1, column2)
theilsU(column1, column2)
```
**Arguments**