Skip to content

Releases: fipelle/MessyTimeSeries.jl

New internals + bug fixes

09 Dec 18:12
76817cc
Compare
Choose a tag to compare
Merge pull request #47 from fipelle/fipelle-patch-1

Update LICENSE

v0.2.5

09 Aug 21:28
f60f190
Compare
Choose a tag to compare

Integrated memory improvements + patches (originally under the diffuse branch)

v0.2.4

27 Jul 01:17
fd66e16
Compare
Choose a tag to compare

Implemented sequential Kalman filter and smoother

v0.2.3

18 Jul 23:48
fcedd34
Compare
Choose a tag to compare

Added diff2(...) and diff_or_diff2(...)

v0.2.2

15 Mar 16:55
e908d02
Compare
Choose a tag to compare

MessyTimeSeries v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Added support for UniformScaling R (useful for large dimensionality reduction problems) (#37) (@fipelle)

0.2.2: Added support for UniformScaling R (useful for large dimensionality reduction problems)

15 Mar 16:36
e908d02
Compare
Choose a tag to compare

v0.2.1

06 Mar 02:41
8b6019a
Compare
Choose a tag to compare

MessyTimeSeries v0.2.1

Closed issues:

  • I have ARFIMA, you can use it (#8)
  • Auto [V]AR[I]MA[X] (#9)
  • Fitted Trend Line and Residuals (#13)
  • Error: TSAnalysis.get_bounded_log (#14)
  • Discrepancies With Package Registration (#17)
  • Tag new release with correct Distribution compat (#27)

Merged pull requests:

Added integration with docs + updated docstrings

06 Mar 02:21
8b6019a
Compare
Choose a tag to compare

TSAnalysis.jl => MessyTimeSeries.jl

27 Nov 05:09
996b928
Compare
Choose a tag to compare

Breaking change: package renaming from TSAnalysis.jl => MessyTimeSeries.jl

0.1.4

25 Mar 03:54
c9f7536
Compare
Choose a tag to compare

Added:

  • Artificial delete-d jackknife
  • Block bootstrap
  • Block jackknife
  • Stationary bootstrap

Removed:

  • Examples folder (the examples are in the readme now)