代码搜索:Probabilities
找到约 751 项符合「Probabilities」的源代码
代码结果 751
www.eeworm.com/read/278889/10490437
m bay_optimize.m
function [model,A,B,C,D] = bay_optimize(model,level, type, nb, bay)
% Optimize the posterior probabilities of model (hyper-) parameters with respect to the different levels in Bayesian inference
%
%
www.eeworm.com/read/423100/10587503
txt read me.txt
montecarlo
type montecarlo in the command window and wait for a long time..
_simulation of the complete OFDM system.
_use of a very large file in order to get probabilities.
_loop over diffe
www.eeworm.com/read/421949/10676027
m bay_optimize.m
function [model,A,B,C,D] = bay_optimize(model,level, type, nb, bay)
% Optimize the posterior probabilities of model (hyper-) parameters with respect to the different levels in Bayesian inference
%
%
www.eeworm.com/read/418695/10935587
m testn.m
%TESTN Error estimate of discriminant for normal distribution.
%
% e = testn(W,U,G,n)
%
% n normally distributed data vectors with means, labels and prior
% probabilities defined by the dataset U
www.eeworm.com/read/467831/7001919
cpp generate_seq.cpp
// file : generate_seq.cc
// author: Richard Myers
// version: 1.03 [August 21, 1995]
//
// This program generates random sequences using the probabilities defined
// in a markov model file.
#incl
www.eeworm.com/read/458010/7314246
m huffman.m
function [cc,ll,l]=huffman(p,a)
%HUFFMAN calculates a D-ary huffman code [CC,LL]=(P,A)
%
% Inputs: P is a vector or matrix of probabilities
% A(D) is a vector of alphabet ch
www.eeworm.com/read/457731/7318632
m naive_bayes.m
%
% naive_bayes.m
%
% created by Sunghwan Yoo
%
%
% Goal: predict label Y given X
%
% Naive Bayes
% ===========
%
% Learning:
% Compute prior probabilities p(Y=1), and p(Y=0)
% For
www.eeworm.com/read/449504/7501956
m norm_prb.m
function p=norm_prb(tratio)
% PURPOSE: computes normal probability given
% x/std(x) in lieu of t-statistic probabilities
% for cases involving asymptotic t-ratios
% -------------
www.eeworm.com/read/448350/7534471
m huffman.m
function [cc,ll,l]=huffman(p,a)
%HUFFMAN calculates a D-ary huffman code [CC,LL]=(P,A)
%
% Inputs: P is a vector or matrix of probabilities
% A(D) is a vector of alphabet ch
www.eeworm.com/read/440750/7682229
m huffman.m
function [cc,ll,l]=huffman(p,a)
%HUFFMAN calculates a D-ary huffman code [CC,LL]=(P,A)
%
% Inputs: P is a vector or matrix of probabilities
% A(D) is a vector of alphabet ch