Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/iugonet/tools/statistical_package/

ucross_cor.pro


NAME: ucross_cor PURPOSE: Calculate the cross correlation between two time-serise data and perform a test of correlation. CALLING SEQUENCE: ucross_cor, vname1,vname2 INPUT: vname1 = first tplot variable name vname2 = second tplot variable name OUTPUT: cross_cor = cross correlation between two time-serise data x_cor = auto correlation of the first tplot variable y_cor = auto correlation of the second tplot variable KEYWORDS: sl = Significant level of correlation test. low_lag = lag time of left direction high_lag = lag time of right direction EXAMPLE: ucross_cor, tplot1, tplot2 CODE: R. Hamaguchi, 15/01/2013. MODIFICATIONS: A. Shinbori, 31/01/2013. ACKNOWLEDGEMENT: $LastChangedBy: jimm $ $LastChangedDate: 2014-02-11 10:52:58 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14325 $ $URL $

Routines

top source ucross_cor

ucross_cor, vname1, vname2, cross_cor, x_cor, y_cor, sl=sl, low_lag=low_lag, high_lag=high_lag

Parameters

vname1
vname2
cross_cor
x_cor
y_cor

Keywords

sl
low_lag
high_lag

File attributes

Modification date: Thu Feb 13 16:43:02 2014
Lines: 56