log_score | R Documentation |
Function to return the log_score
log_score( x, data = NULL, this_y = NULL, ind_fun = function(x) tfd_independent(x), convert_fun = as.matrix, summary_fun = function(x) x )
x |
the fitted deepregression object |
data |
an optional data set |
this_y |
new y for optional data |
ind_fun |
function indicating the dependency; per default (iid assumption)
|
convert_fun |
function that converts Tensor; per default |
summary_fun |
function summarizing the output; per default the identity |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.