代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/140245/13094641
parv atlas_iii.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = statdefs
}
disksim_stats Stats {
iodriver stats = disksim_iodriver_stats {
www.eeworm.com/read/140245/13094642
parv synthopen.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = statdefs
}
disksim_stats Stats {
iodriver stats = disksim_iodriver_sta
www.eeworm.com/read/140245/13094645
parv synthraid5.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = statdefs
# Output file for trace of I/O requests simulated = 0
www.eeworm.com/read/140245/13094715
parv cheetah9lp.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = statdefs
}
disksim_stats Stats {
iodriver stats = disksim_iodriver_stats {
P
www.eeworm.com/read/140245/13094718
parv 3disks2.parv
# 3disks.parv
# John Bucy/20021210
# 3 different disks on 1 controller
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = s
www.eeworm.com/read/140245/13094741
parv synthcachemem.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 1000 I/Os,
Stat definition file = statdefs
}
disksim_stats Stats {
iodriver stats = disksim_iodriver_stats {
Pri
www.eeworm.com/read/240637/13209250
readme
Regular Density Evolution version 0.1.1
Copyright (C) 2003 by Andrew W. Eckford
***Licensing information is contained in the file license.txt
***You must read and agree to the terms of the license be
www.eeworm.com/read/138798/13212061
m mdnprob.m
function [prob,a] = mdnprob(mixparams, t)
%MDNPROB Computes the data probability likelihood for an MDN mixture structure.
%
% Description
% PROB = MDNPROB(MIXPARAMS, T) computes the probability P(
www.eeworm.com/read/323950/13306802
m ip_08_07.m
% MATLAB script for Illustrative Problem 8.7
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 ;
end
www.eeworm.com/read/137229/13338598
m crover.m
function [out1,out2]=crover(in1,in2,pcross)
%
% [out1,out2]=crover(in1,in2,pcross);
%
% Crosses two input members with a probability
% of crossover of pcross (