powered by
Wrappers to compute goodness of fit test froms distfun objects
ks_test(distfun, x, ...)# S3 method for distfun ad_test(distfun, x)ad_test(distfun, x)# S3 method for distfun cvm_test(distfun, x)cvm_test(distfun, x)
# S3 method for distfun ad_test(distfun, x)
ad_test(distfun, x)
# S3 method for distfun cvm_test(distfun, x)
cvm_test(distfun, x)
a distfun object
numeric vector
arguments to be passed on to test function
goodness of fit object
# NOT RUN { x <- rgamma(100, 1, 1) fit <- fit_univariate(x, 'gamma') ks_test(fit, x) ad_test(fit, x) cvm_test(fit, x) # }
Run the code above in your browser using DataLab