nispace.stats.misc.np_any_axis1
- nispace.stats.misc.np_any_axis1(x)[source]
Numba-compatible
np.any(x, axis=1).Numba does not support the
axisargument ofnp.any; this is a manual row-wise OR reduction over a 2Dnp.ndarray, used internally byresiduals_nan()/partial_residuals_nan()to build a combined NaN mask across their stacked input columns.