代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/153823/12004190

m wtbinselect.m

function is = wtbinselect(w,p) %WTBINSELECT Weighted binary selection. % is = wtbinselect(w,p) % w = n-element vector of weights % p = scalar probability of selection % is = n-eleme
www.eeworm.com/read/153543/12028777

dsc murder.dsc

network { } properties { type DTASDG_Notes = array of string, "Notes on the diagram"; type MS_Addins = array of string; } node DNA { name = "DNA"; type = discrete[2] { "yes"
www.eeworm.com/read/152068/12146791

lst 例17-04计算结果.lst

The SAS System 09:34 Monday, April 1, 2002 45 The LIFETEST Procedure Life Table
www.eeworm.com/read/253950/12173533

m gtmprob.m

function prob = gtmprob(net, data) %GTMPROB Probability for data under a GTM. % % Description % PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes % the probability of each point in th
www.eeworm.com/read/339665/12211500

m gtmprob.m

function prob = gtmprob(net, data) %GTMPROB Probability for data under a GTM. % % Description % PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes % the probability of each point in th
www.eeworm.com/read/253260/12234911

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/253260/12235620

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/150905/12250443

m gtmprob.m

function prob = gtmprob(net, data) %GTMPROB Probability for data under a GTM. % % Description % PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes % the probability of each point in th
www.eeworm.com/read/150760/12265292

html demo_svmpout.html

Contents.m
www.eeworm.com/read/338643/12290475

m chi2_dof.m

% chi2_dof.m % Scope: This MATLAB macro computes the probability density function of the % chi-square distribution with dof degrees of freedom. % Usage: