search for: shapley

Displaying 6 results from an estimated 6 matches for "shapley".

2009 Feb 24
0
R, Shapley Values and TURF
Hi, I'm looking for any information on calculating and using Shapley Values in a TURF context. A paper was presented at an S-Plus conference about this: Conklin M., Lipovetsky S. Modern Marketing Research Combinatorial Computations: Shapley Value versus TURF Tools, Proceedings of 1998 International S-Plus User Conference, Oct. 8-9, 1998, Washington, DC, MathSo...
2006 Feb 06
1
Shapley Values
Hi, I am trying to compute the Shapley Values between a set of p independent variables (x1, ..., xp) and the dependent variable y to study the relationships. I believe that the package "kappalab" could be an appropriate choice. Is anybody able to give me some hints about the code I should write? Any better package? thanks i...
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
...l("delta.I <- 0.08", true); re.eval("Aii <- rbind (c(1,2,delta.I,1), c(1,3, delta.I,1), c (1,4, delta.I,1),c(2,3, delta.I,1), c(2,4, delta.I,1), c(3,4,delta.I,1))", true); re.eval("lp <- lin.prog.capa.ident (4, 2, A.Choquet.preorder = Acp, A.Shapley.preorder = Asp, A.interaction.interval = Aii)", true); re.eval("mv<- mini.var.capa.ident (4, 2, A.Choquet.preorder = Acp, A.Shapley.preorder = Asp, A.interaction.interval = Aii)", true); re.eval("rmu1<- lp$solution", true); re.eval...
2011 Dec 28
2
Gale-Shapley Algorithm for R
Dear R-helpers, I'm not a speciallist in writing complex functions, and the function still very rusty (any kind of suggestions are very welcome). I want to implement Gale-Shapley algorithm for R Language. It is based on http://www.jstor.org/stable/10.2307/2312726 Gale and Shapley (1962) , and it has evolved to http://kuznets.fas.harvard.edu/~aroth/papers/Gale%20and%20Shapley.revised.IJGT.pdf several applications in many languages, C++, JAVA, http://stackoverflow.com/que...
2008 Apr 08
1
error using method ls.ranking.capa.ident
...elta.S)) > > ## an interaction preorder constraint matrix > delta.I <- 0.05 > Aii <- rbind (c(1,2,-1,-delta.I), c(1,3,delta.I, 1), c (1,4,-1,-delta.I), + c(2,3, delta.I,1), c(2, 4,-1,-delta.I), c(3,4,delta.I, 1)) > > > gls <-ls.ranking.capa.ident(4,2,C, rk.proto,0.5, A.Shapley.preorder = Asp, A.interaction.interval = Aii) Error in drop(.Call("La_dgesv", a, as.matrix(b), tol, PACKAGE = "base")) : system is computationally singular: reciprocal condition number = 4.68861e-18 [[alternative HTML version deleted]]
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello, I want to know if there are some functions or packages to solve differential and integral equation using R. Thanks. Shao chunxuan. [[alternative HTML version deleted]]