Skip to content

Commit e240506

Browse files
committed
Fixed another documentation error
1 parent 923553a commit e240506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datapack/data/computercraft/lua/rom/modules/main/advanced_math

datapack/data/computercraft/lua/rom/modules/main/advanced_math/stats.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ end
853853
-- Checks a dataset against it's linear regression
854854
-- @tparam number[] x independent variable values
855855
-- @tparam number[] y dependent variable values
856-
-- @treturn table results table with t (test statistic), df (degrees of freedom), and p (p-value)
856+
-- @treturn table results table with t (test statistic), df (degrees of freedom), p (p-value), slope, slopeSe, r2 (r-squared)
857857
function stats.linRegTTest(x, y)
858858
expect(1, x, "table")
859859
expect(2, y, "table")

0 commit comments

Comments
 (0)