Returns the transformed p-values (Y) from pre-sorted p-values and pre-truncated p-values when n < m - 1
MakeZ_C_nsmall(pvals, n, m)
A NumericVector containing the truncated sorted p-values. It is important that this vector: 1) contains only the truncated p-values (i.e, those that fall below the truncation point) and 2) is sorted.
A positive number (or Inf) indicating which type of local minimum to consider. Defaults to Infm, corresponding to the global minimum.
The total (i.e., non-truncated) number of p-values.