Docs: Correct variable names for simpleLinearRegression

Fixes: #59729
This commit is contained in:
Robert Schulze 2024-02-21 16:29:47 +00:00
parent c1754d3cd1
commit 5ea3afb06e
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -13,8 +13,8 @@ simpleLinearRegression(x, y)
Parameters:
- `x` — Column with dependent variable values.
- `y` — Column with explanatory variable values.
- `x` — Column with explanatory variable values.
- `y` — Column with dependent variable values.
Returned values: