Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
simpleLinearRegression
Introduced in: v20.1.0 Performs simple (unidimensional) linear regression. Syntaxx— Column with explanatory variable values.Float64y— Column with dependent variable values.Float64
(k, b) of the resulting line y = k*x + b. Tuple(Float64, Float64)
Examples
Perfect linear fit
Query
Response
Query
Response