openrowingmonitor/app/engine/utils
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
..
BinarySearchTree.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
BinarySearchTree.test.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
BucketedLinearSeries.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
CurveAligner.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
FullTSLinearSeries.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
FullTSLinearSeries.test.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
FullTSQuadraticSeries.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
FullTSQuadraticSeries.test.js Fix of an array processing error in the Theil-Sen regressor (#40) 2024-02-15 11:15:07 +01:00
OLSLinearSeries.js Addition of MinimumX, MinimumY, MaximumX and MaximumY functions 2023-12-03 20:37:40 +01:00
OLSLinearSeries.test.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
Series.js Addition of minimum and maximum functions 2023-12-03 20:35:47 +01:00
Series.test.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
StreamFilter.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
StreamFilter.test.js Redesign of the rowing engine (#84) 2022-12-15 21:33:42 +01:00
WeighedSeries.js Improvement of the dragfactor calculation by using Linear Theil-Sen estimator (#27) 2024-01-24 17:49:42 +01:00
curveMetrics.js Fix type conversion in the curveMetrics 2023-03-25 21:00:33 +01:00