• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cdflib/H17-Jan-2000-11,3196,620

CDF.pmH A D17-Jan-20008.1 KiB25535

CDF.xsH A D05-Jan-20005.4 KiB340312

ChangesH A D17-Jan-2000266 117

MANIFESTH A D29-Dec-1999232 1716

Makefile.PLH A D29-Dec-1999339 1614

READMEH A D17-Jan-20001.5 KiB5337

test.plH A D17-Jan-20002.3 KiB5531

README

1Math::CDF -- Generate probabilities and quantiles from several
2             statistical probability functions
3
4This module provides cumulative probabilities [P(X <= x)] and
5quantiles [given p, returns x such that P(X <= x) = p] from several
6statistical probability distributions.
7
8This package provides a perl interface to DCDFLIB, a set of C functions
9written by Barry W. Brown, James Lovato and Kathy Russell of the
10Department of Biomathematics at The University of Texas M.D. Anderson
11Cancer Center in Houston, Texas. DCDFLIB code is included in this module
12distribution with permission of its authors.
13
14Please read the README for DCDFLIB provided in the /cdflib subdirectory
15of the Math::CDF distribution. In particular please notice in that
16document that some DCDFLIB routines might not be properly included in
17commercial applications.
18
19
20How to Install
21--------------
22
23perl Makefile.PL
24make
25make test
26make install
27
28Before compiling you may need to edit the file cdflib/ipmpar.c and
29uncomment the section of code corresponding to the platform you are
30compiling on. By default this file is set up for computers that use
31IEEE Arithmetic, which includes IBM PC, Macintosh and most Unix
32workstations.
33
34
35Credit
36------
37
38Math::CDF was put together by Ed Callahan, callahan@envstat.com
39
40Environmental Statistics
41PO Box 563
42Fountain City, WI  54629
43
44
45DCDFLIB was written by Barry W. Brown (bwb@odin.mdacc.tmc.edu),
46James Lovato and Kathy Russell
47
48Department of Biomathematics, Box 237
49The University of Texas, M.D. Anderson Cancer Center
501515 Holcombe Boulevard
51Houston, TX  77030
52
53