-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate of mean_max() algorithm #9
Comments
Merged
sladkovm
changed the title
One version of mean_max() algorithm
Duplicate of mean_max() algorithm
Mar 10, 2018
|
The I propose to transfer the content of |
👍 |
Shall I pick up this issue and implement the project structure agreed in #7 ? |
Yes if you would like to :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are currently two versions:
algorithms.main.mean_max_power()
- relies on rolling mean calculationalgorithms.metrics.power_duration_curve()
- relies on calculating diff of accumulated energy and is x4 fasterProposal:
mean_max()
because it can be applied not only to power but to pace as wellThe text was updated successfully, but these errors were encountered: