Table of Contents
statsmodels.base.model.
nan_dot
Returns np.dot(left_matrix, right_matrix) with the convention that nan * 0 = 0 and nan * x = nan if x != 0.