R/package-SHT.R

#' Statistical Hypothesis Testing Toolbox
#' 
#' Testing statistical hypotheses is one of the most significant inference problems in statistics. 
#' As time goes by, the community has witnessed surge of unorthodox settings such as high-dimensionality 
#' as well as atypical problems galore. We, though not complete nor ambitious, try to gather up 
#' some of frequently appearing tests as many as possible. Entire list of available tests 
#' can be seen at README file. 
#'
#' @keywords internal
#' @name package-maotai
#' @noRd
#' @aliases SHT-package
#' @import Rdpack
#' @import flare
#' @importFrom pracma pinv strcmp
#' @importFrom utils packageVersion
#' @importFrom stats pt sd cov pchisq pf median aov cov2cor pnorm var runif shapiro.test rgamma rlnorm cor ppoints qnorm dist rnorm qnorm punif uniroot optimize
#' @importFrom Rcpp evalCpp
#' @useDynLib SHT
"_PACKAGE"
kisungyou/SHT documentation built on Feb. 27, 2025, 6:12 a.m.