public class FisherFGen extends RandomVariateGen
| Constructor and Description |
|---|
FisherFGen(RandomStream s,
FisherFDist dist)
Creates a new generator for the distribution dist,
using stream s.
|
FisherFGen(RandomStream s,
int n,
int m)
Creates a Fisher F random variate generator with
n and m degrees of freedom, using stream s.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getM()
Returns the parameter p of this object.
|
int |
getN()
Returns the parameter n of this object.
|
static double |
nextDouble(RandomStream s,
int n,
int m)
Generates a variate from the Fisher F distribution with
n and m degrees of freedom, using stream s.
|
getDistribution, getStream, nextArrayOfDouble, nextDouble, setStreampublic FisherFGen(RandomStream s, int n, int m)
public FisherFGen(RandomStream s, FisherFDist dist)
public static double nextDouble(RandomStream s, int n, int m)
public int getN()
public int getM()
To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.