Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r338 r402  
    228228     
    229229    <h4>Version</h4> 
    230  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     230 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    231231 
    232232    <h4>History</h4> 
     
    367367 
    368368 Define two n-elements sample populations. 
    369  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    370  IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     369   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     370   IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    371371 
    372372 Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    373  IDL> lag = [-5, 0, 1, 5, 6, 7] 
    374  IDL> result = c_timecorrelate(x, y, lag) 
     373   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     374   IDL> result = c_timecorrelate(x, y, lag) 
    375375 
    376376 The result should be: 
     
    380380     
    381381    <h4>Version</h4> 
    382  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     382 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    383383 
    384384    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.