captest.CapTest.captest_results_check_pvalues
- CapTest.captest_results_check_pvalues(print_res=False, **kwargs)
Compute cap ratio with and without p-value filtering.
- Parameters:
print_res (bool, default False) – Forwarded to both internal
captest_resultscalls.**kwargs – Forwarded to
captest_results. Do not passcheck_pvalues; this method sets it explicitly for each internal call.
- Returns:
Styled DataFrame with p-values and parameter values for both
self.measandself.sim. P-values >= 0.05 are highlighted.- Return type:
pandas.io.formats.style.Styler