Skip to content

Implementing Autocorrelation Function #11

Open
timothydmorton wants to merge 18 commits intoastroML:masterfrom
timothydmorton:acf
Open

Implementing Autocorrelation Function #11
timothydmorton wants to merge 18 commits intoastroML:masterfrom
timothydmorton:acf

Conversation

@timothydmorton
Copy link
Copy Markdown
Contributor

Autocorrelation implementation, courtesy of Stephanie Douglas.

@timothydmorton
Copy link
Copy Markdown
Contributor Author

Looking into this now; will re-open pull request when ready.

@timothydmorton
Copy link
Copy Markdown
Contributor Author

Implemented basic autocorrelation function here. Catch is that it requires evenly-sampled data. Also desirable would be to implement the Scargle (1989) unevenly-sampled ACF algorithm.

@jakevdp
Copy link
Copy Markdown
Member

jakevdp commented Jan 11, 2015

regarding Scargle's method, take a look at this: https://github.com/astroML/astroML/blob/master/astroML/time_series/ACF.py

@timothydmorton
Copy link
Copy Markdown
Contributor Author

In the ACF_scargle_test notebook (https://raw.githubusercontent.com/timothydmorton/periodogram/acf/examples/ACF_scargle_test.ipynb), I put in a simple test demo; the power seems to be inverted, which seems a bit funky.

@timothydmorton
Copy link
Copy Markdown
Contributor Author

Trying to test the other ACF algorithms with the LINEAR data here: https://raw.githubusercontent.com/timothydmorton/periodogram/acf/examples/ACFExample.ipynb... I think I have to understand how these work a bit better before being able to give good examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants