autocorrelation Questions

1

I am trying to decompose the periodicities present in a signal into its individual components, to calculate their time-periods. Say the following is my sample signal: You can reproduce the signal ...
Henryson asked 14/4, 2022 at 19:17

0

I am modelling fish depth in a river based on acoustic tag detections (meaning the data are not exactly a perfectly spaced continuous time series). I predict that depth will differ based on spatial...
Clemons asked 3/3, 2021 at 17:20

3

Solved

I am using python 3.7. I am performing time series forecasting using an ARIMA model. I am assessing the properties of my data for ARIMA using an Autocorrelation Plot - specifically using autocorre...
Apodosis asked 11/4, 2019 at 9:7

2

I followed the advice of defining the autocorrelation function in another post: def autocorr(x): result = np.correlate(x, x, mode = 'full') maxcorr = np.argmax(result) #print 'maximum = ', resu...
Ferren asked 4/9, 2012 at 19:7
1

© 2022 - 2024 — McMap. All rights reserved.