Example 2.1.3: Bias estimation. n=5;B=1000;MC=1000;X=randn(1,n);sigma2_u=var(X);sigma2_b=var(X,1);for m=1:MC, X_star=bootrsp(X,B); sigma2_star_u=var(X_star); sigma2 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results