shapley
v1.0.5
Published
A TypeScript/JavaScript library for calculating Shapley Value
Maintainers
Readme
A TypeScript/JavaScript library for calculating Shapley Value
Deno
import { shapley, RealNumber } from "https://deno.land/x/[email protected]/mod.ts";Node.js
npm install shapleyUsage
const shapleyValueForP = shapley(N, v)(p)
// N = set of players
// v = value function
// p = current playerFor examples, please check examples folder.
Acknowledgement
This library is mostly based on the previous work in Taxi Sharing Fare App repository.
