captest.CapTest.captest_results

CapTest.captest_results(check_pvalues=False, pval=0.05, print_res=True)

Compute the capacity test ratio for self.meas vs self.sim.

Picks reporting conditions from self.meas.rc or self.sim.rc based on self.rep_cond_source. Uses self.ac_nameplate for the tested-capacity printout and self.test_tolerance (via self.determine_pass_or_fail) for the pass/fail result.

Parameters:
  • check_pvalues (bool, default False) – When True, coefficients with a p-value above pval are zeroed before prediction.

  • pval (float, default 0.05) – P-value cutoff used when check_pvalues is True.

  • print_res (bool, default True) – When True, prints the formatted results.

Returns:

Capacity test ratio actual / expected.

Return type:

float