代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/330869/12863272
m demo_cohen.m
function demo_cohen()
% demo_cohen - brief overview of the different Cohen classes
%
% Usage
% demo_cohen
%
% Give an overview of the four signals types and present some examples
% the demonstrate
www.eeworm.com/read/119864/6081713
c nbdtrl.c
/* nbdtrl.c
*
* Negative binomial distribution
*
*
*
* SYNOPSIS:
*
* int k, n;
* long double p, y, nbdtrl();
*
* y = nbdtrl( k, n, p );
*
*
*
* DESCRIPTION:
*
* Returns the sum
www.eeworm.com/read/119864/6081831
c nbdtrf.c
/* nbdtrf.c
*
* Negative binomial distribution
*
*
*
* SYNOPSIS:
*
* int k, n;
* float p, y, nbdtrf();
*
* y = nbdtrf( k, n, p );
*
*
*
* DESCRIPTION:
*
* Returns the sum of the
www.eeworm.com/read/119864/6081900
c nbdtr.c
/* nbdtr.c
*
* Negative binomial distribution
*
*
*
* SYNOPSIS:
*
* int k, n;
* double p, y, nbdtr();
*
* y = nbdtr( k, n, p );
*
* DESCRIPTION:
*
* Returns the sum of the terms 0
www.eeworm.com/read/173799/9635239
m demo_cohen.m
function demo_cohen()
% demo_cohen - brief overview of the different Cohen classes
%
% Usage
% demo_cohen
%
% Give an overview of the four signals types and present some examples
% the demonstrate