Initial commit
[games-ratings-logisticelo.git] / README
1 Games-Ratings-LogisticElo version 0.001
2 ===============================
3
4 Games-Ratings-LogisticElo provides methods to calculate Elo rating
5 changes. Unlike L<Games::Ratings::Chess::FIDE>, this Elo
6 implementation uses the logistic distribution instead of the standard
7 distribution.
8
9 Games-Ratings-LogisticElo can be used both for a single player who
10 played multiple rated games, and for a single competition with an
11 arbitrary number of players.
12
13 INSTALLATION
14
15 To install this module type the following:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21
22 DEPENDENCIES
23
24 This module requires these other modules and libraries:
25
26 * Games::Ratings
27
28 COPYRIGHT AND LICENCE
29
30 Copyright (C) 2016 by Marius Gavrilescu
31
32 This library is free software; you can redistribute it and/or modify
33 it under the same terms as Perl itself, either Perl version 5.22.2 or,
34 at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.018719 seconds and 4 git commands to generate.