代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/458010/7314186
m gmmlpdf.m
function l=gmmlpdf(x,m,v,w)
%GMMPDF calculated the pdf of a mixture of gaussians p=(x,m,v,w)
%
% Inputs: n data values, k mixtures, p parameters
%
% X(n,p) Input data vectors, one per row.
www.eeworm.com/read/448350/7534410
m gmmlpdf.m
function l=gmmlpdf(x,m,v,w)
%GMMPDF calculated the pdf of a mixture of gaussians p=(x,m,v,w)
%
% Inputs: n data values, k mixtures, p parameters
%
% X(n,p) Input data vectors, one per row.
www.eeworm.com/read/440750/7682148
m gaussmix.m
function [m,v,w,g,f,pp,gg]=gaussmix(x,c,l,m0,v0,w0)
%GAUSSMIX fits a gaussian mixture pdf to a set of data observations [m,v,w,g,f]=(x,c,l,m0,v0,w0)
%
% Inputs: n data values, k mixtures, p paramet
www.eeworm.com/read/440750/7682169
m gmmlpdf.m
function l=gmmlpdf(x,m,v,w)
%GMMPDF calculated the pdf of a mixture of gaussians p=(x,m,v,w)
%
% Inputs: n data values, k mixtures, p parameters
%
% X(n,p) Input data vectors, one per row.
www.eeworm.com/read/396900/8083512
m lungbayesdemo.m
%% Modeling Lung Cancer Diagnosis Using Bayesian Network Inference
% This demo illustrates a simple Bayesian Network example for exact
% probabilistic inference using Pearl's message-passing algorit
www.eeworm.com/read/329500/12951812
txt readme-chap7.txt
%
% README Chapter 7
%
% by Hiroshi Harada
%
% If you have any bugs and questions in our simulation programes, please e-mail
% to harada@ieee.org. We try to do our best to answer your questions.
www.eeworm.com/read/141734/12988833
htm ham.htm
Jeremy Frank - Hamiltonian Cycle Research Page
Phase Transitions in Hamiltonian Cycle Problems
The Hamil
www.eeworm.com/read/241192/13164262
m demo1.m
% M. S. Grewal and A. P. Andrews,
% Kalman Filtering: Theory and Practice,
% published by Wiley ,2000.
% Demonstration of probability conditioning on
% measurements.
disp('M. S. Grewal and A. P.