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

    r234 r242  
    6262 
    6363     
    64   
    6564 
    6665 
     
    8382       
    8483      <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>X, Lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    85       <dd><font size="-1"></font></dd> 
     84      <dd><font size="-1"> </font></dd> 
    8685       
    8786    </dl> 
     
    121120 
    122121     
    123  An Array which last dimension is the time dimension so 
     122 An array which last dimension is the time dimension so 
    124123 size n. 
    125124 
     
    140139     
    141140 
    142  
    143141     
    144142 
     
    157155     
    158156 
    159  
    160157     
    161158     
     
    196193     
    197194 
    198  
    199195     
    200196     
    201197 
    202198    <h3>Examples</h3><pre> 
    203  
    204199 
    205200    </pre><h3>Version history</h3> 
     
    209204 
    210205    <h4>History</h4> 
    211  
    212206 
    213207     
     
    240234     
    241235 
     236 
    242237     
    243238 
     
    259254 
    260255     
    261  An Array which last dimension is the time dimension so 
     256 An array which last dimension is the time dimension so 
    262257 size n. 
    263258 
     
    277272 
    278273     
    279  A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
    280  of type integer that specifies the absolute distance(s) between  
     274 A scalar or n-elements vector, in the interval [-(n-2),(n-2)], 
     275 of type integer that specifies the absolute distance(s) between 
    281276 indexed elements of X. 
    282277 
     
    325320 
    326321    <h3>Examples</h3><pre> 
    327        Define an n-element sample population. 
    328          x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    329  
    330        Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    331          lag = [-3, 0, 1, 3, 4, 8] 
    332          result = a_correlate(x, lag) 
    333  
    334        The result should be: 
    335          [0.0146185, 1.00000, 0.810879, 0.0146185, -0.325279, -0.151684] 
     322 Define an n-elements sample population. 
     323 IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     324 
     325 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
     326 IDL> lag = [-3, 0, 1, 3, 4, 8] 
     327 IDL> result = a_correlate(x, lag) 
     328 
     329 The result should be: 
     330 [0.0146185, 1.00000, 0.810879, 0.0146185, -0.325279, -0.151684] 
    336331 
    337332    </pre><h3>Version history</h3> 
Note: See TracChangeset for help on using the changeset viewer.