We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a problem when normalising.
raw: 9/29,0.0377442754451,0.0153956012568,0.0312440493192,0.0262884924035,0.181714833177,0.0389314787612,0.0136187279825,0.018530122346 normalised: 9/29,0.154383025687,0.0231171714404,0.116203680997,0.087097014251,1.0,0.161356113045,0.0126806334035,0.0415279095881
divide first two values of each day: 0.0377442754451 / 0.0153956012568 = 2.4516272418 0.154383025687 / 0.0231171714404 = 6.6782835471
scale is not the same!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a problem when normalising.
raw:
9/29,0.0377442754451,0.0153956012568,0.0312440493192,0.0262884924035,0.181714833177,0.0389314787612,0.0136187279825,0.018530122346
normalised:
9/29,0.154383025687,0.0231171714404,0.116203680997,0.087097014251,1.0,0.161356113045,0.0126806334035,0.0415279095881
divide first two values of each day:
0.0377442754451 / 0.0153956012568 = 2.4516272418
0.154383025687 / 0.0231171714404 = 6.6782835471
scale is not the same!
The text was updated successfully, but these errors were encountered: