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/c_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 This function computes the "time cross correlation" Pxy(L) or 
    700706 the "time cross covariance" between 2 arrays (this is some 
     
    730736        <div class="routine_details" id="_TimeCross_Cov"> 
    731737 
    732           <h2><a class="top" href="#container">top</a>TimeCross_Cov </h2> 
     738          <h2><a class="top" href="#container">top</a>TimeCross_Cov <span class="categories"> 
     739 Statistics 
     740</span></h2> 
    733741         
    734742          <p class="header"> 
     
    754762            </h4> 
    755763         
    756           <div class="comments"></div> 
     764          <div class="comments"> 
     765 
     766</div> 
    757767             
    758768            <h4 id="_TimeCross_Cov_param_Yd">Yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    767777            </h4> 
    768778         
    769           <div class="comments"></div> 
     779          <div class="comments"> 
     780 
     781</div> 
    770782             
    771783            <h4 id="_TimeCross_Cov_param_M">M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    780792            </h4> 
    781793         
    782           <div class="comments"></div> 
     794          <div class="comments"> 
     795 
     796</div> 
    783797             
    784798            <h4 id="_TimeCross_Cov_param_nT">nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    793807            </h4> 
    794808         
    795           <div class="comments"></div> 
     809          <div class="comments"> 
     810 
     811</div> 
    796812             
    797813            <h4 id="_TimeCross_Cov_param_Ndim">Ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    806822            </h4> 
    807823         
    808           <div class="comments"></div> 
     824          <div class="comments"> 
     825 
     826</div> 
    809827             
    810828 
     
    826844            </h4> 
    827845         
    828             <div class="comments"></div> 
     846            <div class="comments"> 
     847 If set to a non-zero value, computations are done in 
     848 double precision arithmetic. 
     849</div> 
    829850             
    830851            <h4 id="_TimeCross_Cov_keyword_ZERO2NAN">ZERO2NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    839860            </h4> 
    840861         
    841             <div class="comments"></div> 
    842              
    843            
    844  
    845            
    846            
    847            
    848            
    849            
     862            <div class="comments"> 
     863 
     864</div> 
     865             
     866           
     867 
     868          <h3>Examples</h3><div class="preformat"> 
     869 
     870</div> 
     871          <h3>Version history</h3> 
     872           
     873          <h4>Version</h4><div class="preformat"> 
     874 $Id: a_timecorrelate.pro 150 2006-08-09 10:12:54Z navarro $ 
     875</div> 
     876          <h4>History</h4><div class="preformat"> 
     877 
     878</div> 
    850879           
    851880           
     
    872901 
    873902          <h2><a class="top" href="#container">top</a>C_Timecorrelate <span class="categories"> 
    874  Statistics. 
     903 Statistics 
    875904</span></h2> 
    876905         
     
    9941023 $Id: c_timecorrelate.pro 150 2006-08-09 10:12:54Z navarro $ 
    9951024</div> 
    996           <h4>History</h4><div class="preformat"></div> 
     1025          <h4>History</h4><div class="preformat"> 
     1026       - 01/03/2000 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     1027       Based on the C_CORRELATE procedure of IDL 
     1028       - August 2003 Sebastien Masson  
     1029       update according to the update made in C_CORRELATE by 
     1030       W. Biagiotti and available in IDL 5.5 
     1031 
     1032       INTRODUCTION TO STATISTICAL TIME SERIES 
     1033       Wayne A. Fuller 
     1034       ISBN 0-471-28715-6 
     1035</div> 
    9971036           
    9981037           
Note: See TracChangeset for help on using the changeset viewer.