• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Statistics/H25-Aug-2015-386162

t/H25-Aug-2015-280188

ChangeLogH A D25-Aug-2015693 2816

MANIFESTH A D25-Aug-2015348 1716

META.jsonH A D25-Aug-2015798 4039

META.ymlH A D25-Aug-2015444 2221

Makefile.PLH A D19-Apr-2002273 108

READMEH A D25-Aug-2015458 107

README

1This is a small module for a small but very common task: counting things,
2in another words, frequencies.  Sure, you can $freq{$elem}++ yourself,
3but what if you need to normalize the frequencies, or what if you have
4several frequencies you want to combine?  Statistics::Frequency to rescue.
5
6Copyright (C) 2002-2015, Jarkko Hietaniemi <jhi@iki.fi>
7
8This library is free software; you can redistribute it and/or modify
9it under the same terms as Perl 5.18.3.
10