You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DetectSeasonality as a Helper function in TimeSeries ExtensionDialog (#5231)
* create class PeriodDetectUtils
* Test period detect
* math utils
* restore file
* update license
* 1. Add DetectSeasonality as a helper method in ExtensionsCatalog,
2. Remove the MathUtils and use MedianDblAggregator (make it BestFriend)
3. Add Unit Tests
* Change SeasonalityDetector to be internal class
* 1. Introduce randomnessThreshold as an optional parameter
2. Update comments and polish SeasonalityDetector for readability.
* minor float to double type change
* fix unit tests
* address Harish's comments:
1. Change Randomness threshold to [0, 1] range as confidence internal and map to inverse normal cumulative distribution
2. Update unit tests to use sin(2pi + x)
3. Other formatting issues
* minor format update
* update comments
* minor follow up comment update
* update threshold to p value
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Lisa Hua <[email protected]>
0 commit comments