zliu392 / exam-project

Experiment-as-Market (EXAM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXAM: Experiment-as-Market

A python package for Experiment-as-Market (EXAM), an experiment design algorithm which:

  1. produces a Pareto efficient allocation of treatment assignment probabilities;

  2. is asymptotically incentive compatible for preference elicitation;

  3. unbiasedly estimates any causal effect estimable with standard RCTs.

Please refer to the pseudocode of EXAM for more details of the algorithm.

Author(s)

This package is written and maintained by Yusuke Narita (yusuke.narita@yale.edu).

Installation

The latest release of the package can be installed with pip:

pip install experimentasmarket

Any published release can also be installed from source:

pip install git+https://github.com/zliu392/exam-project

Usage Examples

The following example demonstrates how to apply EXAM in experiment design applications.

import experimentasmarket

Referenci(s)

Yusuke Narita. Toward an Ethical Experiment, available at [SSRN].

About

Experiment-as-Market (EXAM)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%