new_shapley_algorithm {ShapleyOutlier} | R Documentation |
Class constructor for class shapley_algorithm
.
Description
This function creates an object of class shapley_algorithm
that is returned
by the SCD
and MOE
functions.
Usage
new_shapley_algorithm(
x = numeric(),
phi = numeric(),
x_original = numeric(),
mu_tilde = NULL,
non_centrality = NULL,
x_history = NULL,
phi_history = NULL,
mu_tilde_history = NULL,
S_history = NULL
)
Arguments
x |
A |
phi |
A |
x_original |
A |
mu_tilde |
Optional. A |
non_centrality |
Optional. The non-centrality parameters for the Chi-Squared distribution,
which are given by |
x_history |
Optional. A list with |
phi_history |
Optional. A list with |
mu_tilde_history |
Optional. A list with |
S_history |
Optional. A list with |
Value
Named list of class shapley_algorithm
, containing the input parameters.