代码搜索:binomial

找到约 467 项符合「binomial」的源代码

代码结果 467
www.eeworm.com/read/406718/2273811

java basicbinomialheap.java

package org.jutil.java.collections; import java.util.Comparator; /** * A BasicBinomialHeap is a Heap that consists * of a forest of Binomial Trees. * * Most operations are O(log(n))
www.eeworm.com/read/288479/8630381

m pbinom.m

function p = pbinom(k,n,p) %PBINOM The binomial cumulative probability function % % p = pbinom(k,n,p) % Anders Holtsberg, 27-07-95 % Copyright (c) Anders Holtsberg if max([lengt
www.eeworm.com/read/288479/8630384

m qbinom.m

function k = qbinom(pr,n,p) %QBINOM The binomial inverse cdf % % k = qbinom(pr,n,p) % Anders Holtsberg, 16-03-95 % Copyright (c) Anders Holtsberg % The algorithm contains a nice
www.eeworm.com/read/131315/5940575

exp trandom.exp

five random ACG integers: 1525072166 1954057046 3406008937 226879594 4107049426 five random MLCG integers: 1341853672 83475514 936613571 888739672 2097844081 Binomial r1( 100, 0.50, &gen1) ... five
www.eeworm.com/read/273525/4205265

ado cc.ado

*! version 4.0.13 17mar2005 program cc, rclass version 6, missing syntax varlist(min=2 max=2) [if] [in] [fw] [, BY(varname) BD /* */ Binomial(varname) COrnfield/* */ noCrude Exact Fast ESt
www.eeworm.com/read/273525/4209775

ado tabodds_7.ado

*! version 6.1.9 20dec2004 program define tabodds_7, rclass sort version 6, missing local baopts /* */ ADJust(string) BASE(string) Binomial(string) CIplot /* */ COrnfield Level(cilevel)
www.eeworm.com/read/196909/8045397

html page460.html

Example-Computing Binomial Coefficients
www.eeworm.com/read/331444/12827786

m namedfilter.m

% KERNEL = NAMED_FILTER(NAME) % % Some standard 1D filter kernels. These are scaled such that % their L2-norm is 1.0. % % binomN - binomial coefficient filter of order N-1 % haar:
www.eeworm.com/read/322425/13380472

m namedfilter.m

% KERNEL = NAMED_FILTER(NAME) % % Some standard 1D filter kernels. These are scaled such that % their L2-norm is 1.0. % % binomN - binomial coefficient filter of order N-1 % haar:
www.eeworm.com/read/304373/13795468

m genind.m

function [bin,pow,bas] = genind(nvar,d) % GENIND - Internal use only % [BIN,POW,BAS] = GENIND(N,D) generates indexing tables for % a moment problems of N variables and degree D: % - BIN = binomial co