edu.ucla.stat.SOCR.experiments.util
Class BootStrap
java.lang.Object
edu.ucla.stat.SOCR.experiments.util.BootStrap
public class BootStrap
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultSampleSize
public static final int defaultSampleSize
- See Also:
- Constant Field Values
BootStrap
public BootStrap()
BootStrap
public BootStrap(int n)
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()