edu.ucla.stat.SOCR.experiments.util
Class BootStrap

java.lang.Object
  extended by edu.ucla.stat.SOCR.experiments.util.BootStrap

public class BootStrap
extends java.lang.Object


Field Summary
static int defaultSampleSize
           
 
Constructor Summary
BootStrap()
           
BootStrap(int n)
           
 
Method Summary
 double[][] getBootStrapData(double[] sampleData, int sampleSize)
           
 int[][] getBootStrapDataIndex()
           
 int[] getBootStrapDataIndex(int i)
           
 int getBootStrapDataIndex(int i, int j)
           
 int getBootStrapSize()
           
 void setBootStrapSize(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSampleSize

public static final int defaultSampleSize
See Also:
Constant Field Values
Constructor Detail

BootStrap

public BootStrap()

BootStrap

public BootStrap(int n)
Method Detail

getBootStrapData

public double[][] getBootStrapData(double[] sampleData,
                                   int sampleSize)

getBootStrapDataIndex

public int[][] getBootStrapDataIndex()

getBootStrapDataIndex

public int getBootStrapDataIndex(int i,
                                 int j)

getBootStrapDataIndex

public int[] getBootStrapDataIndex(int i)

setBootStrapSize

public void setBootStrapSize(int n)

getBootStrapSize

public int getBootStrapSize()