-
Notifications
You must be signed in to change notification settings - Fork 0
Outlier event #6
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
base: main
Are you sure you want to change the base?
Conversation
KehanGit
commented
Nov 7, 2023
- Created OutlierEvents class
- Moved class function from_station to BaseEvents because OutlierEvents also needs to use it.
- Tested outlier events with a list of numbers and data from station
…s with a list of numbers and data from station; 3) moved class function from_station to BaseEvents
micahjohnson150
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should have probably thought more about this addition. I hadn't considered an outlier would likely be a singular date and not a time period. Let me know if you have any questions on the comments here. Mostly I think we should add a new time period class for representing a single date/value. Then we use that class to populate the events property for each outlier.
…OutlierEvents only; 3) Tested the date and value
…at of original events. 2. Added in Values and dates property for convenience.
Epoch Modifications