Description Usage Arguments Details Value See Also Examples
Runs a bundle of bootstrap goodness-of-fit tests on the data against the Jones-Pewsey distribution.
1  | JP.GoF.boot(data, B = 9999, show.progress = T)
 | 
data | 
 Vector of angles to be tested against the Jones-Pewsey distribution.  | 
B | 
 Number of bootstrap samples to use to obtain the confidence interval. Default is 9999.  | 
show.progress | 
 Boolean indicating whether or not to display a progress bar as the bootstrap is run.  | 
The tests rely on doubling the Jones-Pewsey distribution function of each angle in the data set, and testing the resulting distribution for uniformity.
List of p-values for the four tests.
The individual tests included in the bundle: kuiper.test, watson.test, rao.spacing.test, and rayleigh.test.
1  | GoF.boot <- JP.GoF.boot(q, B = 99)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.