代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/177129/9468865
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/372113/9521176
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/372113/9521191
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/168151/9936556
c mrandom.c
#include
#include
#include
#include "msp.h"
float randnu(long *iseed)
{
float z;
*iseed=2045*(*iseed)+1;
*iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/167382/9970736
m awgn.m
%*************************************************************************************
% This function pertains to the addition of AWGN with mean zero and
% parameter 'variance' to
www.eeworm.com/read/362501/9995572
m af_cnmpaad.m
function sig2=af_usrcnmpaad(del_t,el)
%*************************************************************************
%* Copyright c 2001 The board of trustees of the Leland Stanford *
%*
www.eeworm.com/read/362500/9995829
m auto.m
function [ax,mx,stdx] = auto(x)
%AUTO Autoscales matrix to mean zero unit variance
% Autoscales a matrix (x) and returns the resulting matrix (ax)
% with mean-zero unit variance columns, a vector
www.eeworm.com/read/362008/10023866
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/362008/10023879
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/357874/10199103
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