R/adaptive.chi.square.R

Defines functions adaptive.chi.square

Documented in adaptive.chi.square

#' @export
adaptive.chi.square <-
  function(x,B,S,alpha=0.05,prop=0.5,bit=FALSE) UseMethod("adaptive.chi.square")

Try the CryptRndTest package in your browser

Any scripts or data that you put into this service are public.

CryptRndTest documentation built on April 22, 2022, 9:07 a.m.