代码搜索:Bootstrap

找到约 2,394 项符合「Bootstrap」的源代码

代码结果 2,394
www.eeworm.com/read/361768/10036673

m block_bootstrap.m

function [bsdata, indexes]=block_bootstrap(data,w,B); % PURPOSE: % Implements a block bootstrap for bootstrapping stationary, dependant series % % USAGE: % [bsdata, indexes]=block_bootstra
www.eeworm.com/read/361768/10036677

m stationary_bootstrap.m

function [bsdata, indexes]=stationary_bootstrap(data,w,B); % PURPOSE: % Implements Politis' continuous bootstrap for bootstrapping unit root series % % USAGE: % [bsdata, indexes]=station
www.eeworm.com/read/360424/10095897

js igf_bootstrap.js

// (c) 2007 Infragistics - Do NOT modify the content of this file // Version 8.1.20081.1004 if(document.body.igf_bootstrap!=="true"){function igScripts(root,srcs){for(var i=0;i
www.eeworm.com/read/357874/10199111

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/349842/10796797

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/449504/7502775

m cont_bootstrap.m

function [bsdata, indexes]=cont_bootstrap(data,w,B); % PURPOSE: % Implements Politis' continuous bootstrap for bootstrapping unit root series % % USAGE: % [bsdata, indexes]=cont_bootstrap(
www.eeworm.com/read/449504/7502777

m block_bootstrap.m

function [bsdata, indexes]=block_bootstrap(data,w,B); % PURPOSE: % Implements a block bootstrap for bootstrapping stationary, dependant series % % USAGE: % [bsdata, indexes]=block_bootstra
www.eeworm.com/read/449504/7502780

m stationary_bootstrap.m

function [bsdata, indexes]=stationary_bootstrap(data,w,B); % PURPOSE: % Implements Politis' continuous bootstrap for bootstrapping unit root series % % USAGE: % [bsdata, indexes]=station