pygsti.report.get_transition

pygsti.report.get_transition(N, eps=0.1)

Computes the transition point for the LinLogNorm class.

Parameters:
  • N (int) – number of chi2_1 random variables
  • eps (float) – The quantile
Returns:

trans – An approximate 1-eps quantile for the maximum of N chi2_1 random variables.

Return type:

float