-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
37 additions
and
10,753 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
1,272
notebooks/Methods/04.analytical_spec_lomb_scargle_DEPRECATED.ipynb
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.