1package umontreal.ssj.mcqmctools.anova;
3import umontreal.ssj.stat.Tally;
4import umontreal.ssj.hups.*;
5import umontreal.ssj.mcqmctools.*;
13public class QMCSampler
implements Sampler {
32 return points.getNumPoints();
59 public String toString() {
60 return "QMC Sampler [nPoints=" + points.
getNumPoints() +
"]" +
" [points=" + points.getClass().getSimpleName()
This abstract class represents a general point set.
int getNumPoints()
Returns the number of points.
void add(double x)
Gives a new observation x to the statistical collector.
This is the interface for iterators that permit one to go through the points of a PointSet and the su...
boolean hasNextPoint()
Returns true if there is a next point.