From aa537f813819b07ac37dab9ce513aeb7975045d1 Mon Sep 17 00:00:00 2001 From: Damien Delforge <dam.delforge@gmail.com> Date: Tue, 28 Jan 2025 15:47:19 +0100 Subject: [PATCH 1/2] Added tutorial 5 in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 740ae13..68f750d 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ For more in-depth examples and tutorials, check the Jupyter notebooks in the - [Tutorial 2: Plotting Guide](/notebooks/02_ssa_plotting_guide.ipynb) - [Tutorial 3: SVD Matrix Construction and Window Sizes](/notebooks/03_ssa_svd_matrices.ipynb) - [Tutorial 4: Comparison of SVD Solvers and Speed Performances](/notebooks/04_svd_solver_comparison.ipynb) +- [Tutorial 5: Comparison of SSALib and Rssa)(/notebooks/05_Rssa_comparison.ipynb.ipynb) In more advanced tutorials, we cover: - [A1: Testing Significance with `MonteCarloSSA`](/notebooks/A1_montecarlo_ssa.ipynb) From 618e8f2360a1e9ba4f4f8130f567d726ff0fb909 Mon Sep 17 00:00:00 2001 From: Damien Delforge <dam.delforge@gmail.com> Date: Tue, 28 Jan 2025 15:48:59 +0100 Subject: [PATCH 2/2] Update README.md Fixed markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f750d..e09559c 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ For more in-depth examples and tutorials, check the Jupyter notebooks in the - [Tutorial 2: Plotting Guide](/notebooks/02_ssa_plotting_guide.ipynb) - [Tutorial 3: SVD Matrix Construction and Window Sizes](/notebooks/03_ssa_svd_matrices.ipynb) - [Tutorial 4: Comparison of SVD Solvers and Speed Performances](/notebooks/04_svd_solver_comparison.ipynb) -- [Tutorial 5: Comparison of SSALib and Rssa)(/notebooks/05_Rssa_comparison.ipynb.ipynb) +- [Tutorial 5: Comparison of SSALib and Rssa](/notebooks/05_Rssa_comparison.ipynb.ipynb) In more advanced tutorials, we cover: - [A1: Testing Significance with `MonteCarloSSA`](/notebooks/A1_montecarlo_ssa.ipynb)