uvApproxNull {MultiFit}R Documentation

Approximate univariate null distribution

Description

In a univariate case, simulate an approximate null distribution for the global test statistics.

Usage

uvApproxNull(uv.null.sim, num.wins, top.max.ps = 4L, verbose = FALSE)

Arguments

uv.null.sim

Positive integer, the number of simulated values to be computed in a univariate case when an exact or approximate null distribution is simulated.

num.wins

Positive integer, the number of windows that are tested in each simulation.

top.max.ps

Positive integer, report the mean of the top top.max.ps order statistics of the negative logarithm of all p-values.

verbose

Logical.

Value

List of two numerical vectors for each of the global test statistics. Each such vector is of length uv.null.sim.


[Package MultiFit version 1.0.0 Index]