代码搜索:hypergeometric
找到约 88 项符合「hypergeometric」的源代码
代码结果 88
www.eeworm.com/read/449504/7502027
m hypg_d.m
% PURPOSE: demo of Hypergeometric distribution functions
% prints mean and variance of 1000 draws
% plots pdf,cdf,inverse
%
%---------------------------------------------------
% US
www.eeworm.com/read/133538/14036704
cpp wnchyppr.cpp
/************************** WNCHYPPR.CPP ********************** 2002-10-20 AF *
*
* Calculation of univariate and multivariate Wallenius noncentral
* hypergeometric probability distribution.
*
*
www.eeworm.com/read/119864/6081788
c hypergf.c
/* hypergf.c
*
* Confluent hypergeometric function
*
*
*
* SYNOPSIS:
*
* float a, b, x, y, hypergf();
*
* y = hypergf( a, b, x );
*
*
*
* DESCRIPTION:
*
* Computes the confluent
www.eeworm.com/read/133538/14036683
cpp fnchyppr.cpp
/************************** FNCHYPPR.CPP ********************** 2002-10-20 AF *
*
* Calculation of univariate and multivariate Fisher's noncentral hypergeometric
* probability distribution.
*
* T
www.eeworm.com/read/424281/10471301
todo
* discrete inverse distributions - easy apart from hypergeometric(?)
* look for integer overflow in the discrete functions - this could be
hard to find - perform computations in double to avoid.
www.eeworm.com/read/119864/6081866
c hyperg.c
/* hyperg.c
*
* Confluent hypergeometric function
*
*
*
* SYNOPSIS:
*
* double a, b, x, y, hyperg();
*
* y = hyperg( a, b, x );
*
*
*
* DESCRIPTION:
*
* Computes the confluent hy
www.eeworm.com/read/429797/8788280
m genhyper.m
function [pfq]=genHyper(a,b,z,lnpfq,ix,nsigfig);
% function [pfq]=genHyper(a,b,z,lnpfq,ix,nsigfig)
% Description : A numerical evaluator for the generalized hypergeometric
% function for
www.eeworm.com/read/484348/6585919
cpp hypergeometricdlg.cpp
// HypergeometricDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Hypergeometric.h"
#include "HypergeometricDlg.h"
#include "HyperGeometricProbability.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/234507/4658930
cpp hyperg.cpp
/*!
* \file
* \brief Implementation of confluent hypergeometric function
* \author Tony Ottosson
*
* $Date: 2007-07-12 21:47:32 +0200 (Thu, 12 Jul 2007) $
* $Revision: 1084 $
*
* ------------
www.eeworm.com/read/199935/5074975
cpp hyperg.cpp
/*!
* \file
* \brief Implementation of confluent hypergeometric function
* \author Tony Ottosson
*
* $Date: 2006-04-03 15:34:15 +0200 (pon, 03 kwi 2006) $
* $Revision: 400 $
*
* -------------