Feature branch - Normalized slopes #18
BennyThadikaran
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far, I've been filtering the triangle pattern based on the slope value of the lines (steepness of a line).
The slope of a line from two different charts cannot be compared directly because of the different scaling factors.
A slope with a value of 1 may look more steeper on one chart compared to another. To resolve this issue, I tried an approach to normalize the slopes. I have explained my approach in a question on math.stackexchange.com (see link below), hoping to get confirmation on the correctness of this approach.
How to compare the slope of lines from different charts?
I have created a feature branch feature/normalized-slope implementing these changes. I'll wait a few days, make tweaks and ensure its working correctly, before merging it.
If you have any thoughts or ideas, feel free to post it here. If anyone can answer my question, I'd be gratefull 😌
Beta Was this translation helpful? Give feedback.
All reactions