Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS
Files:
3 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> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r338 r402  
    228228     
    229229    <h4>Version</h4> 
    230  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     230 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    231231 
    232232    <h4>History</h4> 
     
    367367 
    368368 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] 
     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] 
    371371 
    372372 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) 
     373   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     374   IDL> result = c_timecorrelate(x, y, lag) 
    375375 
    376376 The result should be: 
     
    380380     
    381381    <h4>Version</h4> 
    382  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     382 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    383383 
    384384    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/skewness_4d.html

    r340 r402  
    7979</font></h2> 
    8080 
    81       <p><font face="Courier"><i>result = </i>skewness_4d(<i><a href="#_skewness_4d_keyword_X">X</a></i>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<i>NVAL</i>)</font></p> 
     81      <p><font face="Courier"><i>result = </i>skewness_4d(<i><a href="#_skewness_4d_keyword_x">x</a></i>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<i>NVAL</i>)</font></p> 
    8282 
    8383     
     
    8989     
    9090 
    91     <a name="#_skewness_4d_keyword_X"></a> 
    92     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     91    <a name="#_skewness_4d_keyword_x"></a> 
     92    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9393      <font size="-1" color="#006633">in</font> 
    9494       
     
    102102 
    103103     
    104  An Array which last dimension is the time dimension so 
    105  size n. 
     104 An array which last dimension is the time dimension so size n. 
    106105 
    107106     
     
    153152     
    154153    <h4>Version</h4> 
    155  $Id: skewness_4d.pro 335 2008-03-07 15:09:25Z smasson $ 
     154 $Id: skewness_4d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    156155 
    157156    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.