Skip to content

Commit 5300578

Browse files
Merge pull request #22 from aangelopoulos/Michael-Howes/main
[add docs for power analysis]
2 parents 63d1782 + 76e0497 commit 5300578

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

docs/source/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ The repository currently implements the methods developed in the following paper
101101
`PPI++: Efficient Prediction-Powered Inference <https://arxiv.org/abs/2311.01453>`_
102102

103103
`Cross-Prediction-Powered Inference <https://arxiv.org/abs/2309.16598>`_
104+
105+
`Prediction-Powered Bootstrap <https://arxiv.org/abs/2405.18379>`_
106+
107+
`The Mixed Subjects Design: Treating Large Language Models as (Potentially) Informative Observations <https://osf.io/preprints/socarxiv/j3bnt>`_`

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ To install the package, run the following code!
3535
ppi
3636
crossppi
3737
baselines
38+
ppi_power_analysis
3839

3940
Indices and tables:
4041

docs/source/ppi_power_analysis.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
API Reference for Baselines
3+
===========================
4+
5+
Documentation for functions implementing power analyses for PPI can be found here.
6+
7+
.. autofunction:: ppi_py.ppi_power
8+
.. autofunction:: ppi_py.ppi_mean_power
9+
.. autofunction:: ppi_py.ppi_ols_power
10+
.. autofunction:: ppi_py.ppi_logistic_power
11+
.. autofunction:: ppi_py.ppi_poisson_power

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ppi-python",
8-
version="0.2.2",
8+
version="0.2.3",
99
packages=find_packages(),
1010
include_package_data=True,
1111
description="Prediction-Powered Inference",

0 commit comments

Comments
 (0)