.TH "std::student_t_distribution< _RealType >" 3cxx "Fri Dec 19 2014" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::student_t_distribution< _RealType > \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .SS "templateclass std::student_t_distribution< _RealType >" A student_t_distribution random number distribution\&. The formula for the normal probability mass function is: \[ p(x|n) = \frac{1}{\sqrt(n\pi)} \frac{\Gamma((n+1)/2)}{\Gamma(n/2)} (1 + \frac{x^2}{n}) ^{-(n+1)/2} \] .PP Definition at line 3354 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.