SingularSpectrumAnalysis.jl icon indicating copy to clipboard operation
SingularSpectrumAnalysis.jl copied to clipboard

A package for performing Singular Spectrum Analysis (SSA) and time-series decomposition

Results 3 SingularSpectrumAnalysis.jl issues
Sort by recently updated
recently updated
newest added

Great package. I've upgraded to 1.9.0 and have noticed that the performance is now significantly slower compared to 1.7.3? I'm using analyze(TimeSeries, n, robust=Robust). Any particular reason for this? Thanks.

This pull request sets up the TagBot workflow on this repository. cc: @baggepinnen

Does your SingularSpectrumAnalysis also cover Multivariate/multichannel SSA as in https://arxiv.org/pdf/1309.5050 ? I see that you follow DifferentialEquations.jl and other items in nonlinear dynamics. You may be interested to see JuliaDynamics...