R/EDFtest-package.R

#' EDFtest: Goodness-of-fit Tests based on Empirical Distribution Function
#'
#' \code{EDFtest} provides 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 Cramér-von Mises, Anderson-Darling, and Watson statistic.
#'
#' @name EDFtest-package
#' @aliases EDFtest-package
#' @docType package
#' @author
#'
#' \strong{Maintainer}: Li Yao \email{yaoliy@sfu.ca}
#'
#' Authors:
#' \itemize{
#'   \item Richard Lockhart
#'   \item Li Yao
#' }
#'
#' @references Stephens, M.A. (1974). EDF Statistics for Goodness of Fit and Some Comparisons. Journal of the American Statistical Association, Vol. 69, 730-737. Available at \doi{https://doi.org/10.2307/2286009}.
#' @references Stephens, M.A. (1976). Asymptotic results for goodness-of-fit statistics with unknown parameters. Annals of Statistics, Vol. 4, 357-369. Available at \url{https://scholar.google.com/scholar_url?url=https://projecteuclid.org/journals/annals-of-statistics/volume-4/issue-2/Asymptotic-Results-for-Goodness-of-Fit-Statistics-with-Unknown-Parameters/10.1214/aos/1176343411.pdf&hl=en&sa=T&oi=ucasa&ct=ufr&ei=Wmd0YePQH_iM6rQPgq2vuAg&scisig=AAGBfm09GbS_cTMrgCfM7KEYz6yjOKMUfQ}
#'
#' @seealso
#' Useful links:
#' \itemize{
#'   \item \url{https://github.com/LiYao-sfu/EDFtest}
#'   \item Report bugs at \url{https://github.com/LiYao-sfu/EDFtest/issues}
#' }
#'
#' @keywords package
#'
#' @import stats
#' @importFrom CompQuadForm imhof
#' @importFrom rmutil rlaplace
#' @importFrom marqLevAlg marqLevAlg
#' @importFrom L1pack lad
NULL
LiYao-sfu/EDFtest documentation built on Dec. 18, 2021, 4:35 a.m.