pygsti.objects.ConfidenceRegion.get_profile_likelihood_confidence_intervals¶
-
ConfidenceRegion.
get_profile_likelihood_confidence_intervals
(label=None)¶ Retrieve the profile-likelihood confidence intervals for a specified gate set object (or all such intervals).
Parameters: label (string, optional) – If not None, can be either a gate or SPAM vector label to specify the confidence intervals corresponding to gate, rhoVec, or EVec parameters respectively. If None, then intervals corresponding to all of the gateset’s parameters are returned. Returns: One-dimensional array of (positive) interval half-widths which specify a symmetric confidence interval. Return type: numpy array