I'd like to invite comments on a new/proposed module: Math::Gauss.

This module started with my need for an implementation of the the inverse of the Gaussian distribution function - which is occasionally required (for instance to create QQ and probability plots) but which can be hard to find. (I could not find an implementation on CPAN.) At which point, it was easy enough to throw in an implementation of the actual Gaussian distribution function, as well as a short-hand for the actual probability density (including all the required normalization factors) to make a self-contained, handy package.

The design of this module was guided by a few simple principles:

A current version of this module is here: Download.

Feel free to take a look and let me know what you think, in particular:

Thanks!

In reply to RFC: Math::Gauss - the Gaussian distribution function and its inverse by janert

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.