new_shapley {ShapleyOutlier} | R Documentation |
Class constructor for class shapley
.
Description
This function creates an object of class shapley
that is returned by the shapley
function.
Usage
new_shapley(phi = numeric(), mu_tilde = NULL, non_centrality = NULL)
Arguments
phi |
A |
mu_tilde |
Optional. A |
non_centrality |
Optional. The non-centrality parameters for the Chi-Squared distribution,
which are given by |
Value
Named list of class shapley
, containing the input parameters.
[Package ShapleyOutlier version 0.1.1 Index]