Metadata-Version: 2.4
Name: pyssed
Version: 0.2.0
Summary: The Mixture Adaptive Design (MAD) and extensions: Robust and precise anytime-valid causal inference in adaptive experiments
Author-email: Daniel Molitor <molitdj97@gmail.com>
Requires-Python: >=3.10
Requires-Dist: numpy>=1.24.2
Requires-Dist: pandas>=2.0.0
Requires-Dist: plotnine>=0.12.0
Requires-Dist: tqdm>=4.50.0
Description-Content-Type: text/markdown

# pyssed
<a href='https://www.dmolitor.com/pyssed'><img src='docs/pyssed.png' align="right" height="160" /></a>


<!-- This document is rendered from README.qmd; Edit that file instead! -->

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![quartodoc](https://github.com/dmolitor/pyssed/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/dmolitor/pyssed/actions/workflows/gh-pages.yml)
<!-- badges: end -->

The goal of pyssed is to implement the methods of [Liang and Bojinov (2024)](https://arxiv.org/abs/2311.05794) and [Molitor and Gold (2025)](https://arxiv.org/abs/2506.20523).

## Installation

pyssed can be installed from PyPI with:

``` python
pip install pyssed
```

or from GitHub with:

``` python
pip install git+https://github.com/dmolitor/pyssed
```

## Documentation

For full documentation, see [https://dmolitor.com/pyssed](https://dmolitor.com/pyssed).