File: README

package info (click to toggle)
libstatistics-descriptive-perl 3.0603-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 248 kB
  • sloc: perl: 1,732; makefile: 2
file content (84 lines) | stat: -rw-r--r-- 1,591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Statistics::Descriptive

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Statistics-Descriptive

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Statistics-Descriptive

    CPAN Ratings
        http://cpanratings.perl.org/d/Statistics-Descriptive

    Search CPAN
        http://search.cpan.org/dist/Statistics-Descriptive

COPYRIGHT AND LICENCE

This program is released under the following license: perl

------------

Old README:
===========

This new version (2.5) of Statistics::Descriptive contains:

- frequency_distribution was modified so that specific bins could be
  defined.  Also, caching was fixed so that it works.

- Lots of changes to the test suite to enhance coverage.

- Caching was removed from least_squares_fit since it didn't make
  sense.

- Added user survey to distribution.

List of methods by class:

Statistics::Descriptive::Sparse
----------------------------------
add_data
count
mean
sum
variance
pseudo_variance
min
max
mindex
maxdex
standard_deviation
sample_range

Statistics::Descriptive::Full
----------------------------------
All methods above and:
get_data
sort_data
presorted
percentile
median
trimmed_mean
harmonic_mean
mode
geometric_mean
frequency_distribution
least_squares_fit

ckuskie@cpan.org