karoliskoncevicius / matrixTests

R package for computing multiple hypothesis tests on rows/columns of a matrix or a data.frame
https://cran.r-project.org/web/packages/matrixTests/index.html
36 stars 5 forks source link

Add Fisher's exact G test #12

Open karoliskoncevicius opened 4 years ago

karoliskoncevicius commented 4 years ago

Fisher's exact G test is used to test the null hypothesis of Gaussian white noise against the alternative of an added deterministic periodic component in a timeseries.

In R the test is implemented by fisher.g.test function in a GeneTS package. It should be useful for detecting hidden periodicities.