Package: discretefit
Title: Simulated Goodness-of-Fit Tests for Discrete Distributions
Version: 0.0.0
Authors@R: 
    person(given = "Josh",
           family = "McCormick",
           role = c("aut", "cre"),
           email = "josh.mccormick@aya.yale.edu")
Description: Implements fast, Monte Carlo simulations for 
    goodness-of-fit (GOF) tests for discrete distributions. This 
    includes tests based on the root-mean-square statistic, the 
    Chi-squared statistic, the log-likelihood-ratio statistic (G^2), and 
    the Kolmogorov-Smirnov statistic.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Imports: Rcpp
Suggests: knitr, dgof, RVAideMemoire, bench, testthat (>= 3.0.0),
        rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-10-08 06:19:35 UTC; Josh
Author: Josh McCormick [aut, cre]
Maintainer: Josh McCormick <josh.mccormick@aya.yale.edu>
Repository: CRAN
Date/Publication: 2021-10-08 17:40:09 UTC
