代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/133539/14036533
cpp bootstrap.cpp
// This is -*- C++ -*-
// $Id: bootstrap.cpp,v 1.3 1999/07/09 18:40:21 trow Exp $
/* bootstrap.cpp
*
* Copyright (C) 1998 EMC Capital Management, Inc.
*
* Developed by Jon Trowbridge
www.eeworm.com/read/113480/15455242
m bootstrap.m
function [x,q] = bootstrap(actualx,y,R,Q,initVar,numSamples);
% PURPOSE : This m file performs the bootstrap algorithm (a.k.a. SIR,
% particle filter, etc.) for the model specified in the
%
www.eeworm.com/read/191902/8417195
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/390566/8459019
m function_bootstrap.m
function[s_x_new]=Function_bootstrap(S, s_x, Z, dsita);
S_R=1;
S_Q=1000;
%=====predictstates=====
s_w=sqrt(S_Q)*randn(S,6);
s_xu=s_x+s_w;
%=====importancewe
www.eeworm.com/read/286662/8751807
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/187205/8843868
cs doc-bootstrap.cs
//
// doc-bootstrap.cs: Stub support for XML documentation.
//
// Author:
// Raja R Harinath
//
// Licensed under the terms of the GNU GPL
//
// (C) 2004 Novell, Inc.
//
//
#if
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/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/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/361768/10036670
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(