代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/371708/2779026
m contents.m
% Probability distribution estimation.
%
% emgmm - Expectation-Maximization Algorithm for GMM.
% melgmm - Maximizes Expectation of Log-Likelihood for Gaussian mixture.
% mlcgmm - Maximal Li
www.eeworm.com/read/359369/2978520
m gmmactiv.m
function a = gmmactiv(mix, x)
%GMMACTIV Computes the activations of a Gaussian mixture model.
%
% Description
% This function computes the activations A (i.e. the probability
% P(X|J) of the dat
www.eeworm.com/read/294821/8204706
asv cm_sm8.asv
%***********************************************************************
% cm_sm8.m
% cm_sm8 finds the probability of bit error and symbol error for the
% given value of snr_in_dB, signal-to-nois
www.eeworm.com/read/294821/8204709
m cm_sm8.m
%***********************************************************************
% cm_sm8.m
% cm_sm8 finds the probability of bit error and symbol error for the
% given value of snr_in_dB, signal-to-nois
www.eeworm.com/read/393857/8258358
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/292990/8319138
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/173076/9675404
m invwishpdf.m
% INVWISHPDF = Inverse Wishart Distribution - Probability Density Function
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [pdf] = invwishpdf( IW, S, d ) ;
%
% IW
www.eeworm.com/read/172975/9681235
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/367493/9745202
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/170936/9779296
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