View source: R/func_iterative_logreg_update.R
func_iterative_logreg_update | R Documentation |
Internal, auxiliary functions
func_iterative_logreg_update(prob_lr, p0, cell_id, signal_levels, cc_maxit)
prob_lr |
is a matrix of class probabilities for each observation |
p0 |
is a numeric vector of prior probabilities used for logistic regression estimation |
cell_id |
a list of logical vectors indicating class labels of each observation |
signal_levels |
is a vector of class labels |
cc_maxit |
is the number of iteration of procedure to be carried out |
A list with components
p_opt - a numeric vectors with estimated optimal input probabilities
MI_opt - a numerical value of estimated channel capacity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.