NAME

Algorithm::MOS - Algorithm::MOS - Calculate MOS (Mean Opinion Score)

VERSION

version 0.001

SYNOPSIS

use Algorithm::MOS;
my $result = mos( $average, $jitter, $packet_loss );
print $result, "\n";

DESCRIPTION

More to come.

AUTHOR

Adam Balali <adamba@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Adam Balali.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.