代码搜索:Probabilities

找到约 751 项符合「Probabilities」的源代码

代码结果 751
www.eeworm.com/read/448535/7531348

m gamble.m

function [b0,B] = gamble(p,o) % % Return the bets for a race with win probabilities p and subfair odds o, % % function [b0,B] = gamble(p,o) % % p = probability of win % o = subfair odds % b0
www.eeworm.com/read/240637/13209275

m new_xvar.m

function y = new_xvar(chan, func, num, state, ext) sc = length(chan); sf = length(func); zeropad = zeros(1,sc + sf*num - num); bar = zeropad; % direct probabilities bar(1:sc) = chan*state(2); zerop
www.eeworm.com/read/314474/13566532

3 prob.3

Prob(3) Prob(3) NNAAMMEE Prob - Probabilities for SRILM SSYYNNOOPPSSIISS ##iinncclluuddee
www.eeworm.com/read/13871/284219

m multinomrnd.m

function [y,p_avg,p_std]=multinomrnd(p,m,n) %Performs random sampling from a binomial distribution % % [y]=multinomrnd(p,m,n) % where p=1-by-k vector of probabilities of occurrence % n=sample s
www.eeworm.com/read/344585/3207828

m probs.m

function pall=probs(w,feat); %Determine the (tentative) probabilities produces by the current model c=size(w,2); ff=feat*w; denom=ones(size(ff,1),1)+sum(exp(ff),2); pall=exp(ff)./repmat(denom,1,c);
www.eeworm.com/read/314474/13566595

h prob.h

/* * Prob.h -- * Probabilities and stuff * * Copyright (c) 1995-2006 SRI International. All Rights Reserved. * * @(#)$Header: /home/srilm/devel/lm/src/RCS/Prob.h,v 1.24 2006/01/09 19:03:26 stol
www.eeworm.com/read/429878/8784249

htm gmmpost.htm

Netlab Reference Manual gmmpost gmmpost Purpose Computes the class posterior probabilities of a Gaussian mixture model. Syn
www.eeworm.com/read/240615/13211231

m frequency_ft.m

%function [Freq,F,Ang,fg]=freq1(n) %fid=sprintf('E:\\Researches\\20060329\\FFT\\w00%d',n); %A=xlsread(fid,'sheet1'); %num=length(A) % Probabilities endowed fid=fopen('Prob.txt','r'); %打开文件
www.eeworm.com/read/253950/12174191

htm gmmpost.htm

Netlab Reference Manual gmmpost gmmpost Purpose Computes the class posterior probabilities of a Gaussian mixture model. Syn
www.eeworm.com/read/150905/12250393

htm gmmpost.htm

Netlab Reference Manual gmmpost gmmpost Purpose Computes the class posterior probabilities of a Gaussian mixture model. Syn