This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Return (maximum - minimum) along the the given dimension (i.e. peak-to-peak value).
Parameters: | axis : {None, int}, optional
out : {None, array_like}, optional
fill_value : {var}, optional
|
---|---|
Returns: | ptp : ndarray.
|