-
From the referee's report:
> Note from statistical editor. In sec 3.11.3, a sentence can be added warning users about difficulties in interpreting the statistical significance of Lomb-Scargle perio…
-
The peaks of the PSD are higher than in the periodogram. It would be nice to find the correct normalization, or at least point out that the normalization may be different.
-
- Aggregate the interval data based on n-minute time intervals, return a time series. (standardize to per hour data)
```
def aggegate_interval(strain, mouse, feature, bin_width):
"""
data loa…
-
As stated by @adrn [here](https://github.com/astropy/astropy/pull/4811#issuecomment-215964807):
_I think all of `astropy.stats` belongs in an affiliated package... Right now, `astropy.stats` is just …
pllim updated
7 years ago
-
``` python
import numpy as np
from astroML.time_series import lomb_scargle_bootstrap
from gatspy.periodic import LombScargleFast
print np.__version__ #1.9.1
print gatspy.__version__ #0.2.1
print astr…
-
[edited by @astrofrog @taldcroft]
There was a list of issues in this issue that had been copied over from the 1.1 issue (#3519) but which also diverged from what we did for 1.2 in the end, so I've mo…
-
![result](https://cloud.githubusercontent.com/assets/2834161/6274425/8f330658-b845-11e4-81cc-3706a2f7e3af.png)
The top panel shows Andrew's detrended lc. Middle shows Lomb Scargle (blue) and fft (gre…
-
I have created a patch that allows the background variations in the light curve to be modelled by a number of sinusoids as well as a polynomial variation. If you specify how many sinusoids to fit then…
-
Hi,
I got a seg fault using nosetests astroML on my Mac with:
Enthought Python Distribution -- www.enthought.com
Version: 7.3-1 (64-bit)
Python 2.7.3 |EPD 7.3-1 (64-bit)| (default, Apr 12 2012, 11:…
-
Hi,
I'm running Ubuntu 12.04 and I've got astroML running properly. From the output to the terminal (see below) it looks like astroML_addons were also installed properly using 'pip install'. Howev…