25package umontreal.ssj.randvar;
27import umontreal.ssj.rng.*;
28import umontreal.ssj.probdist.*;
115 protected void setN(
int nu) {
117 throw new IllegalArgumentException(
"n <= 0");
Extends the class ContinuousDistribution for the Student.
double inverseF(double u)
Returns the inverse distribution function .
StudentGen(RandomStream s, StudentDist dist)
Creates a new generator for the Student distribution dist and stream s.
StudentGen(RandomStream s, int n)
Creates a Student random variate generator with degrees of freedom, using stream s.
static double nextDouble(RandomStream s, int n)
Generates a new variate from the Student distribution with  n degrees of freedom,...
int getN()
Returns the value of for this object.
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...
double nextDouble()
Returns a (pseudo)random number from the uniform distribution over the interval , using this stream,...