|
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
public abstract class NortaInitDisc
Constructor Summary | |
---|---|
NortaInitDisc(double rX,
DiscreteDistributionInt dist1,
DiscreteDistributionInt dist2,
double tr)
Constructor of the abstract class. |
Method Summary | |
---|---|
abstract double |
computeCorr()
This method computes and returns the correlation ρZ. |
void |
computeParams()
This method computes the following inputs of the two marginal distributions: m1 and m2, mu1, mu2, sd1, sd2, and the vectors p1, p2, z1 and z2. |
double |
deriv(double r)
Computes the first derivative of function gr for each correlation. |
double |
integ(double r)
Computes the function value gr for each correlation. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NortaInitDisc(double rX, DiscreteDistributionInt dist1, DiscreteDistributionInt dist2, double tr)
Method Detail |
---|
public abstract double computeCorr()
public void computeParams()
public double integ(double r)
public double deriv(double r)
public String toString()
toString
in class Object
|
SSJ V. 2.6. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |