check_bounds_one_sided: Check Validity of One-Sided Bounds

View source: R/one_sided.R

check_bounds_one_sidedR Documentation

Check Validity of One-Sided Bounds

Description

Given bounds for a one sided test, this checks that none of the bounds fall outside of [0, 1].

Usage

check_bounds_one_sided(upper_bounds)

Arguments

upper_bounds

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

Value

None


qqconf documentation built on April 15, 2023, 1:10 a.m.