-
Notifications
You must be signed in to change notification settings - Fork 160
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
Submission of ratio table for windowing function #40
Comments
Thanks. I am still thinking how to integrate it into the code.
|
In my opinion, the best approach would be to allow compensation within the Windowing() method with a conditional parameter for backward compatibility. Header could be changed like this...
And method implementation like this...
Easy to set and no impact on existing code for users. |
See the develop branch and / or pull request #42 where this is implemented. |
@MarScaper do you agree with the statement on issue #61 ?? |
Thanks for your work. I see that ratio table is in your todo list.
I calculated the table for my own need. Here It is...
Compensation seems to be fine in my project... :)
![Simulation screenshot](https://user-images.githubusercontent.com/25328509/72663374-77066c80-39f2-11ea-8e30-0e0610a62b55.jpg)
Hope It helps,
Sebastien.
The text was updated successfully, but these errors were encountered: