代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/457053/1600894
pl testfrp_tcp.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my $targetRTT =
www.eeworm.com/read/455269/1624533
tcl bound.tcl
# return number of drops necessary for probability prob given c and p
proc drop_bound {prob c p type} {
# equation not defined in these cases
if {$p = 1} {
return 0
}
if {$c <
www.eeworm.com/read/455269/1624760
pl testfrp_tcp.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my $targetRTT =
www.eeworm.com/read/213708/4912910
tcl bound.tcl
# return number of drops necessary for probability prob given c and p
proc drop_bound {prob c p type} {
# equation not defined in these cases
if {$p = 1} {
return 0
}
if {$c <
www.eeworm.com/read/213708/4913063
pl testfrp_tcp.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my $targetRTT =
www.eeworm.com/read/330303/3425730
hpp standardmixturepdf.hpp
#ifndef INDII_ML_AUX_STANDARDMIXTUREPDF_HPP
#define INDII_ML_AUX_STANDARDMIXTUREPDF_HPP
#include "MixturePdf.hpp"
namespace indii {
namespace ml {
namespace aux {
/**
* Mixture probability de
www.eeworm.com/read/317451/3579905
tcl bound.tcl
# return number of drops necessary for probability prob given c and p
proc drop_bound {prob c p type} {
# equation not defined in these cases
if {$p = 1} {
return 0
}
if {$c <
www.eeworm.com/read/315275/3621993
m pd_swerling4.m
function pd = pd_swerling4 (nfa, np, snrbar)
% This function is used to calculate the probability of detection
% for Swerling 4 targets.
format long
snrbar = 10.0^(snrbar/10.);
eps = 0.00000001;
www.eeworm.com/read/315275/3621998
m pd_swerling2.m
function pd = pd_swerling2 (nfa, np, snrbar)
% This function is used to calculate the probability of detection
% for Swerling 2 targets.
format long
snrbar = 10.0^(snrbar/10.);
eps = 0.00000001;
www.eeworm.com/read/315275/3622002
m pd_swerling1.m
function pd = pd_swerling1 (nfa, np, snrbar)
% This function is used to calculate the probability of detection
% for Swerling 1 targets.
format long
snrbar = 10.0^(snrbar/10.);
eps = 0.00000001;