statsmodels.tools.tools.recipr0#
- statsmodels.tools.tools.recipr0(x)[source]#
Reciprocal of an array with entries equal to 0 set to 0
- Parameters:
- xarray_like
The input array.
- Returns:
ndarrayThe array with 0-filled reciprocals.
Reciprocal of an array with entries equal to 0 set to 0
The input array.
ndarrayThe array with 0-filled reciprocals.