Computes the probabilities of observing each category of selection proportions under the assumption of a uniform selection procedure.
BinomialProbabilities(q, N, pi, K, n_cat = 3)
A list of probabilities for each of the 2 or 3 categories of selection proportions.
average number of features selected by the underlying algorithm.
total number of features.
threshold in selection proportions. If n_cat=3, these values must be >0.5 and <1. If n_cat=2, these values must be >0 and <1.
number of resampling iterations.
computation options for the stability score. Default is
NULL
to use the score based on a z test. Other possible values are 2
or 3 to use the score based on the negative log-likelihood.