EM calibration in the case of conditional independence with memory management (unsigned)
EM_calibration_indep_memory(
Logf0Mat,
Logf1Mat,
Prior.init,
Hconfig,
Precision = 1e-06,
threads_nb
)a vector of estimated prior probabilities for each of the H-configurations.
a matrix containing the \(\log(f_0(x^i_q))\)
a matrix containing the \(\log(f_1(x^i_q))\)
the initialization of prior probabilities for each of the H-configurations.
A list of all possible combination of \(H_0\) and \(H_1\) hypotheses generated by the GetHconfig() function.
Precision for the stop criterion. (Default is 1e-6)
The number of threads to use.