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/a_timecorrelate.html

    r363 r402  
    219219 
    220220          <h3>Examples</h3><div class="preformat"> 
     221 
    221222 Define an n-element sample population. 
    222  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     223   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    223224 
    224225 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    225  IDL> lag = [-3, 0, 1, 3, 4, 8] 
    226  IDL> result = a_correlate(x, lag) 
     226   IDL> lag = [-3, 0, 1, 3, 4, 8] 
     227   IDL> result = a_correlate(x, lag) 
    227228 
    228229 The result should be: 
     
    232233           
    233234          <h4>Version</h4><div class="preformat"> 
    234  $Id: a_timecorrelate.pro 342 2008-03-28 16:08:47Z smasson $ 
     235 $Id: a_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    235236</div> 
    236237          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.