代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/313963/13577835
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % tolerance used for the integration
min
www.eeworm.com/read/313956/13577857
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=VARIANCE('F',A,B,T
www.eeworm.com/read/313956/13577926
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=VARIANCE('F',A,B,T
www.eeworm.com/read/312592/13608471
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=VARIANCE('F',A,B,T
www.eeworm.com/read/312588/13608609
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=VARIANCE('F',A,B,T
www.eeworm.com/read/306478/13744721
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % tolerance used for the integration
min
www.eeworm.com/read/303558/13812673
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % tolerance used for the integration
min
www.eeworm.com/read/320368/6295394
txt d13r12.txt
Private Sub Command1_Click()
'PROGRAM D13R12
'Driver for routine PROBKS
Dim Text(50) As String
Print
Print Tab(5); "Probability func. Kolmogorov-Smirnov statistic"
Print
www.eeworm.com/read/492901/6412744
cpp d13r12.cpp
#include "iostream.h"
#include "math.h"
void main()
{
//program d13r12
//driver for routine probks
char text[51];
cout
www.eeworm.com/read/488462/6487320
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=VARIANCE('F',A,B,T