Home | History | Annotate | Download | only in src

Lines Matching full:samplesize

375     inline void   rndSmpl(unsigned  sampleSize,
411 unsigned sampleSize,
1182 * Choose, without repetition, sampleSize integers in the range [0, numDataPoints).
1190 inline void RHO_HEST_REFC::rndSmpl(unsigned sampleSize,
1194 * If sampleSize is very close to dataSetSize, we use selection sampling.
1196 * indexes until sampleSize of them are distinct.
1199 if(sampleSize*2>dataSetSize){
1217 for(i=0;i<sampleSize;j++){
1219 if((dataSetSize-j)*U < (sampleSize-i)){
1225 * Naive sampling technique. Generate indexes until sampleSize of them are distinct.
1229 for(i=0;i<sampleSize;i++){
1762 unsigned sampleSize,
1769 * \[ k = \frac{\log{(1-confidence)}}{\log{(1-inlierRate**sampleSize)}} \]
1772 double atLeastOneOutlierProbability = 1.-pow(inlierRate, (double)sampleSize);
1797 * (1-inlierRate**sampleSize)**numIterations (the probability of picking