new_shapley_algorithm | R Documentation |
shapley_algorithm
.This function creates an object of class shapley_algorithm
that is returned
by the SCD
and MOE
functions.
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
)
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 |
Named list of class shapley_algorithm
, containing the input parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.