代码搜索:hypergeometric

找到约 88 项符合「hypergeometric」的源代码

代码结果 88
www.eeworm.com/read/162915/5512162

cpp hyperg.cpp

/*! * \file * \brief Implementation of confluent hypergeometric function * \author Tony Ottosson * * $Date: 2006-04-03 15:34:15 +0200 (Mon, 03 Apr 2006) $ * $Revision: 400 $ * * -------------
www.eeworm.com/read/283602/4077726

cpp hyperg.cpp

/*! * \file * \brief Implementation of confluent hypergeometric function * \author Tony Ottosson * * $Date: 2006-04-03 15:34:15 +0200 (Mon, 03 Apr 2006) $ * $Revision: 400 $ * * -------------
www.eeworm.com/read/484348/6585900

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Hypergeometric.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX
www.eeworm.com/read/449504/7501982

m hypg_pdf.m

function p = hypg_pdf(k,n,K,N) % PURPOSE: hypergeometric pdf function %--------------------------------------------------- % USAGE: p = hypg_pdf(k,n,K,N) % where: k,n,K,N are parameters % %--
www.eeworm.com/read/449504/7502001

m hypg_rnd.m

function x = hypg_rnd(num,n,K,N) % PURPOSE: hypergeometric random draws % prob(X=x) = (N)^-1 (K)(N-K) % (n) (x)(n-x) %--------------------------------------------------- % USAGE:
www.eeworm.com/read/375190/2739194

qbk roadmap.qbk

[template history[] [h4 Boost-1.37.0] * Improved accuracy and testing of the inverse hypergeometric functions. [h4 Boost-1.36.0] * Added Noncentral Chi Squared Distribution. * Added Noncentral Bet
www.eeworm.com/read/288479/8630286

m qhypg.m

function k = qhypg(p,n,K,N) %QHYPGEO The hypergeometric inverse cdf % % k = qhypg(p,n,K,N) % % Gives the smallest integer k so that P(X = p. % Anders Holtsberg, 18-11-93
www.eeworm.com/read/119864/6081941

c hyp2f1.c

/* hyp2f1.c * * Gauss hypergeometric function F * 2 1 * * * SYNOPSIS: * * double a, b, c, x, y, hyp2f1(); * * y = hyp2f1( a, b, c, x ); * * * DESCRI