View source: R/SimQuantilesGoF.R
SimQuantilesGoF | R Documentation |
Computation of quantiles for Cramer-von Mises and Kolmogorov-Smirnov statistics for testing goodness-of-fit of GOU
SimQuantilesGoF(n, B = 50000, alpha = c(0.9, 0.95, 0.975, 0.99), n_cores = 2)
n |
number of points |
B |
number of bootstrap samples (default 50000) |
alpha |
vector of probabilities (default is (.90,.95,.975,.99)) |
n_cores |
number of cores for parallel computing (default is 2) |
q |
Data frame of simulated quantiles of weighted BM |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.