|
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
umontreal.iro.lecuyer.discrepancy.BigDiscShiftBaker1Lattice
public class BigDiscShiftBaker1Lattice
This class computes the same discrepancy as in
DiscShiftBaker1Lattice
[see eq.], but uses multi-precision real numbers.
Constructor Summary | |
---|---|
BigDiscShiftBaker1Lattice(int n,
int s)
Constructor for a lattice of n points in at most s dimensions, with weights γr = 1. |
|
BigDiscShiftBaker1Lattice(int n,
int s,
double[] gamma)
Constructor for a lattice of n points in at most s dimensions, with weights γr = gamma[r-1], r = 1, 2,…, s. |
Method Summary | |
---|---|
double |
compute(double[][] points,
int n,
int s)
NOT IMPLEMENTED. |
double |
compute(double[][] points,
int n,
int s,
double[] gamma)
NOT IMPLEMENTED. |
double |
compute(long[] a,
int s)
Computes the discrepancy for a rank-1 lattice in dimension s. |
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 BigDiscShiftBaker1Lattice(int n, int s, double[] gamma)
public BigDiscShiftBaker1Lattice(int n, int s)
Method Detail |
---|
public double compute(long[] a, int s)
public double compute(double[][] points, int n, int s)
compute
in class BigDiscShiftBaker1
public double compute(double[][] points, int n, int s, double[] gamma)
BigDiscShiftBaker1
compute
in class BigDiscShiftBaker1
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |