代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/321160/13411460
m smldpe59.m
function [p]=smldPe59(snr_in_dB)
% [p]=smldPe59(snr_in_dB)
% SMLDPE59 simulates the error probability for the given
% snr_in_dB, signal to noise ratio in dB.
M=16; % 16-ary PAM
d=1;
SNR=e
www.eeworm.com/read/321160/13411472
m smldpe55.m
function [p]=smldPe55(snr_in_dB)
% [p]=smldPe55(snr_in_dB)
% SMLDPE55 simulates the probability of error for the particular
% value of snr_in_dB, signal to noise ratio in dB.
E=1;
SNR=exp(snr_in
www.eeworm.com/read/321160/13411553
m ip_08_07.m
% MATLAB script for Illustrative Problem 7, Chapter 8.
echo on
ep=0.3;
for i=1:2:61
p(i)=0;
for j=(i+1)/2:i
p(i)=p(i)+prod(1:i)/(prod(1:j)*prod(1:(i-j)))*ep^j*(1-ep)^(i-j);
echo off ;
e
www.eeworm.com/read/321050/13412885
m smldpe55.m
function [p]=smldPe55(snr_in_dB)
% [p]=smldPe55(snr_in_dB)
% SMLDPE55 simulates the probability of error for the particular
% value of snr_in_dB, signal-to-noise ratio in dB.
E=1;
SNR=exp(s
www.eeworm.com/read/321050/13412944
m ip_08_07.m
% MATLAB script for Illustrative Problem 8.7
clear
echo on
ep=0.3;
for i=1:2:61
p(i)=0;
for j=(i+1)/2:i
p(i)=p(i)+prod(1:i)/(prod(1:j)*prod(1:(i-j)))*ep^j*(1-ep)^(i-j);
echo off ;
www.eeworm.com/read/318365/13480397
m chiprob.m
function P = chiprob(X2,v)
%CHIPROB computes the chi-squared probability function.
% P = CHIPROB( X2, v ) returns P(X2|v), the probability
% of observing a chi-squared value
www.eeworm.com/read/317622/13500870
m hmm_evaluation.m
function P = HMM_evaluation(a, b, V)
% Find the probability of a finite state in a Markov chain
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% V -
www.eeworm.com/read/316944/13514049
m gasvm_main.m
function GASVM_Main()
global pop_size % size of population
global numOfGen % number of generation
global Pc % probability of crossover
global Pm % probability of mutation
global lenOfInd %length of i
www.eeworm.com/read/316604/13520447
m hmm_evaluation.m
function P = HMM_evaluation(a, b, V)
% Find the probability of a finite state in a Markov chain
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% V -
www.eeworm.com/read/314474/13566460
1 disambig.1
.\" $Id: disambig.1,v 1.28 2006/07/30 00:07:52 stolcke Exp $
.TH disambig 1 "$Date: 2006/07/30 00:07:52 $" "SRILM Tools"
.SH NAME
disambig \- disambiguate text tokens using an N-gram model
.SH SYNOPSI