check_bounds_two_sided {qqconf}R Documentation

Check Validity of Two-Sided Bounds

Description

Given bounds for a two sided test, this checks that none of the bounds fall outside of [0, 1] and that all upper bounds are greater than the corresponding lower bounds. This also ensures the the length of the bounds are the same. This not meant to be called by the user.

Usage

check_bounds_two_sided(lower_bounds, upper_bounds)

Arguments

lower_bounds

Numeric vector where the ith component is the lower bound for the ith order statistic.

upper_bounds

Numeric vector where the ith component is the lower bound for the ith order statistic.

Value

None


[Package qqconf version 1.3.2 Index]