x : array-like
First array to be included in the calculation.
x must be a ndarray or a subclass of ndarray, such as MaskedArray or
TimeSeries objects. In that case, the type is saved.
y : array-like
Second array to be included in the calculation.
x must be a ndarray or a subclass of ndarray, such as MaskedArray or
TimeSeries objects. In that case, the type is saved.
span : int
Size of the filtering window.
dtype : dtype, optional
Data type of the result.
|