statsmodels.tools.tools.recipr¶
- statsmodels.tools.tools.recipr(x)[ソース]¶
Reciprocal of an array with entries less than or equal to 0 set to 0.
- Parameters:¶
- xarray_like
The input array.
- Returns:¶
ndarrayThe array with 0-filled reciprocals.
最終更新日:
2025年01月28日