Skip to content

Synthetic Data

Synthetic experiment data for testing AutoRA theorists and experimentalists.

Quickstart Guide

You will need:

Install the synthetic data package:

pip install -U "autora"

Success

It is recommended to use a python environment manager like virtualenv.

Print a description of the prospect theory model by Kahneman and Tversky by running:

python -c "
from autora.experiment_runner.synthetic.economics.prospect_theory import prospect_theory
study = prospect_theory()
print(study.description)
"