Commit Graph

2 Commits

Author SHA1 Message Date
Jaap van Ekris 414372ef23
Fix of an array processing error in the Theil-Sen regressor (#40)
Update to fix an error in both Theil-Sen regressors, as the arrays used were not processed completely. Thanks to @Abasz for reporting.
2024-02-15 11:15:07 +01:00
Jaap van Ekris f342e6691e
Create BinarySearchTree.js
Added the Binary Search Tree to greatly improve the performance of the Median calculation
2023-12-03 20:24:28 +01:00