mStopRatioMean: Estimate partition at which fastPerm will stop for ratio...

Description Usage Arguments Examples

View source: R/timeComplexity_finite.R

Description

This function estimates the partition at which fastPerm will will stop, based on asymptotic approximation.

Usage

1
mStopRatioMean(x, y, B = 1000, plot = FALSE)

Arguments

x

First sample

y

Second sample

B

Number of Monte Carlo iterations within each partition. Defaults to 1,000.

Examples

1
2
3
x <- rexp(100, 5)
y <- rexp(100, 2)
mStopRatioMean(x, y)

bdsegal/fastPerm documentation built on July 22, 2019, 1:25 p.m.