代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/173140/9670910

m entropy.m

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

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 symbo
www.eeworm.com/read/173076/9675433

m gamlpr.m

% GAMLPR = Gamma Distribution - Log Probability Density Ratio % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [ lpr ] = gamlpr( g1, g2, alph, gam ) % % returns l
www.eeworm.com/read/367442/9747822

m bayesdemo3.m

% BAYESDEMO3 Bayesian risk and minimax strategy. % % Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz %
www.eeworm.com/read/170936/9779258

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/415313/11076513

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/414455/11111281

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/414455/11111295

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/414455/11111512

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/414455/11111535

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector p. if length(find(p