Scythe-1.0.3
template<class RNGTYPE>
double scythe::rng< RNGTYPE >::rt ( double  mu,
double  sigma2,
double  nu 
) [inline]

Generate a Student t distributed random variate.

This function returns a pseudo-random variate drawn from the Student's t distribution with given mean mu, variance sigma2, and degrees of freedom nu

Parameters:
muThe mean of the distribution.
sigma2The variance of the distribution.
nuThe degrees of freedom of the distribution.
See also:
dt1(double x, double mu, double sigma2, double nu)
Exceptions:
scythe_invalid_arg(Level 1)