Recover Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttp://yahoo.com/

Valid RSS

COST (GBP)
this unit 1.39
sub units 0.00
add licence
0

CDF

Evaluates the hypergeometric cumulative density function.
Controller: CodeCogs

buy now add cart

Interface

C++
Excel
HTML

CDF

 
doubleCDFintx
inta
intb
intn )
This function evaluates the hypergeometric cumulative density function.

Example 1

#include <iostream>
#include <codecogs/stats/dists/discrete/hypergeometric/cdf.h>
 
int main()
{
  std::cout << "hypergeometric CDF (6, 17, 9, 8) = ";
  std::cout << Stats::Dists::Discrete::Hypergeometric::CDF(6, 17, 9, 8) << std::endl;
  return 0;
}
Output:
hypergeometric CDF (6, 17, 9, 8) = 0.872403

Authors

Lucian Bentea (September 2005)
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


 

Page Comments

 
 Format Excel Equations

  You must login to leave a messge