Description Usage Arguments Value Examples
Wrappers to compute goodness of fit test froms distfun objects
1 2 3 4 5 6 7 8 9 10 11 |
distfun |
a distfun object |
x |
numeric vector |
... |
arguments to be passed on to test function |
goodness of fit object
1 2 3 4 5 | x <- rgamma(100, 1, 1)
fit <- fit_univariate(x, 'gamma')
ks_test(fit, x)
ad_test(fit, x)
cvm_test(fit, x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.