hardcorr Documentation

This is the documentation for hardcorr.

Reference/API

hardcorr Package

Functions

autocorrelation(x[, scipy])

Calculate the autocorrelation function of array x.

dominant_period(lag, acf[, min, max, fwhm, …])

Find the dominant period in the smoothed autocorrelation function.

interpolate_missing_data(times, fluxes[, …])

Assuming times are uniformly spaced with missing cadences, fill in the missing cadences with linear interpolation.

interpolated_acf(times, fluxes[, cadences])

Calculate the autocorrelation function after interpolating over missing times and fluxes.

test(**kwargs)

Run the tests for the package.