|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.probdistmulti.norta.NortaInitDisc umontreal.iro.lecuyer.probdistmulti.norta.NI2a
public class NI2a
This class implements the algorithm NI2a wich uses the derivative and simple integration.
Constructor Summary | |
---|---|
NI2a(double rX,
DiscreteDistributionInt dist1,
DiscreteDistributionInt dist2,
double tr,
double h,
double delta)
Constructor of the class NI2a with the target rank correlation rX, the two discrete marginals dist1 and dist2, the parameter for truncation tr, and the specific parameters h and delta, which correspond to h and delta in the paper (paragraph "Method NI2" of section 3). |
Method Summary | |
---|---|
double |
computeCorr()
Computes and returns the correlation ρZ using the algorithm NI2a. |
String |
toString()
|
Methods inherited from class umontreal.iro.lecuyer.probdistmulti.norta.NortaInitDisc |
---|
computeParams, deriv, integ |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NI2a(double rX, DiscreteDistributionInt dist1, DiscreteDistributionInt dist2, double tr, double h, double delta)
Method Detail |
---|
public double computeCorr()
computeCorr
in class NortaInitDisc
public String toString()
toString
in class NortaInitDisc
|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |