Home
last modified time | relevance | path

Searched defs:cond_prob (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rappor/analysis/R/
H A Dassociation_test.R258 RunEmFunction <- function(cond_prob, max_em_iters) { argument
267 RunEmExecutable <- function(em_executable, cond_prob, max_em_iters) { argument
280 cond_prob <- MakeCondProb() functionVar
298 cond_prob <- MakeCondProb() functionVar
H A Dassociation.R211 UpdatePij <- function(pij, cond_prob) { argument
233 ComputeVar <- function(cond_prob, est) { argument
251 EM <- function(cond_prob, starting_pij = NULL, estimate_var = FALSE, argument
/aosp_15_r20/external/rappor/analysis/cpp/
H A Dfast_em.cc102 void PrintEntryVector(const vector<double>& cond_prob, size_t m, in PrintEntryVector()
127 uint32_t num_entries, uint32_t entry_size, const vector<double>& cond_prob, in ExpectationMaximization()
275 vector<double> cond_prob; in main() local