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

    r363 r402  
    189189 
    190190    <h3>Examples</h3><pre> 
     191 
    191192 Define an n-element sample population. 
    192  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     193   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    193194 
    194195 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    195  IDL> lag = [-3, 0, 1, 3, 4, 8] 
    196  IDL> result = a_correlate(x, lag) 
     196   IDL> lag = [-3, 0, 1, 3, 4, 8] 
     197   IDL> result = a_correlate(x, lag) 
    197198 
    198199 The result should be: 
     
    202203     
    203204    <h4>Version</h4> 
    204  $Id: a_timecorrelate.pro 342 2008-03-28 16:08:47Z smasson $ 
     205 $Id: a_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    205206 
    206207    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.