代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/103119/15744710

txt settings.txt

# sample settings for GAlib applications # GAlib expects parameters in name-value pairs. The name should be a single # string (no whitespace allowed). The value should be of a type appropriate # fo
www.eeworm.com/read/389682/8508719

sas histogrm.sas

%macro HISTOGRM; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* LAST MODIFIED: March 25, 2003
www.eeworm.com/read/388617/8595546

cpp lotto.cpp

// lotto.cpp -- probability of winning #include // Note: some implementations require double instead of long double long double probability(unsigned numbers, unsigned picks); int main()
www.eeworm.com/read/388617/8596580

cpp lotto.cpp

// lotto.cpp -- probability of winning #include // Note: some implementations require double instead of long double long double probability(unsigned numbers, unsigned picks); int main()
www.eeworm.com/read/388426/8610041

asv ga3d.asv

function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % ENHANCED GENETIC ALGORITHM - Bi-classist Selection % % Secondary functions: DECODE &
www.eeworm.com/read/388426/8610079

m ga3d.m

function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % ENHANCED GENETIC ALGORITHM - Bi-classist Selection % % Secondary functions: DECODE &
www.eeworm.com/read/288479/8629959

m lodds.m

function z = lodds(p) %LODDS Log odds function. % % z = lodds(p) % % The function is log(p/(1-p)). % Anders Holtsberg, 14-12-94 % Copyright (c) Anders Holtsberg if any(any(abs(2*
www.eeworm.com/read/288479/8630079

m phypg.m

function p = phypg(k,n,K,N) %PHYPGEO The hypergeometric cumulative probability function % % p = phypg(k,n,K,N) % Anders Holtsberg, 18-11-93 % Copyright (c) Anders Holtsberg if
www.eeworm.com/read/288479/8630306

m qchisq.m

function x = qchisq(p,a) %QCHISQ The chisquare inverse distribution function % % x = qchisq(p,DegreesOfFreedom) % Anders Holtsberg, 18-11-93 % Copyright (c) Anders Holtsberg
www.eeworm.com/read/288479/8630372

m qqgamma.m

function [p,a] = qqgamma(x,ps) %QQGAMMA Gamma probability plot % % [p,a] = qqgamma(x) % % Returns the parameters p (form parameter) and a (scale % parameter), estimated by t