get_asymptotic_approx_corrected_alpha {qqconf}R Documentation

Calculates Approximate Local Level

Description

This function uses the approximation from Gontscharuk & Finner's Asymptotics of goodness-of-fit tests based on minimum p-value statistics (2017) to approximate local levels for finite sample size. We use these authors constants for α\alpha = .1, and .05, and for α\alpha = .01 we use a slightly different approximation.

Usage

get_asymptotic_approx_corrected_alpha(n, alpha)

Arguments

n

Number of tests to do

alpha

Global type I error rate α\alpha of the tests

Value

Approximate local level


[Package qqconf version 1.3.2 Index]