Description Usage Arguments Value
Hit statistics on how often a vector of fits passes a set of thresholds.
1 2 3 4 5 6 7 8 9 10 11 | test_fit(
fits,
ad_a = 340,
ad_b = 280,
ch_a = 200,
ch_b = 150,
kp_a = 0.12,
kp_b = 0.09,
ks_a = 0.09,
ks_b = 0.05
)
|
fits |
Vector of fits from gof(). |
ad_a |
Less stringent threshold for Anderson-Darling test. |
ad_b |
More stringent threshold for Anderson-Darling test. |
ch_a |
Less stringent threshold for Chi-squared test. |
ch_b |
More stringent threshold for Chi-squared test. |
kp_a |
Less stringent threshold for Kuiper test. |
kp_b |
More stringent threshold for Kuiper test. |
ks_a |
Less stringent threshold for Kolmogorov-Smirnov test. |
ks_b |
More stringent threshold for Kolmogorov-Smirnov test. |
Vector of hit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.