代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/191952/8414401

c userint.c

/*************************************************************************/ /* */ /* User interface for consulting trees and rulesets */ /* -----------------------------------------------
www.eeworm.com/read/289119/8574984

m betapdf.m

function y = betapdf(x,a,b) %BETAPDF Beta probability density function. % Y = BETAPDF(X,A,B) returns the beta probability density % function with parameters A and B at the values in X. % % The s
www.eeworm.com/read/187979/8582914

m mmcfindpn.m

%mmcfindpn(lambda,mu,c,n) % This function finds the probability there are n customers % in the system for an M/M/c queueing system. function out = mmcfindpn(lambda,mu,c,n) p = lambda/(mu*c
www.eeworm.com/read/187979/8582919

m fsqfindpn.m

%fsqfindpn(lambda,mu,c,m,n) % This function finds the probability there are n machines down % (in the system) for a machine repair problem (finite source queue). function out = fsqfindpn(lamb
www.eeworm.com/read/288586/8620296

m betapdf.m

function y = betapdf(x,a,b) %BETAPDF Beta probability density function. % Y = BETAPDF(X,A,B) returns the beta probability density % function with parameters A and B at the values in X. % % The s
www.eeworm.com/read/288479/8630063

m contents.m

% A statistics toolbox for Matlab and Octave. % Version 1.29, 10-May-2000 % GNU Public Licence Copyright (c) Anders Holtsberg. % Comments and suggestions to andersh@maths.lth.se. % % Distribution func
www.eeworm.com/read/288479/8630328

m pairs.m

function J = pairs(X,plotsymbol) %PAIRS Pairwise scatter plots. % % pairs(X) % pairs(X,plotsymbol) % % The columns of X are plotted versus each other. An optional % second argument is
www.eeworm.com/read/431767/8655400

m losprobability.m

function indLOS=LOSprobability(wimpar,linkpar) %LOSPROBABILITY Random LOS/NLOS condition generation for WIM % INDLOS=LOSPROBABILITY(WIMPAR,LINKPAR) is a vector defining links % propagation cond
www.eeworm.com/read/287843/8665332

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F'
www.eeworm.com/read/431613/8665606

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F'