Package: EDFtest
Type: Package
Title: Goodness of Fit Based on Empirical Distribution Function
Version: 0.1.0
Date: 2021-10-22
Description: This repository contains software for the calculation of goodness-of-fit test statistics and their P-values. The three statistics computed are the Empirical Distribution function statistics called Cramer-von Mises, Anderson-Darling, and Watson statistics. The statistics and their P-values can be used to assess an assumed distribution.The following distributions are available: Uniform, Normal, Gamma, Logistic, Laplace, Weibull, Extreme Value, and Exponential.
Authors@R: c(
    person("Li", "Yao", email = "yaoliy@sfu.ca", role = c("aut", "cre")),
    person("Richard", "Lockhart", email = "lockhart@sfu.ca", role = "aut"))
License: MIT + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/LiYao-sfu/EDFtest/issues
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, stringi, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: CompQuadForm (>= 1.4.3), rmutil (>= 1.1.5), stats
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-10-24 03:08:14 UTC; liyao
Author: Li Yao [aut, cre],
  Richard Lockhart [aut]
Maintainer: Li Yao <yaoliy@sfu.ca>
Repository: CRAN
Date/Publication: 2021-10-25 07:20:14 UTC
Built: R 4.0.2; ; 2021-10-26 10:26:06 UTC; unix
