зеркало из https://github.com/mozilla/rappor.git
Changing the number of iterations from 20 to 10.
This commit is contained in:
Родитель
7e4d00be53
Коммит
60c64ea194
|
@ -256,7 +256,7 @@ Resample <- function(e) {
|
||||||
list(estimates = estimates, stds = stds)
|
list(estimates = estimates, stds = stds)
|
||||||
}
|
}
|
||||||
|
|
||||||
Decode <- function(counts, map, params, alpha = 0.05, iterations = 20,
|
Decode <- function(counts, map, params, alpha = 0.05, iterations = 10,
|
||||||
correction = c("Bonferroni"), quiet = FALSE, ...) {
|
correction = c("Bonferroni"), quiet = FALSE, ...) {
|
||||||
k <- params$k
|
k <- params$k
|
||||||
p <- params$p
|
p <- params$p
|
||||||
|
|
Загрузка…
Ссылка в новой задаче