代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/255284/12090517
m prob_snr1.m
% This program is used to produce Fig. 2.4
close all
clear all
for nfa = 2:2:12
b = sqrt(-2.0 * log(10^(-nfa)));
index = 0;
hold on
for snr = 0:.1:18
index = index +1;
www.eeworm.com/read/253950/12173814
htm mdnpost.htm
Netlab Reference Manual mdnpost
mdnpost
Purpose
Computes the posterior probability for each MDN mixture component.
Synopsis
www.eeworm.com/read/253950/12174145
htm mdnprob.htm
Netlab Reference Manual mdnprob
mdnprob
Purpose
Computes the data probability likelihood for an MDN mixture structure.
Syno
www.eeworm.com/read/253950/12174177
htm gmmactiv.htm
Netlab Reference Manual gmmactiv
gmmactiv
Purpose
Computes the activations of a Gaussian mixture model.
Synopsis
www.eeworm.com/read/253950/12174225
m mdnpost.m
function [post, a] = mdnpost(mixparams, t)
%MDNPOST Computes the posterior probability for each MDN mixture component.
%
% Description
% POST = MDNPOST(MIXPARAMS, T) computes the posterior probability
www.eeworm.com/read/151609/12187833
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/339665/12211904
m mdnpost.m
function [post, a] = mdnpost(mixparams, t)
%MDNPOST Computes the posterior probability for each MDN mixture component.
%
% Description
% POST = MDNPOST(MIXPARAMS, T) computes the posterior probability
www.eeworm.com/read/339590/12223544
m hufflen.m
function HL = hufflen(S)
% Based on probability (or number of occurences) of each symbol
% the length for the Huffman codewords are calculated.
%
% HL = hufflen(S);
% --------------------------
www.eeworm.com/read/339590/12223563
m huffman_demo1.m
function huffman_demo1
%HUFFMAN_DEMO1
% Data compression-decompression demo.
% A text string taken from MATLAB help is used.
% $Author: Giuseppe Ridino' $
% $Revision: 1.1 $ $Date: 04-Jul-20
www.eeworm.com/read/150905/12250029
htm mdnpost.htm
Netlab Reference Manual mdnpost
mdnpost
Purpose
Computes the posterior probability for each MDN mixture component.
Synopsis