ReliabilityBenchmarkResult

class ReliabilityBenchmarkResult(exactProbability, computedProbability, numberOfFunctionEvaluations)

Methods

summary()

Returns a string which presents a summary of the reliability benchmark.

__init__(exactProbability, computedProbability, numberOfFunctionEvaluations)

Create a benchmark result for a reliability problem.

Parameters:
exactProbability: float

The exact probability.

computedProbability: float

The estimated probability.

numberOfFunctionEvaluations: int

The number of function evaluations.

Attributes:
absoluteError: float

The absolute error of the estimated probability.

numberOfCorrectDigits: float

The log-relative error in base 10.

numberOfDigitsPerEvaluation: float

The number of correct digits per function evaluation.

summary()

Returns a string which presents a summary of the reliability benchmark.