Skip to main content
The Deno 2 Release Candidate is here
Learn more

A TypeScript/JavaScript library for calculating Shapley Value

npm install shapley

Usage

const shapleyValueForP = shapley(N, v)(p)
// N = set of players
// v = value function
// p = current player

For examples, please check examples folder.

Acknowledgement

This library is mostly based on the previous work in Taxi Sharing Fare App repository.