|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.discrepancy.Discrepancy
umontreal.iro.lecuyer.discrepancy.BigDiscrepancy
umontreal.iro.lecuyer.discrepancy.BigDiscShiftBaker1
public class BigDiscShiftBaker1
This class computes the same discrepancy as in
DiscShiftBaker1
[see eq.], but uses multi-precision real numbers.
No method are implemented yet for this class.
Only the subclass BigDiscShiftBaker1Lattice
has implemented methods to compute the discrepancy.
Constructor Summary | |
---|---|
BigDiscShiftBaker1()
Empty constructor. |
|
BigDiscShiftBaker1(double[][] points,
int n,
int s)
Constructor with the n points points[i] in s dimensions, with all the weights γr = 1. |
|
BigDiscShiftBaker1(double[][] points,
int n,
int s,
double[] gamma)
Constructor with the n points points[i] in s dimensions, with weights γr = gamma[r-1]. |
|
BigDiscShiftBaker1(int n,
int s,
double[] gamma)
Constructor for a lattice of n points in s dimensions, with weights γr = gamma[r-1], r = 1, 2,…, s. |
|
BigDiscShiftBaker1(PointSet set)
Constructor with the point set set. |
Method Summary | |
---|---|
double |
compute(double[][] points,
int n,
int s)
NOT IMPLEMENTED. |
double |
compute(double[][] points,
int n,
int s,
double[] gamma)
NOT IMPLEMENTED. |
Methods inherited from class umontreal.iro.lecuyer.discrepancy.Discrepancy |
---|
compute, compute, compute, compute, compute, compute, compute, compute, formatPoints, getDimension, getGamma, getName, getNumPoints, setGamma, setPoints, setPoints, sort, toArray, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BigDiscShiftBaker1(double[][] points, int n, int s)
public BigDiscShiftBaker1(double[][] points, int n, int s, double[] gamma)
public BigDiscShiftBaker1(int n, int s, double[] gamma)
public BigDiscShiftBaker1(PointSet set)
public BigDiscShiftBaker1()
Method Detail |
---|
public double compute(double[][] points, int n, int s)
compute
in class Discrepancy
public double compute(double[][] points, int n, int s, double[] gamma)
compute
in class Discrepancy
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |