public class TRandomVariable extends AbstractContinuousRandomVariable
A random variable generator for Student's t distribution.
References:
Constructor and Description |
---|
TRandomVariable()
Default constructor.
|
TRandomVariable(double df)
Create a random variable with the given degrees of freedom.
|
TRandomVariable(double df,
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 df,
RNG source)
Access the next random variable using the given generator.
|
public TRandomVariable()
public TRandomVariable(double df)
df
- degrees of freedom.public TRandomVariable(double df, RNG source)
df
- degrees of freedom.source
- the source generator.public static double nextRandomVariable(double df, RNG source)
df
- degrees of freedom.source
- the source generator.public double nextRandomVariable()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics