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 axis argument of np.any; this is a manual row-wise OR reduction over a 2D np.ndarray, used internally by residuals_nan()/partial_residuals_nan() to build a combined NaN mask across their stacked input columns.