statsmodels.stats.multitest.RegressionFDR.threshold# RegressionFDR.threshold(tfdr)[source]# Return the threshold statistic for a given target FDR Parameters: tfdrfloatThe target false discovery rate. Returns: floatThe threshold statistic corresponding to tfdr, or np.inf if no such threshold exists.