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

    r234 r242  
    112112           
    113113          <dt><p><a href="#_c_timecorrelate"><span class="result">result = </span>c_timecorrelate(<span class="result">X, Y, Lag</span>, Covariance=<span class="result">Covariance</span>, Double=<span class="result">Double</span>)</a></p><dt> 
    114           <dd></dd>      
     114          <dd> </dd>     
    115115                 
    116116        </dl> 
     
    151151         
    152152          <div class="comments"> 
    153  
    154153</div> 
    155154             
     
    166165         
    167166          <div class="comments"> 
    168  
    169167</div> 
    170168             
     
    181179         
    182180          <div class="comments"> 
    183  
    184181</div> 
    185182             
     
    196193         
    197194          <div class="comments"> 
    198  
    199195</div> 
    200196             
     
    211207         
    212208          <div class="comments"> 
    213  
    214209</div> 
    215210             
     
    249244         
    250245            <div class="comments"> 
    251  
    252246</div> 
    253247             
     
    255249 
    256250          <h3>Examples</h3><div class="preformat"> 
    257  
    258251</div> 
    259252          <h3>Version history</h3> 
     
    263256</div> 
    264257          <h4>History</h4><div class="preformat"> 
    265  
    266258</div> 
    267259           
     
    301293            <span class="result">result = </span>c_timecorrelate(<span class="result"><a href="#_c_timecorrelate_param_X">X</a>, <a href="#_c_timecorrelate_param_Y">Y</a>, <a href="#_c_timecorrelate_param_Lag">Lag</a></span>, <a href="#_c_timecorrelate_keyword_Covariance">Covariance</a>=<span class="result">Covariance</span>, <a href="#_c_timecorrelate_keyword_Double">Double</a>=<span class="result">Double</span>)</p> 
    302294         
    303           <div class="comments"></div> 
     295          <div class="comments"> 
     296</div> 
    304297 
    305298           
     
    321314         
    322315          <div class="comments"> 
    323  An Array which last dimension is the time dimension of 
     316 An array which last dimension is the time dimension of 
    324317 size n, float or double. 
    325318</div> 
     
    337330         
    338331          <div class="comments"> 
    339  An Array which last dimension is the time dimension of 
     332 An array which last dimension is the time dimension of 
    340333 size n, float or double. 
    341334</div> 
     
    353346         
    354347          <div class="comments"> 
    355  A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
     348 A scalar or n-elements vector, in the interval [-(n-2),(n-2)], 
    356349 of type integer that specifies the absolute distance(s) between 
    357350 indexed elements of X. 
     
    401394          <h3>Examples</h3><div class="preformat"> 
    402395 
    403        Define two n-element sample populations. 
    404          x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    405          y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    406  
    407        Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    408          lag = [-5, 0, 1, 5, 6, 7] 
    409          result = c_timecorrelate(x, y, lag) 
    410  
    411        The result should be: 
    412          [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
     396 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] 
     399 
     400 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) 
     403 
     404 The result should be: 
     405 [-0.428246, 0.914755, 0.674547, -0.405140, -0.403100, -0.339685] 
    413406</div> 
    414407          <h3>Version history</h3> 
Note: See TracChangeset for help on using the changeset viewer.