Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aangelopoulos/ppi_py
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos committed Nov 3, 2023
2 parents fb21543 + e17b5bf commit 613838b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ppi_py/ppi.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ def _rectified_p_value(


def ppi_mean_pointestimate(
Y,
Yhat,
Yhat_unlabeled,
lhat=None,
coord=None,
w=None,
w_unlabeled=None
Y, Yhat, Yhat_unlabeled, lhat=None, coord=None, w=None, w_unlabeled=None
):
"""Computes the prediction-powered point estimate of the mean.
Expand Down Expand Up @@ -926,6 +920,7 @@ def rectified_logistic_grad(_theta):
else:
return ppi_pointest


@njit
def _logistic_get_stats(
pointest,
Expand Down

0 comments on commit 613838b

Please sign in to comment.