|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.randvar.RandomVariateGen
umontreal.iro.lecuyer.randvar.FisherFGen
public class FisherFGen
FisherFGen
This class implements random variate generators for the Fisher F distribution with n and m degrees of freedom, where n and m are positive integers. The density function of this distribution is
Constructor Summary | |
---|---|
FisherFGen(RandomStream s,
FisherFDist dist)
. |
|
FisherFGen(RandomStream s,
int n,
int m)
. |
Method Summary | |
---|---|
int |
getM()
. |
int |
getN()
. |
static double |
nextDouble(RandomStream s,
int n,
int m)
. |
Methods inherited from class umontreal.iro.lecuyer.randvar.RandomVariateGen |
---|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStream, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FisherFGen(RandomStream s, int n, int m)
public FisherFGen(RandomStream s, FisherFDist dist)
Method Detail |
---|
public static double nextDouble(RandomStream s, int n, int m)
public int getN()
public int getM()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |