isFeasible

abstract fun isFeasible(responseConstraint: ResponseConstraint, estimatedResponse: EstimatedResponse, confidenceLevel: Double): Boolean

Returns true if the implied test of feasibility indicates that the constraint is satisfied.

Return

true if the test for feasibility passes otherwise false

Parameters

responseConstraint

the response constraint to test

estimatedResponse

the supplied response. It must have the same name as the response associated with the constraint and the number of observations (count) must be greater than or equal to 2.

confidenceLevel

the confidence level for computing the upper limit of the confidence interval