Interpretation of the ccf function from statsmodel python library -


i using ccf (cross correlation) follows:

from statsmodels.tsa.stattools import ccf print ccf(np.array(x), np.array(y), unbiased=true) 

i having hard time interpreting results. question whether output cross-correlation @ possible lags or result of multiplications of data points @ lag 0? documentation not provide insights on issue. in advance.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -