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

Make the behaviour of infinite values consistent #17

Open karoliskoncevicius opened 4 years ago

karoliskoncevicius commented 4 years ago

Double-check and synchronize the way different tests handle Inf values.

Right now some of the non-parametric tests treat the Inf/-Inf values as highest/lowest ranks. However the behaviour for parametric tests are not fully defined. In particular when both Inf and -Inf values are present within the same group.