-
-
07 Apr 2016 15:07:33 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (439 / 0 / 0)
- Kwalitee
Bus factor: 0- 89.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (18.9KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Number::Misc
- Statistics::Data
- Statistics::Lite
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05 - 2016-04-07
- added the optional argument 'set' to cut(), swing(), pool(), match() and binate() methods--but not shrink() method--to control the set of binary values of which the dichotomous sequence should be constructed. Previously, this was only the set {0, 1}, which remains the default. Description of the argument has been added to the DESCRIPTION section in POD, and also to the POD sections for each method.
- added 'rpt' as a possible value to the argument 'equal' in the cut() method to control how to treat elements that are equal to the cut-value (corresponding to the method for 'rpt' in the swing() method)
- added POD re handling stringy data by shrink() method
- corrected POD for cut() method re default operation when given value equals cut-value; this has always (by convention) been to treat the given value as if it was "greater than" the cut-value (as when specifying equal => 'gt'). The default operation was previously erroneously described in POD as skipping the value (as if equal => 0, or 'skip'). The default operation (as always) prevents a sequence which is only composed of the cut-value returning an empty list.
- added tests for operations following the value of the 'equal' argument in cut()
- removed from POD the alias "boolwin" for the shrink() method (still supported, for now, in the background).
- made misc. POD revisions not related to functionality, such as in specifying a value of 'skip' for the 'equal' argument
Modules
Dichotomize one or more numerical or categorical sequences into a single two-valued sequenceModule Install Instructions
To install Statistics::Data::Dichotomize, copy and paste the appropriate command in to your terminal.
cpanm Statistics::Data::Dichotomize
perl -MCPAN -e shell install Statistics::Data::Dichotomize
For more information on module installation, please visit the detailed CPAN module installation guide.