Skip to content

Releases: baggepinnen/SingularSpectrumAnalysis.jl

v0.5.0

04 Apr 12:03
Compare
Choose a tag to compare

SingularSpectrumAnalysis v0.5.0

Diff since v0.4.0

Closed issues:

  • Example fails (#17)

v0.4.0

22 Jun 18:09
057f5b1
Compare
Choose a tag to compare

SingularSpectrumAnalysis v0.4.0

Diff since v0.3.2

Closed issues:

  • Modification so that "analyze" works for complex-valued signal (#16)

v0.3.2

05 Apr 22:04
f9b76b9
Compare
Choose a tag to compare

SingularSpectrumAnalysis v0.3.2

Diff since v0.3.1

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#15) (@github-actions[bot])

v0.3.1

27 Mar 02:05
0a60e16
Compare
Choose a tag to compare

SingularSpectrumAnalysis v0.3.1

Diff since v0.3.0

Merged pull requests:

v0.3.0

20 Feb 12:07
Compare
Choose a tag to compare

SingularSpectrumAnalysis v0.3.0

New robust keyword for analysis robust to outliers and missing data.

Diff since v0.2.2

Merged pull requests:

v0.2.2

30 Jan 15:57
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2020-01-30)

This version fixes a bug in forecasting (pred) and changes the underlying estimator of AR models from Least-Squares to Total Least-Squares. This should make predictions more accurate. See this notebook for more info on TLS estimation.

Diff since v0.2.1

Closed issues:

  • isn't ssa forecast supposed to use a linear recurrent relationship? (#7)
  • Error when changing ar_order (#6)

Merged pull requests:

v0.2.1

08 May 08:13
Compare
Choose a tag to compare

Simplified prediction/forecasting interface.

v0.2.0

01 May 21:15
Compare
Choose a tag to compare
  • refactor plotting code into recipes
  • New high-level function analyze
  • New function autogroup

Julia 1.0

17 Dec 14:43
Compare
Choose a tag to compare
v0.1.0

fix tests

Deprecation fixes

29 Dec 11:32
Compare
Choose a tag to compare
v0.0.3

Fix docstrings