-
Notifications
You must be signed in to change notification settings - Fork 44
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
380: Initial implementation of moving_product operation #383
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e03ecae - Browse repository at this point
Copy the full SHA e03ecaeView commit details -
Remove the wrong use of override keyword at Reset Method in the Movin…
…gProductAccumulator class
Configuration menu - View commit details
-
Copy full SHA for 3c42893 - Browse repository at this point
Copy the full SHA 3c42893View commit details -
Implement On-Demand Product Calculation in MovingProductAccumulator
Key Changes: - Start and end indices (`start_idx` and `end_idx`) introduced to track the window. - `Add` and `Remove` methods updated to adjust the window indices without affecting the product. - `Result` method now calculates the product on-demand, considering zeros and ignoring NaN values for accuracy. - Added a TODO comment to explore future optimizations for the Result method to enhance calculation efficiency.
Configuration menu - View commit details
-
Copy full SHA for 31b197a - Browse repository at this point
Copy the full SHA 31b197aView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0a0d54 - Browse repository at this point
Copy the full SHA c0a0d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0d3e1 - Browse repository at this point
Copy the full SHA da0d3e1View commit details
Commits on Mar 6, 2024
-
fix(docs): Update docs and adjust example values for clarity in event…
…_set_ops.py fix(moving_product): Update the moving_product logic to return NaN when the input only contains NaN.
Configuration menu - View commit details
-
Copy full SHA for 73ce8d8 - Browse repository at this point
Copy the full SHA 73ce8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8afa9 - Browse repository at this point
Copy the full SHA ad8afa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc502a - Browse repository at this point
Copy the full SHA ccc502aView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c88c4cf - Browse repository at this point
Copy the full SHA c88c4cfView commit details -
fix(test): Pass the correct dtype at docstring example for moving_pro…
…duct in event_set_ops.py
Configuration menu - View commit details
-
Copy full SHA for 31c6d7f - Browse repository at this point
Copy the full SHA 31c6d7fView commit details -
fix(test_moving_product): Correct calculation errors in test_with_sam…
…pling and test_with_variable_winlen_same_sampling.
Configuration menu - View commit details
-
Copy full SHA for e8eb6df - Browse repository at this point
Copy the full SHA e8eb6dfView commit details