Skip to content

Commit

Permalink
Merge pull request #22 from aangelopoulos/Michael-Howes/main
Browse files Browse the repository at this point in the history
[add docs for power analysis]
  • Loading branch information
aangelopoulos authored Dec 22, 2024
2 parents 63d1782 + 76e0497 commit 5300578
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@ The repository currently implements the methods developed in the following paper
`PPI++: Efficient Prediction-Powered Inference <https://arxiv.org/abs/2311.01453>`_

`Cross-Prediction-Powered Inference <https://arxiv.org/abs/2309.16598>`_

`Prediction-Powered Bootstrap <https://arxiv.org/abs/2405.18379>`_

`The Mixed Subjects Design: Treating Large Language Models as (Potentially) Informative Observations <https://osf.io/preprints/socarxiv/j3bnt>`_`
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ To install the package, run the following code!
ppi
crossppi
baselines
ppi_power_analysis

Indices and tables:

Expand Down
11 changes: 11 additions & 0 deletions docs/source/ppi_power_analysis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

API Reference for Baselines
===========================

Documentation for functions implementing power analyses for PPI can be found here.

.. autofunction:: ppi_py.ppi_power
.. autofunction:: ppi_py.ppi_mean_power
.. autofunction:: ppi_py.ppi_ols_power
.. autofunction:: ppi_py.ppi_logistic_power
.. autofunction:: ppi_py.ppi_poisson_power
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="ppi-python",
version="0.2.2",
version="0.2.3",
packages=find_packages(),
include_package_data=True,
description="Prediction-Powered Inference",
Expand Down

0 comments on commit 5300578

Please sign in to comment.