代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/252197/12293157

m randint2.m

function out = randint2(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) genera
www.eeworm.com/read/252197/12293834

m smldpe57.m

function [p]=smldPe57(snr_in_dB) % [p]=smldPe57(snr_in_dB) % SMLDPE57 simulates the probability of error for the given % snr_in_dB, signal to noise ratio in dB. d=1; SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/252197/12293851

m smldpe58.m

function [p]=smldPe58(snr_in_dB) % [p]=smldPe58(snr_in_dB) % SMLDPE58 simulates the probability of error for the given % snr_in_dB, signal to noise ratio in dB. d=1; SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/252197/12294091

m cm_sm41.m

function [p]=cm_sm41(snr_in_dB) % [p]=cm_sm41(snr_in_dB) % CM_SM41 finds the probability of error for the given % value of snr_in_dB, SNR in dB. N=10000; d=1; % min. distance between
www.eeworm.com/read/252197/12294123

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector p. if length(find(p
www.eeworm.com/read/150226/12304022

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/150225/12304147

m hmmsim.m

function [simdata] = hmmsim (hmm,N) % [simdata] = hmmsim (hmm,N) % % simulates the output of an HMM with gaussian observation model % and HMM parameters % hmm.Pi = prior probability % hmm.P = st
www.eeworm.com/read/251889/12313320

java det.java

/* ---------------------------------------------------------------------- * * A Monte Carlo simulation to estimate the probability that the * determinant of a 3 by 3 matrix of random numbers is pos
www.eeworm.com/read/251889/12313384

java buffon.java

/* ------------------------------------------------------------------------- * A Monte Carlo simulation of Buffon's needle experiment. * * Name : Buffon.java * Authors : Ste
www.eeworm.com/read/251889/12313400

java hat.java

/* ---------------------------------------------------------------------- * A Monte Carlo simulation of the hat check girl problem. * * Name : Hat.java * Authors : Steve