Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r151 r157  
    3333 
    3434/* Main styles --------------------------------------------------------------- */ 
     35p.preformat { 
     36  font-family: Courier; 
     37} 
    3538 
    3639body { 
     
    697700 
    698701      <div id="file_comments"> 
     702  
     703 
     704 
    699705 Same function as A_CORRELATE but accept array (until 4 
    700706 dimension) for input and do the autocorrelation or the 
     
    733739        <div class="routine_details" id="_TimeAuto_Cov"> 
    734740 
    735           <h2><a class="top" href="#container">top</a>TimeAuto_Cov </h2> 
     741          <h2><a class="top" href="#container">top</a>TimeAuto_Cov <span class="categories"> 
     742 Statistics 
     743</span></h2> 
    736744         
    737745          <p class="header"> 
     
    747755             
    748756            <h4 id="_TimeAuto_Cov_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    749                
    750                
    751                
    752                
     757              <span class="attr">in</span> 
     758               
     759               
     760              <span class="attr">required</span> 
    753761               
    754762               
     
    757765            </h4> 
    758766         
    759           <div class="comments"></div> 
     767          <div class="comments"> 
     768 An Array which last dimension is the time dimension os 
     769 size n. 
     770</div> 
    760771             
    761772            <h4 id="_TimeAuto_Cov_param_M">M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    770781            </h4> 
    771782         
    772           <div class="comments"></div> 
     783          <div class="comments"> 
     784 
     785</div> 
    773786             
    774787            <h4 id="_TimeAuto_Cov_param_nT">nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    783796            </h4> 
    784797         
    785           <div class="comments"></div> 
     798          <div class="comments"> 
     799 
     800</div> 
    786801             
    787802 
     
    803818            </h4> 
    804819         
    805             <div class="comments"></div> 
     820            <div class="comments"> 
     821 If set to a non-zero value, computations are done in 
     822 double precision arithmetic. 
     823</div> 
    806824             
    807825            <h4 id="_TimeAuto_Cov_keyword_zero2nan">zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    816834            </h4> 
    817835         
    818             <div class="comments"></div> 
    819              
    820            
    821  
    822            
    823            
    824            
    825            
    826            
     836            <div class="comments"> 
     837 
     838</div> 
     839             
     840           
     841 
     842          <h3>Examples</h3><div class="preformat"> 
     843 
     844</div> 
     845          <h3>Version history</h3> 
     846           
     847          <h4>Version</h4><div class="preformat"> 
     848 $Id: a_timecorrelate.pro 150 2006-08-09 10:12:54Z navarro $ 
     849</div> 
     850          <h4>History</h4><div class="preformat"> 
     851 
     852</div> 
    827853           
    828854           
     
    849875 
    850876          <h2><a class="top" href="#container">top</a>A_TimeCorrelate <span class="categories"> 
    851  Statistics. 
     877 Statistics 
    852878</span></h2> 
    853879         
     
    953979 $Id: a_timecorrelate.pro 150 2006-08-09 10:12:54Z navarro $ 
    954980</div> 
    955           <h4>History</h4><div class="preformat"></div> 
     981          <h4>History</h4><div class="preformat"> 
     982 24/2/2000 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     983 
     984 Based on the A_CORRELATE procedure of IDL 
     985 INTRODUCTION TO STATISTICAL TIME SERIES 
     986 Wayne A. Fuller 
     987 ISBN 0-471-28715-6 
     988</div> 
    956989           
    957990           
Note: See TracChangeset for help on using the changeset viewer.