mc/mc.py [58:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Args:
        n_jd_P: a (m,) array of counts in the primary by misclassified groups.
        y_sum_jd_P: a (m,) array of sum(y) in the primary dataset by
            misclassified groups.
        n_ji_V: a (m, m) array of counts in the validation data with rows
            for for misclassified and columns for true groups.
        y_sum_ji_V: a (m, m)array of sum(y) in the validation data with rows
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mc/mc.py [160:166]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Args:
        n_jd_P: a (m,) array of counts in the primary by misclassified groups.
        y_sum_jd_P: a (m,) array of sum(y) in the primary dataset by
            misclassified groups.
        n_ji_V: a (m, m) array of counts in the validation data with rows
            for for misclassified and columns for true groups.
        y_sum_ji_V: a (m, m)array of sum(y) in the validation data with rows
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



