Axes.
xcorr
(x, y, normed=True, detrend=<function detrend_none>, usevlines=True, maxlags=10, **kwargs)¶Plot the cross correlation between x and y.
Parameters: | x : sequence of scalars of length n y : sequence of scalars of length n hold : boolean, optional, default: True detrend : callable, optional, default:
normed : boolean, optional, default: True
usevlines : boolean, optional, default: True
maxlags : integer, optional, default: 10
|
---|---|
Returns: | (lags, c, line, b) : where: |
Other Parameters: | |
linestyle :
marker : string, optional, default: ‘o’ |
Notes
In addition to the above described arguments, this function can take a data keyword argument. If such a data argument is given, the following arguments are replaced by data[<arg>]: