Description Usage Arguments Examples
View source: R/timeComplexity_finite.R
This function estimates the partition at which fastPerm will will stop, based on asymptotic approximation.
| 1 | mStopRatioMean(x, y, B = 1000, plot = FALSE)
 | 
| x | First sample | 
| y | Second sample | 
| B | Number of Monte Carlo iterations within each partition. Defaults to 1,000. | 
| 1 2 3 | x <- rexp(100, 5)
y <- rexp(100, 2)
mStopRatioMean(x, y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.