EM_calibration_indep_memory {qch} | R Documentation |
EM calibration in the case of conditional independence with memory management (unsigned)
Description
EM calibration in the case of conditional independence with memory management (unsigned)
Usage
EM_calibration_indep_memory(
Logf0Mat,
Logf1Mat,
Prior.init,
Hconfig,
Precision = 1e-06,
threads_nb
)
Arguments
Logf0Mat |
a matrix containing the log(f0(xi_q)) |
Logf1Mat |
a matrix containing the log(f1(xi_q)) |
Prior.init |
the initialization of prior probabilities for each of the H-configurations. |
Hconfig |
A list of all possible combination of H0 and H1 hypotheses generated by the |
Precision |
Precision for the stop criterion. (Default is 1e-6) |
threads_nb |
The number of threads to use. |
Value
a vector of estimated prior probabilities for each of the H-configurations.
[Package qch version 2.0.0 Index]