NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
student_t.cpp File Reference
#include "student_t.hpp"
#include <boost/math/distributions/students_t.hpp>
Include dependency graph for student_t.cpp:

Go to the source code of this file.

Functions

double student_t (int nFreedoms, double dConfidenceInterval)
 Calculate the student_t value for the selected degrees of freedoms and the desired confidence interval. More...
 

Function Documentation

◆ student_t()

double student_t ( int  nFreedoms,
double  dConfidenceInterval 
)

Calculate the student_t value for the selected degrees of freedoms and the desired confidence interval.

Parameters
nFreedomsint
dConfidenceIntervaldouble
Returns
double
Remarks
Extracted due to the fact that the inclusion of the boost header grows a file by about 400 kB and we need this function at two different locations.

Definition at line 35 of file student_t.cpp.

Referenced by calcStats(), and parser_studentFactor().