Expand description
Utility functions for time series analysis
Functionsยง
- autocorrelation
- Calculates the autocorrelation function (ACF) for a time series
- autocovariance
- Checks if a time series is stationary using the Augmented Dickey-Fuller test
- calculate_
basic_ stats - Calculate basic statistics for a time series
- create_
time_ series - Creates a time series with a specified date range (in days)
- cross_
correlation - Calculates the cross-correlation function (CCF) between two time series
- decimate
- Decimate a signal by applying a low-pass filter and downsampling
- detrend
- Detrend data along an axis by removing linear or constant trend
- detrend_
2d - Detrend 2D data along an axis
- difference_
series - Apply differencing to a time series
- is_
stationary - This function uses the Augmented Dickey-Fuller test to check for stationarity.
- moving_
average - Applies a centered moving average to smooth a time series
- partial_
autocorrelation - Calculates the partial autocorrelation function (PACF) for a time series
- resample
- Resample a time series to a new number of samples using Fourier method
- seasonal_
difference_ series - Apply seasonal differencing to a time series
- transform_
to_ stationary - Transforms a time series to achieve stationarity