Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STATISTICS/c_timecorrelate.pro

    r327 r371  
    8989; 
    9090; Define two n-elements sample populations. 
    91 ; IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    92 ; IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     91;   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     92;   IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    9393; 
    9494; Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    95 ; IDL> lag = [-5, 0, 1, 5, 6, 7] 
    96 ; IDL> result = c_timecorrelate(x, y, lag) 
     95;   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     96;   IDL> result = c_timecorrelate(x, y, lag) 
    9797; 
    9898; The result should be: 
Note: See TracChangeset for help on using the changeset viewer.