代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/159921/10587832
m bayesdemo3.m
% BAYESDEMO3 Bayesian risk and minimax strategy.
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
%
www.eeworm.com/read/421949/10676522
m bayesdemo3.m
% BAYESDEMO3 Bayesian risk and minimax strategy.
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
%
www.eeworm.com/read/421456/10736294
m imm.m
trajectory3;
x(:,1)=X(:,1); %初始状态向量
R=diag([200^2 10^2 200^2 10^2]);
P=50*eye(6); %初始状态向量协方差
X1(:,1)=x(:,1);
X2(:,1)=x(:,1);
X3(:,1)=x(:,1);
P1=P;
P2=P;
P3=P;
Pt=[0.8 0.15 0.05
www.eeworm.com/read/420306/10804727
m gamlpr.m
% GAMLPR = Gamma Distribution - Log Probability Density Ratio
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ lpr ] = gamlpr( g1, g2, alph, gam )
%
% returns l
www.eeworm.com/read/419563/10861082
txt fig7_3.m.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 7.3
% K. Bell 1/22/04
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
close all
N = 10;
d = 0.5;
K = [1;2;6;10;15]*N;
nk = length(K);
rho = [0:0.01:1]
www.eeworm.com/read/271940/10975709
m gamainproc.m
function GAMainProc()
global Pm
global Pc %probability of crossover
global chromosome
global everyGenResult
global boundGen %
www.eeworm.com/read/271940/10975723
m gatotal.m
function GATotal()
global Pm
global Pc %probability of crossover
global chromosome
global everyGenResult
global boundGen %
www.eeworm.com/read/271940/10975739
m gatmainproc.m
function GATMainProc()
% This program is the project of jiing in 2002
global Pm
global Pc %probability of crossover
global chromosome
global everyGenResult
global boundGen %
www.eeworm.com/read/271940/10975740
m gat_stat.m
%find out the statistics of genetic algorithms
%and draw the bar chart or pie chart
%The statistics are:
%1. the 1st generation # that appear the optimal solution
%2. The optimal solution ratio
www.eeworm.com/read/270992/11013604
m baseball.m
%baseball.m/created by PJNahin for "Duelling Idiots"(10/16/98)
%This m-file calculates and plots (as a function of p) the ratio
%of the probabilities of a team winning at least 81p games out of
%81