Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STATISTICS/c_timecorrelate.pro

    r157 r163  
    3838; 
    3939;- 
    40 FUNCTION TimeCross_Cov, Xd, Yd, M, nT, Ndim, Double = Double, ZERO2NAN = zero2nan 
     40FUNCTION timecross_cov, Xd, Yd, M, nT, Ndim, Double = Double, ZERO2NAN = zero2nan 
    4141  ;Sample cross covariance function. 
    4242 
     
    7171; Statistics 
    7272; 
    73 ; @param X {in}{required} 
     73; @param X {in}{required}{type=array} 
    7474; An Array which last dimension is the time dimension of 
    7575; size n, float or double. 
    7676; 
    77 ; @param Y {in}{required} 
     77; @param Y {in}{required}{type=array} 
    7878; An Array which last dimension is the time dimension of 
    7979; size n, float or double. 
    8080; 
    81 ; @param LAG {in}{required} 
     81; @param LAG {in}{required}{type=scalar or vector} 
    8282; A scalar or n-element vector, in the interval [-(n-2), (n-2)], 
    8383; of type integer that specifies the absolute distance(s) between 
     
    120120; 
    121121;- 
    122 FUNCTION C_Timecorrelate, X, Y, Lag, Covariance = Covariance, Double = Double 
     122FUNCTION c_timecorrelate, X, Y, Lag, Covariance = Covariance, Double = Double 
    123123 
    124124;Compute the sample cross correlation or cross covariance of  
Note: See TracChangeset for help on using the changeset viewer.