pygsti.report.Results.get_confidence_region¶
-
Results.
get_confidence_region
(confidenceLevel)¶ Get the ConfidenceRegion object associated with a given confidence level. One will be created and cached the first time given level is requested, and future requests will return the cached object.
Parameters: confidenceLevel (float) – The confidence level (between 0 and 100). Returns: Return type: ConfidenceRegion