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_results calls.

  • **kwargs – Forwarded to captest_results. Do not pass check_pvalues; this method sets it explicitly for each internal call.

Returns:

Styled DataFrame with p-values and parameter values for both self.meas and self.sim. P-values >= 0.05 are highlighted.

Return type:

pandas.io.formats.style.Styler