BinomialProbabilities {sharp} | R Documentation |
Binomial probabilities for stability score
Description
Computes the probabilities of observing each category of selection proportions under the assumption of a uniform selection procedure.
Usage
BinomialProbabilities(q, N, pi, K, n_cat = 3)
Arguments
q |
average number of features selected by the underlying algorithm. |
N |
total number of features. |
pi |
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. |
K |
number of resampling iterations. |
n_cat |
computation options for the stability score. Default is
|
Value
A list of probabilities for each of the 2 or 3 categories of selection proportions.
[Package sharp version 1.4.7 Index]