set_BJ_bounds {DBpower}R Documentation

set_BJ_bounds.R

Description

Finds the boundary points of the rejection region for the BJ statistic when all elements in a set are independent.

Usage

set_BJ_bounds(alpha, J)

Arguments

alpha

Type I error of test.

J

Number of elements in set.

Value

A J*1 vector of bounds on the magnitudes of the test statistics, where the first element is the bound for |Z|_(1) and the last element is the bound for |Z|_(J).

Examples

set_BJ_bounds(alpha = 0.01, J=5)


[Package DBpower version 0.1.0 Index]