代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/317622/13500864
m mean_jackknife.m
function [mu, bias, varjack] = mean_jackknife(data)
%Find the estimate of the mean, it's bias and variance using the jackknife estimator method
%Inputs:
% data - The data from which to estimate
www.eeworm.com/read/317622/13500872
m mean_bootstrap.m
function [mu, bias, varjack] = mean_bootstrap(data, B)
%Find the estimate of the mean, it's bias and variance using the bootstrap estimator method
%Inputs:
% data - The data from which to estimat
www.eeworm.com/read/317326/13505895
m sa_ex8_5.m
%Minimum variance Array Weights
% example 8.5
d=.5;
N= 5;
sig2=.001; % noise variance
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
th0=30*pi/180; % receive angle
th1=-10*pi/180;
s=1;
www.eeworm.com/read/317167/13508452
m awgn.m
%*************************************************************************************
% This function pertains to the addition of AWGN with mean zero and
% parameter 'variance' to
www.eeworm.com/read/316604/13520440
m mean_jackknife.m
function [mu, bias, varjack] = mean_jackknife(data)
%Find the estimate of the mean, it's bias and variance using the jackknife estimator method
%Inputs:
% data - The data from which to estimate
www.eeworm.com/read/316604/13520449
m mean_bootstrap.m
function [mu, bias, varjack] = mean_bootstrap(data, B)
%Find the estimate of the mean, it's bias and variance using the bootstrap estimator method
%Inputs:
% data - The data from which to estimat
www.eeworm.com/read/316300/13525611
cpp simplemc6.cpp
//
//
//
// SimpleMC6.cpp
//
//
//
#include
#include
#include
// the basic math functions should be i
www.eeworm.com/read/316300/13525614
cpp simplemc8.cpp
//
//
// SimpleMC8.cpp
//
//
#include
#include
#include
// the basic math functions should be in namespace std b
www.eeworm.com/read/316300/13525619
cpp simplemc3.cpp
//
//
// SimpleMC3.cpp
//
//
#include
#include
#include
// the basic math functions should be in namespace st
www.eeworm.com/read/316300/13525628
cpp simplemc2.cpp
//
//
// SimpleMC2.cpp
//
//
#include
#include
#include
// the basic math functions should be in namespace std but aren't in VCPP6
#i