View source: R/marginal_contribution_mean.R
marginal_contribution_mean | R Documentation |
Intermediate auxiliar function to calculate the mean of the marginal contributions for a set of permutations.
marginal_contribution_mean(permute, costs)
permute |
Matrix with n columns. By rows, it contains a order. |
costs |
Vector with the associated costs to each posible coalition in a set of agents N. |
A vector with n elements with component i equal to the mean of the marginal contribution indicated by each order in permute for agent i.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.