Metadata-Version: 1.1
Name: InversionTest
Version: 1.2
Summary: Sequence Permutation Similarity and Hypothesis Testing Package
Home-page: https://sites.google.com/site/benjaminnye/
Author: Benjamin D. Nye
Author-email: benjamid@seas.upenn.edu
License: APL 2.0
Description:           Library for inversion counting which can adjust for ties and censored data
                 (e.g. left censored, right censored, etc). The intention of this library is
                 to examine the distance from the sequence of elements to some reference sequence.
                 It is also calculates an exact PMF of the distribution for inversion counts under
                 the case where all permutations are equally likely, as well as a normal approximation
                 for this same distribution.  Wilcoxan and sign tests are provided for hypothesis testing,
                 where a group of permutations are compared against a single reference sequence.  This
                 sort of testing would be needed for situations where a distribution of collected
                 sequences might be compared against a "known correct" reference sequence.
              
Keywords: inversion counts statistics software hypothesis testing censored ties
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
