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