Skip to content

Nov-2020

Compare
Choose a tag to compare
@hosseinmoein hosseinmoein released this 04 Nov 21:12
· 918 commits to master since this release

Added weights and residual calculations to PolyFitVisitor
Implemented LogFitVisitor
Implemented ExpoSmootherVisitor (exponential smoothing)
Implemented HWExpoSmootherVisitor (Holt-Winters double exponential smoothing)
Implemented consolidate()
Specialized std::hash for DateTime
Implemented [Max|Min]SubArrayVisitor (sub-intervals with max/min sums)
Replaced all Max/Min’s with Extremums visitors and typedef’ed Max/Min
Implemented LowessVisitor (Locally Weighted Scatterplot Smoothing)
Implemented StepRollAdopter
Implemented DecomposeVisitor (STL time-series decomposer) with additive and multiplicative options
Enhanced documentations
Fixed bugs and compile issues