Python Forum
space–time correlations - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: space–time correlations (/thread-37389.html)



space–time correlations - MMAS - Jun-04-2022

Is their any library in python to calculate space time correlation function.


RE: space–time correlations - jefsummers - Jun-05-2022

How are you calculating your correlations?


RE: space–time correlations - MMAS - Jun-05-2022

(Jun-05-2022, 12:30 PM)jefsummers Wrote: How are you calculating your correlations?

I followed the method in

https://stackabuse.com/calculating-spearmans-rank-correlation-coefficient-in-python-with-pandas/

But this method was done for correlation like

"C(x,t) C(x+dx,t)" i.e the average for each column was taken in time.

What I want something like
"C(x,t) C(x+dx,t+dt)"