代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/179143/9369345

m multinonunifmutation.m

function [parent] = multiNonUnifMutation(parent,bounds,Ops) % Multi-Non uniform mutation changes all of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian %
www.eeworm.com/read/374775/9385074

m multinonunifmutation.m

function [parent] = multiNonUnifMutation(parent,bounds,Ops) % Multi-Non uniform mutation changes all of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian %
www.eeworm.com/read/178759/9386436

m multinonunifmutation.m

function [parent] = multiNonUnifMutation(parent,bounds,Ops) % Multi-Non uniform mutation changes all of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian %
www.eeworm.com/read/177981/9424639

m multinon.m

function [parent] = multiNonUnifMutation(parent,bounds,Ops) % Multi-Non uniform mutation changes all of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian
www.eeworm.com/read/177674/9442560

m gmmprob.m

function prob = gmmprob(mix, x) %GMMPROB Computes the data probability for a Gaussian mixture model. % % Description % This function computes the unconditional data density P(X) for a % Gaussian mixt
www.eeworm.com/read/177674/9442570

m gmmpost.m

function [post, a] = gmmpost(mix, x) %GMMPOST Computes the class posterior probabilities of a Gaussian mixture model. % % Description % This function computes the posteriors POST (i.e. the probability
www.eeworm.com/read/373249/9467791

m multipdf.m

function p = multipdf(x,theta) %MULTIPDF Multinomial probability density function. % p = multipdf(x,theta) returns the probabilities of % vector x, under the multinomial distribution % with par
www.eeworm.com/read/177141/9468508

m xover.m

function [new,xcount] = xover(old,px,xtype) % XOVER performs crossover with a given probability % new -- new population of chromosomes % xcount-- # of times crossover was performed % old -- input
www.eeworm.com/read/176823/9483241

m gmmprob.m

function prob = gmmprob(mix, x) %GMMPROB Computes the data probability for a Gaussian mixture model. % % Description % This function computes the unconditional data density P(X) for a % Gaussian mixt
www.eeworm.com/read/176823/9483253

m gmmpost.m

function [post, a] = gmmpost(mix, x) %GMMPOST Computes the class posterior probabilities of a Gaussian mixture model. % % Description % This function computes the posteriors POST (i.e. the probability