SkillAgentSearch skills...

UtilityModels.jl

A Julia package for utility-based models of decision making

Install / Use

/learn @itsdfish/UtilityModels.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UtilityModels

UtilityModels.jl is a collection of utility based decision models. Currently, expected utlity theory, transfer of attention exchange, and prospect theory are implemented. More models soon to follow. See the documentation for more details.

Quick Example

using UtilityModels
# TAX with default values
model = TAX()
# trinary gamble
gamble = Gamble(;
    p = [.25,.25,.50],
    v = [100.0,0.0,-50.0]
)
# expected utility
mean(model, gamble)
# output
-15.51253

Related Skills

View on GitHub
GitHub Stars5
CategoryProduct
Updated5mo ago
Forks1

Languages

Julia

Security Score

87/100

Audited on Oct 31, 2025

No findings