Changes file for Statistics::RankCorrelation 0.08 Wed Dec 30 2003 - Made the object auto-initialize if given vectors and not die, if not. - Added a test for this "no-argument" constructor case. - Added eg/boolean_grids to show what the correlation_matrix() method does. 0.07 Wed Dec 30 2003 - Added the missing pair sorting function and now this module works correctly. - Changed the functions that were documented as "private" to "handy". - Improved the documentation with concrete examples. 0.06 Mon Dec 15 2003 * No functionality changes in the module itself. - Cleaned-up, repaired and smoothed out the documentation. - Added eg/permutations to facilitate "eyeball checking". - Added more cases to the test suite. 0.0502 Sun Sep 27 2003 - The $VERSION should be an actual number and on its own line. - Cleaned up POD a tiny bit. - Reversed chrono-sort on this file. 0.05.1 Sun Sep 21 2003 - Just cleaned up POD. No functional changes made. 0.05 Wed Aug 6 2003 - Fixed stupidity in POD. - Compressed average code in _rank(). 0.04 Wed Aug 6 2003 - Fixed and enhanced POD. - Removed the assignment from the *_data accessors. 0.03 Wed Aug 6 2003 - IT ACTUALLY WORKS NOW. - Added x_* and y_* object attributes and accessors. - Compute the x and y ranks in _init(). - Enhanced POD. - Made a proper 1.t script. 0.02 Mon Aug 4 2003 - Renamed binary() to csim(). - Added correlation_coefficient() - Added more SEE ALSO references. - Cleaned up and enhanced POD. 0.01 Sun Aug 3 13:31:57 2003 - Created with Module::Husbandry.