Computes H1 posteriors of the Z-scores.
FastKerFdr(
Z,
p0,
plotting = FALSE,
NbKnot = 1e+05,
tol = 1e-05,
max_iter = 10000
)
tau is the vector of H1 posteriors
A vector containing Zscores
A double between 0 and 1. A priori proportion of H0 hypotheses
A boolean saying to plot or not (FALSE by default)
The (maximum) number of knot for the kde procedure.(1e5 by default)
a tolerance value for convergence (1e-5 by default)
the maximum number of iterations allowed for the algorithm to converge or complete its process.(Default is 1e4.)