Change the startup and powerdown behaviour to depend on Angular velocity, as that is constructed using the TS-calculation, reducing the dependency on an individual measurement.
Inserted more explicit memory management by setting values to null before destroying the node, in order to make the Garbage collector's work a bit easier. This fixes a lot of memory leaks.
Performance improvement of the Quadratic TS Series: Implementation of a lazy algorithm to calculate B, C and goodnessOfFit, avoiding the unneccessary calculation of them when not needed/used.
Improved coding style: Instead of making explicit function calls, we now expose the underlying series, allowing use of their functions directly.
Adds different rowers, including the model C (see https://github.com/laberning/openrowingmonitor/discussions/157 )