 Usage:  beps = bootstrap(eps,nboot,kind)  
 
 Input:

  eps                    n x 1 vector , the sample that has to be bootstraped 
                         
  nbbot                  scalar , the wished number of bootstrap replications 
                         
  kind                   string , saying what kind of bootstrap is wished: 
                         "wild" (using golden cut rule), "permut" (simple 
                         permutation), "naive" (naive bootstrap) 
                         
 Output:

  beps                   n x nb matrix, bootstrap replications 
                         
--------------------------------------------------------------
(C) MD*TECH Method and Data Technologies, 17.8.2000
