1package umontreal.ssj.mcqmctools.anova;
3import umontreal.ssj.stat.Tally;
4import umontreal.ssj.rng.RandomStream;
5import umontreal.ssj.hups.*;
6import umontreal.ssj.mcqmctools.*;
37 return points.getRandomization().getStream();
42 points.getRandomization().setStream(stream);
52 return points.getPointSet().getNumPoints();
80 public String toString() {
83 + points.
getPointSet().getClass().getSimpleName() +
"]" +
" [randomization="
int getNumPoints()
Returns the number of points.
int getDimension()
Returns the dimension (number of available coordinates) of the points.
This class is used for randomized quasi-Monte Carlo (RQMC) simulations.
PointSet getPointSet()
Returns the point set associated to this object.
PointSetRandomization getRandomization()
Returns the randomization associated to this object.
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.
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...