tree: b9dd29b6396378070eb11c530a3b80f2b43c2c88 [path history] [tgz]
  1. BUILD.bazel
  2. README.md
  3. sign_rank.go
  4. sign_rank_test.go
  5. wilcoxon_signed_rank.go
  6. wilcoxon_signed_rank_test.go
  7. zeroin.go
  8. zeroin_test.go
pinpoint/go/compare/stats/README.md

stats

This package is a golang rewrite of the R implementation of the Wilcoxon test. This package also contains functions and types to assist with the statistics used in pairwise analysis. This package was originally written for CABE.

Please refer to Usage of R in CABE for more information and quantitative verification of the golang calculations against the R calculations.