<--Back to Showcase
perl percentile module
This is a module which was written as part of a larger project.oops and object oriented programming in perl was used.
all the coding standards for writing a perl module was followed.
This object will output the percentile of some value in a distribution of values .
Example usage of the module
$zz = Percentile -> New (500);
$zz -> add (37);
$zz -> add (5001);
$zz -> add (49.3);
$yy = $zz -> percentileFor (250);
$yy = $zz -> valueAt (12);
wanted to put in CPAN (the perl module repository) but couldn\'t find time to maintain it.
Ask us to do a similar project
There are 7 more projects under the category --->Text parsers and arithmetic and complex stuff Please click on all of the projects to know more about our skills and our experience.
1. php salon crm 2. Perl Module Percentile.pm 3. recursive descent parser 4. egads- php profit Calculator 5. leads prospect 6. Csharp Arithmetic Binomial project 7. Find And Replace c# utility
<--Back to Showcase
|