代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/177674/9442682
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/373249/9467787
m dirichletpdf.m
function p = dirichletpdf(x, alpha)
%DIRICHLETPDF Dirichlet probability density function.
% p = dirichletpdf(x, alpha) returns the probability of vector
% x under the Dirichlet distribution with p
www.eeworm.com/read/176823/9483371
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/176712/9487357
c userint.c
/*************************************************************************/
/* */
/* User interface for consulting trees and rulesets */
/* -----------------------------------------------
www.eeworm.com/read/372570/9503309
m losprobability.m
function indLOS=LOSprobability(wimpar,linkpar)
%LOSPROBABILITY Random LOS/NLOS condition generation for WIM
% INDLOS=LOSPROBABILITY(WIMPAR,LINKPAR) is a vector defining links
% propagation cond
www.eeworm.com/read/365849/9844578
m pyx.m
function pr=pyx(obj,y,x,t,u);
% Calculates p(y|x), ie the probability of y given x.
%
% Syntax: (* = optional)
%
% pr = pyx(model, y, x, t, u);
%
% In arguments:
%
% 1. model
% Model object.
www.eeworm.com/read/365849/9844619
m pyx.m
function pr=pyx(obj,y,x,t,u);
% Calculates p(y|x), ie the probability of y given x.
%
% Syntax: (* = optional)
%
% pr = pyx(model, y, x, t, u);
%
% In arguments:
%
% 1. model
% Model object.
www.eeworm.com/read/365849/9844661
m pyx.m
function pr=pyx(obj,y,x,t,u);
% Calculates p(y|x), ie the probability of y given x.
%
% Syntax: (* = optional)
%
% pr = pyx(model, y, x, t, u);
%
% In arguments:
%
% 1. model
% Model object.
www.eeworm.com/read/365844/9844857
m ui_mutate.m
function minfo = ui_mutate(chr)
% UI_MUTATE - interface for specifying mutate ratios.
% minfo = ui_mutate(chr) returns a structure with the mutation
% information for the different species. Th
www.eeworm.com/read/364310/9912722
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;