Description Usage Arguments Details Value Examples
Bootstrap likelihood ratio test of Jones-Pewsey distribution with MLE parameters against a simpler model with a specified value of psi.
1  | JP.psi.LR.boot(data, psi.0 = 0, B = 9999, alpha = 0.05, show.progress = T)
 | 
data | 
 Vector of angles to be tested.  | 
psi.0 | 
 Value of   | 
B | 
 Number of bootstrap samples to use to obtain the confidence interval. Default is 9999.  | 
alpha | 
 Significance level of likelihood ratio test. Default is 0.05 (95% confidence interval).  | 
von Mises has psi -> 0; cardioid has psi = 1; wrapped Cauchy has psi = -1.
List containing the deviance, p-value, matrix ofthe parameters tested, and a comment explaining the output.
1  | JP.LR.test <- JP.psi.LR.boot(q, psi.0 = 1, B = 99)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.