public class FRandomVariable extends AbstractContinuousRandomVariable
A random variable generator for the F distribution.
References:
Constructor and Description |
---|
FRandomVariable()
Default constructor.
|
FRandomVariable(double dfn,
double dfd)
Create a random variable with the given numerator degrees of freedom and
denominator degrees of freedom.
|
FRandomVariable(double dfn,
double dfd,
RNG source)
Create a random variable with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
double |
nextRandomVariable()
Access the next random variable from this generator.
|
static double |
nextRandomVariable(double dfn,
double dfd,
RNG source)
Access the next random variable using the given generator.
|
public FRandomVariable()
public FRandomVariable(double dfn, double dfd)
dfn
- the numerator degrees of freedom.dfd
- the denominator degrees of freedom.public FRandomVariable(double dfn, double dfd, RNG source)
dfn
- the numerator degrees of freedom.dfd
- the denominator degrees of freedom.source
- the source generator.public static double nextRandomVariable(double dfn, double dfd, RNG source)
dfn
- the numerator degrees of freedom.dfd
- the denominator degrees of freedom.source
- the source generator.public double nextRandomVariable()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics