[Scipy-svn] r4920 - trunk/scipy/special

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Nov 2 18:45:27 EST 2008


Author: ptvirtan
Date: 2008-11-02 17:45:17 -0600 (Sun, 02 Nov 2008)
New Revision: 4920

Modified:
   trunk/scipy/special/info.py
Log:
special.info: remove references to non-existing functions. Closes #580

Modified: trunk/scipy/special/info.py
===================================================================
--- trunk/scipy/special/info.py	2008-11-02 22:37:22 UTC (rev 4919)
+++ trunk/scipy/special/info.py	2008-11-02 23:45:17 UTC (rev 4920)
@@ -123,7 +123,9 @@
 *  fdtri      -- Inverse of fdtrc
 *  gdtr       -- Integral from 0 to x of gamma pdf.
 *  gdtrc      -- Integral from x to infinity under gamma pdf.
-*  gdtri      -- Quantiles of gamma distribution
+*  gdtria     -- 
+*  gdtrib     -- 
+*  gdtrix     -- 
 *  nbdtr      -- Sum of terms 0 through k of the negative binomial pdf.
 *  nbdtrc     -- Sum of terms k+1 to infinity under negative binomial pdf.
 *  nbdtri     -- Inverse of nbdtr
@@ -131,7 +133,8 @@
 *  pdtrc      -- Sum of terms k+1 to infinity of the Poisson pdf.
 *  pdtri      -- Inverse of pdtr
 *  stdtr      -- Integral from -infinity to t of the Student-t pdf.
-*  stdtri     -- Inverse of stdtr (quantiles)
+*  stdtridf   --
+*  stdtrit    --
 *  chdtr      -- Integral from 0 to x of the Chi-square pdf.
 *  chdtrc     -- Integral from x to infnity of Chi-square pdf.
 *  chdtri     -- Inverse of chdtrc.
@@ -156,8 +159,6 @@
 *  betaln       -- Log of the absolute value of the beta function.
 *  betainc      -- Incomplete beta integral.
 *  betaincinv   -- Inverse of betainc.
-*  betaincinva  -- Inverse (in first argument, a) of betainc
-*  betaincinvb  -- Inverse (in first argument, b) of betainc
 *  psi(digamma) -- Logarithmic derivative of the gamma function.
 *  rgamma       -- One divided by the gamma function.
 *  polygamma    -- Nth derivative of psi function.




More information about the Scipy-svn mailing list