This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.0).
Find repeats in arr and return a tuple (repeats, repeat_count). Masked values are discarded.
Parameters : | arr : sequence
|
---|---|
Returns : | repeats : ndarray
|