openrowingmonitor/app/engine/utils
Jaap van Ekris 2934feff92
Improvement of the dragfactor calculation by using Linear Theil-Sen estimator (#27)
* Explanation of the improvement

* Addition of the defaultValue property

* Change to use Lin. TS for Drag calculation

Changing the drag and recovery slope calculation from OLS to Linear Theil-Sen

* Fixed Lint error

* Improvement of the RowErg profile

Adaptation of the Concept2 RowErg profile to the new algorithms

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Update Rower.test.js

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm

* Adaptation to improved drag calculation algorithm
2024-01-24 17:49:42 +01:00
..
BinarySearchTree.js Create BinarySearchTree.js 2023-12-03 20:24:28 +01:00
BinarySearchTree.test.js Create BinarySearchTree.test.js 2023-12-03 20:26:05 +01:00
BucketedLinearSeries.js
CurveAligner.js
FullTSLinearSeries.js Fixed a lint error 2024-01-09 20:55:52 +01:00
FullTSLinearSeries.test.js Create battery of tests for FullTSLinearSeries 2024-01-10 12:27:01 +01:00
FullTSQuadraticSeries.js Fixed lint error 2024-01-09 21:20:30 +01:00
FullTSQuadraticSeries.test.js Adaptation to improved Theil-Sen algorithm 2024-01-09 22:24:55 +01:00
OLSLinearSeries.js Addition of MinimumX, MinimumY, MaximumX and MaximumY functions 2023-12-03 20:37:40 +01:00
OLSLinearSeries.test.js
Series.js Addition of minimum and maximum functions 2023-12-03 20:35:47 +01:00
Series.test.js
StreamFilter.js
StreamFilter.test.js
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