代码搜索:probability

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

代码结果 4,670
www.eeworm.com/read/367875/9724868

m som_probability_gmm.m

function [pd,Pdm,pmd] = som_probability_gmm(D, sM, K, P) %SOM_PROBABILITY_GMM Probabilities based on a gaussian mixture model. % % [pd,Pdm,pmd] = som_probability_gmm(D, sM, K, P) % % [K,P] = som_e
www.eeworm.com/read/235928/14041436

m som_probability_gmm.m

function [pd,Pdm,pmd] = som_probability_gmm(D, sM, K, P) %SOM_PROBABILITY_GMM Probabilities based on a gaussian mixture model. % % [pd,Pdm,pmd] = som_probability_gmm(D, sM, K, P) % % [K,P] = som_e
www.eeworm.com/read/203371/15360441

m symbol_error_probability.m

% % % Analysis of the symbol error probability for M-PAM and % M-PPM signals % % The function computes and plots the symbol error % probability for M-PAM and M-PPM signals % for M = {2, 4, 8} a
www.eeworm.com/read/285673/8823890

m probability_of_cluster_given_x.m

function PY = Probability_of_Cluster_given_X(X,Means,Variances,PC,Label_of_Cluster) PY = PC(Label_of_Cluster)*Mixing_Coefficient(X,Means(:,Label_of_Cluster), Variances(:,Label_of_Cluster)); PY = PY/