代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/143706/12849755
m gtmprob.m
function prob = gtmprob(net, data)
%GTMPROB Probability for data under a GTM.
%
% Description
% PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes
% the probability of each point in th
www.eeworm.com/read/243682/12925238
txt praat.txt
/L20"Praat" Noquote Line Comment = # Line Comment Alt = ; Block Comment On = ! File Extensions = PRAAT
/Delimiters = ; +=
/Indent Strings SOL = "if" "elsif" "elif" "else" "for" "repeat" "while" "ed
www.eeworm.com/read/243505/12936848
m pf_update.m
function pf1 = pf_update(pf, xlate, func, varargin)
% x.s state (x,y)
% x.pi probability
% x.c cumulative probability
verbose = 0;
N = pf.n; % number of particles
x = pf.x; % cumulative p
www.eeworm.com/read/328838/12999111
m calp.m
function pp=CalP(x, mui, smgi, c3i, c4i, c5i, c6i)
% calculate probability of a specific value
x1=(x-mui)/smgi;
ei=2.7183;
e1=ei^(-x1^2.0/2);
s1=1.0/sqrt(2*pi);
% cdf
b0=normcdf(x1,0,1);
%
www.eeworm.com/read/328838/12999113
m calcdf.m
function pp=CalCdf(x, mui, smgi, c3i, c4i, c5i, c6i)
% calculate probability of a specific value
x1=(x-mui)/smgi;
ei=2.7183;
e1=ei^(-x1^2.0/2);
s1=1.0/sqrt(2*pi);
% cdf
b0=normcdf(x1,0,1);