Skip to content

zliu392/exam-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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].

Releases

No releases published

Packages

No packages published

Languages