pwtools._flib.acorr¶
- pwtools._flib.acorr = <fortran function acorr>¶
c = acorr(v,c,method,norm,[nstep])
Wrapper for
acorr
.- Parameters:
v (input rank-1 array('d') with bounds (nstep))
c (input rank-1 array('d') with bounds (nstep))
method (input int)
norm (input int)
nstep (input int, optional) – Default: shape(v, 0)
- Returns:
c
- Return type:
rank-1 array(‘d’) with bounds (nstep)