statsmodels.tools.tools.recipr0¶
- statsmodels.tools.tools.recipr0(x)[source]¶
Reciprocal of an array with entries less than 0 set to 0.
- Parameters:¶
- xarray_like
The input array.
- Returns:¶
ndarray
The array with 0-filled reciprocals.
Last update:
Nov 14, 2024