From 09b91b14f7b1e34a96016795233cf194fef7c14e Mon Sep 17 00:00:00 2001 From: Damien Delforge Date: Tue, 28 Jan 2025 16:04:41 +0100 Subject: [PATCH] Update README.md fixed tutorial 5 linked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e09559c..6426eeb 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) In more advanced tutorials, we cover: - [A1: Testing Significance with `MonteCarloSSA`](/notebooks/A1_montecarlo_ssa.ipynb)