Skip to content

Commit

Permalink
Add readme and delete old notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
khider committed Feb 14, 2022
1 parent cfc6052 commit f0ed212
Show file tree
Hide file tree
Showing 39 changed files with 37 additions and 10,753 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions notebooks/Data/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Methods to generate pseudo-data to test algorithms

The notebooks contain the following information:

* 01.gen_test_data: The notebook generate various timeseries with specific degrees of noise/frequencies/missing values. This was used to generate [test_data.csv](https://github.com/KnowledgeCaptureAndDiscovery/autoTS/blob/master/test_data/test_data.csv)
1,272 changes: 0 additions & 1,272 deletions notebooks/Methods/04.analytical_spec_lomb_scargle_DEPRECATED.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
835 changes: 0 additions & 835 deletions notebooks/Methods/Other methods_test_graphs.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions notebooks/Methods/Outlier/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Outlier detection

Pyleoclim relies on outlier detection through clustering.

* DBSCAN tuning: Understanding how to use DBSCAN for this particular application
* Outlier_Dectection: Testing the use of the method on various signals.
17 changes: 17 additions & 0 deletions notebooks/Methods/Spectral Analysis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Spectral Analysis

The following notebooks were used for the development of the spectral method incorporated into Pyleoclim:

Completed work:

* analytical_spec: computes the analytical spectral for specific timeseries and compare to the method available in Pyleoclim
* astropy: Looks at the various algorithm available in the [astropy](https://www.astropy.org) package. Very basic testing didn't show a difference for our application and we proceeded with Scipy for Lomb-Scargle.
* Lomb Scargle Performance on Evenly Spaced Signal.ipynb: Looks at the implementation of Lomb-Scargle in Pyleoclim with respect to WOSA implementation and use.
* lomb_scargle_vs_wwz_analytical_benchmarks.ipynb: Evaluates the performance of the Lomb-Scargle periodogram with respect to analytical solution on specific signals.
* Lomb-Scargle Performance_RvsPython.ipynb: Benchmarks the Lomb-Scargle algorithm as implemtented in GeochronR vs Pyleoclim
*

In Progress

* gap_spectral: Notebook to look at the effect of gaps on the analysis.
* run_algs.py (note: not a Notebook): runs various algorithms and test accuracy for the peaks
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
108 changes: 0 additions & 108 deletions notebooks/Methods/StackPlot.ipynb

This file was deleted.

5 changes: 5 additions & 0 deletions notebooks/Methods/Wavelet Analysis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
These notebooks test wavelet analysis code for various applications.

* Wavelet analysis - Pywavelets: Looks at using [Pywavelets](https://pywavelets.readthedocs.io/en/latest/) for wavelet analysis of evenly-spaced data.
* Torrence and Compo: The wavelet analysis of Torrence and Compo; its implementation in pyleoclim and comparison to WWZ
* cross-wavelet: cross-wavelet based on WWZ.
File renamed without changes.
670 changes: 0 additions & 670 deletions notebooks/Methods/Welch hyperparemeters.ipynb

This file was deleted.

545 changes: 0 additions & 545 deletions notebooks/Methods/gap_wwz_segment

This file was deleted.

499 changes: 0 additions & 499 deletions notebooks/Methods/test_gap.ipynb

This file was deleted.

32 changes: 0 additions & 32 deletions notebooks/Methods/test_gap_mtm.ipynb

This file was deleted.

608 changes: 0 additions & 608 deletions notebooks/Methods/test_gap_wwz.ipynb

This file was deleted.

1,219 changes: 0 additions & 1,219 deletions notebooks/Methods/test_mtm.ipynb

This file was deleted.

1,227 changes: 0 additions & 1,227 deletions notebooks/Methods/test_periodogram.ipynb

This file was deleted.

609 changes: 0 additions & 609 deletions notebooks/Methods/test_spectrum.ipynb

This file was deleted.

846 changes: 0 additions & 846 deletions notebooks/Methods/test_wavelet.ipynb

This file was deleted.

180 changes: 0 additions & 180 deletions notebooks/Methods/test_wwz.ipynb

This file was deleted.

550 changes: 0 additions & 550 deletions notebooks/Methods/welch_method_test.ipynb

This file was deleted.

141 changes: 0 additions & 141 deletions notebooks/StackPlot.ipynb

This file was deleted.

3 changes: 1 addition & 2 deletions notebooks/Workflows/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ This folder contains a collection of notebooks describing workflows that will be
implemented in WINGS.

* Spectral Workflow: describes the steps for workflow analysis, including saving in JSON format. Each cell in the notebook is meant to emulate a workflow component for WINGS [Ready to use]
* Spectral Workflow Test: Add a cost function to spectral workflow to characterize how well the workflow is able to capture the original periodocoties [beta]
* Spectral Workflow Test: Add a cost function to spectral workflow to characterize how well the workflow is able to capture the original periodicities [beta]
* Wavelet workflow: workflow for wavelet analysis [in prep]
* Wavelet workflow Test: workflow for wavelet analysis with various methods [depricated 02/14/2022]
Loading

0 comments on commit f0ed212

Please sign in to comment.