[Master Index] [Index for export/brede]

brede_cdf_hypergeo

(export/brede/brede_cdf_hypergeo.m)


Function Synopsis

P = brede_cdf_hypergeo(x, n, M, N)

Help text

 brede_cdf_hypergeo   - Hypergeometric density distribution

       function p = brede_cdf_hypergeo(x, n, M, N)

       Input:  x   Evaluation point
               n   Sample size
               M   "Success"/"failures"
               N   Total number
 
       Output: P   Probability density value

       The lower tail cumulated probability function for the
       hypergeometric distribution.
 
       The equivalent function from Matlab statistical toolbox is:  

                        hygecdf(x, N, n, M)

       See also BREDE, BREDE_PDF_HYPERGEO, BREDE_CDF_BIN,
                BREDE_CDF_CHI2.  

 $Id: brede_cdf_hypergeo.m,v 1.3 2006/02/14 15:23:44 fnielsen Exp $

Cross-Reference Information

This function calls

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF