代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/478548/6709481
crossover_2p
#!/usr/bin/perl -w
use POSIX;
$population_size = 20;
$bit_mutation_probability = 0.01;
# Generate an initial population of random individuals. Each individual is
# represented by a 16-bit number.
www.eeworm.com/read/406421/11442649
cpp distmain.cpp
//
// File = distmain.cpp
//
//
// Program for Probability Distributions
//
#include
#include
#include "misdefs.h"
#include "uni_rand.h"
#include "gausrand.h"
#incl
www.eeworm.com/read/400576/11573560
m gausspdf.m
function [y,d2] = gausspdf(x,mu,sigma,lambda)
%GAUSSPDF Multivariate Gaussian probability density function
%
% Y = GAUSSPDF(X,MU,SIGMA)
%
% High dimensional version of normpdf. Given the mean MU an
www.eeworm.com/read/158463/11612781
m bdt_f533.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration
plus_
www.eeworm.com/read/158463/11612797
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration
plus_
www.eeworm.com/read/253868/12179673
m cauchypdf.m
function p= cauchypdf(x, varargin)
% USAGE: p= cauchypdf(x, a, b)
%
% Cauchy probability density function (pdf), p= b/(pi*(b^2 + (x-a)^2)).
%
% ARGUMENTS:
% x might be of any dimension.
% a (
www.eeworm.com/read/213240/15140047
m gausspdf.m
function [y,d2] = gausspdf(x,mu,sigma,lambda)
%GAUSSPDF Multivariate Gaussian probability density function
%
% Y = GAUSSPDF(X,MU,SIGMA)
%
% High dimensional version of normpdf. Given the mean MU an
www.eeworm.com/read/457053/1600872
pl testfrp.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 $p = $ARGV[1]
www.eeworm.com/read/455269/1624737
pl testfrp.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 $p = $ARGV[1]
www.eeworm.com/read/213708/4913041
pl testfrp.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 $p = $ARGV[1]