Skip to content
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

Incorrect explanation on PSS doc #535

Closed
bizzehdee opened this issue Feb 23, 2018 · 1 comment
Closed

Incorrect explanation on PSS doc #535

bizzehdee opened this issue Feb 23, 2018 · 1 comment
Assignees

Comments

@bizzehdee
Copy link

bizzehdee commented Feb 23, 2018

  • Plugin version: 6.0.0 Stable
  • Angular version: 5.2.3
  • D3js version: 4.13.0
  • Chrome/Opera/Chromium version: Chrome 64
  • OS version: Win10

In the documentation for Power Stress Score (PSS), the method is described as:

PSS = ((EffortInSeconds * WeightedPower * Intensity) / AverageWatts) * 100

The actual method used in the code to calculate PSS is

PSS = ((EffortInSeconds * WeightedPower * Intensity) / (FTP * 3600)) * 100

The method described gives wildly inaccurate PSS scores compared to the actual method.

pss

@thomaschampagne
Copy link
Owner

@bizzehdee Thanks ! Fixed for next released !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants