Learn R Programming

TUvalues (version 0.1.0)

banzhaf_appro: Banzhaf Index (approximated)

Description

Calculate the approximated Banzhaf Index based on sampling

Usage

banzhaf_appro(characteristic_func, n_players, n_rep, replace = TRUE)

Value

The Banzhaf Index for each player

Arguments

characteristic_func

The valued function defined on the subsets of the number of players

n_players

Only used if value_func is a function. The number of players in the game

n_rep

The number of iterations to perform in the approximated calculation

replace

should sampling be with replacement?