Dear Pierre,
                        I was checking the plt.xcorr and it calls the 
np.correlate in side it. It calls np.correlate(ts1,ts2, mode=2).
Is there a way to see which vector is sided back in time? ie 
ts1[t1,t2,t3,t4....] ts2[t1,t2,t3,t4...]  ( ts2[t2] correlated with ts1[t1] or 
ts2[t1] is correlated with ts2[t2] ie {to make out which one is the cause and 
which is effect)
in case of cross correlation it can be obtained by either sliding ts1 back in 
time or ts2 back in time. Is there a way to know this? I am not able to make 
much from np.correlate. Also is there a way to get 95% significance or p value 
from the xcorr.? in case of matlab? in matlab xcorr can be called with option 
of corcoeff instead of default cross correlation but is there similar option 
for matplotlib?
sincerely.
Sudheer
                    
 
***************************************************************
Sudheer Joseph 
Indian National Centre for Ocean Information Services
Ministry of Earth Sciences, Govt. of India
POST BOX NO: 21, IDA Jeedeemetla P.O.
Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55
Tel:+91-40-23886047(O),Fax:+91-40-23895011(O),
Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile)
E-mail:sjo.in...@gmail.com;sudheer.jos...@yahoo.com
Web- http://oppamthadathil.tripod.com
***************************************************************


________________________________
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to