Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

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

    r234 r242  
    7979       
    8080      <dt><a href="#_c_timecorrelate"><i>result = </i>c_timecorrelate(<i>X, Y, Lag</i>, Covariance=<i>Covariance</i>, Double=<i>Double</i>)</a><dt> 
    81       <dd><font size="-1"></font></dd> 
     81      <dd><font size="-1"> </font></dd> 
    8282       
    8383    </dl> 
     
    118118     
    119119 
    120  
    121120     
    122121 
     
    135134     
    136135 
    137  
    138136     
    139137 
     
    152150     
    153151 
    154  
    155152     
    156153 
     
    169166     
    170167 
    171  
    172168     
    173169 
     
    186182     
    187183 
    188  
    189184     
    190185     
     
    225220     
    226221 
    227  
    228222     
    229223     
    230224 
    231225    <h3>Examples</h3><pre> 
    232  
    233226 
    234227    </pre><h3>Version history</h3> 
     
    238231 
    239232    <h4>History</h4> 
    240  
    241233 
    242234     
     
    269261     
    270262 
     263 
    271264     
    272265 
     
    288281 
    289282     
    290  An Array which last dimension is the time dimension of 
     283 An array which last dimension is the time dimension of 
    291284 size n, float or double. 
    292285 
     
    306299 
    307300     
    308  An Array which last dimension is the time dimension of 
     301 An array which last dimension is the time dimension of 
    309302 size n, float or double. 
    310303 
     
    324317 
    325318     
    326  A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
     319 A scalar or n-elements vector, in the interval [-(n-2),(n-2)], 
    327320 of type integer that specifies the absolute distance(s) between 
    328321 indexed elements of X. 
     
    373366    <h3>Examples</h3><pre> 
    374367 
    375        Define two n-element sample populations. 
    376          x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    377          y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    378  
    379        Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    380          lag = [-5, 0, 1, 5, 6, 7] 
    381          result = c_timecorrelate(x, y, lag) 
    382  
    383        The result should be: 
    384          [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
     368 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] 
     371 
     372 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) 
     375 
     376 The result should be: 
     377 [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
    385378 
    386379    </pre><h3>Version history</h3> 
Note: See TracChangeset for help on using the changeset viewer.