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_html_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r338 r402  
    253253           
    254254          <h4>Version</h4><div class="preformat"> 
    255  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     255 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    256256</div> 
    257257          <h4>History</h4><div class="preformat"> 
     
    395395 
    396396 Define two n-elements sample populations. 
    397  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    398  IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     397   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     398   IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    399399 
    400400 Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    401  IDL> lag = [-5, 0, 1, 5, 6, 7] 
    402  IDL> result = c_timecorrelate(x, y, lag) 
     401   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     402   IDL> result = c_timecorrelate(x, y, lag) 
    403403 
    404404 The result should be: 
     
    408408           
    409409          <h4>Version</h4><div class="preformat"> 
    410  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     410 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    411411</div> 
    412412          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.