Metadata-Version: 2.1
Name: util_rc
Version: 0.1.2
Summary: A PyPI package to model risky choice
Author: Donna Ma
Author-email: donna.ma@berkeley.edu
Description-Content-Type: text/markdown

A python package for risky choice modeling for Expected Utility Theory, Risk-Return,  Coefficient of Variation, and Hyperbolic models.

The package takes risky choice data (probability, payoffs, and decisions) of 2 options as inputs and returns a util-rc object that stores the estimated parameters, inverse temperature, fit metrics, model type, and number of observations.

Dependencies: numpy version >= 1.26.4, scipy version >= 1.12.0
