|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
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... | |
| double student_t | ( | int | nFreedoms, |
| double | dConfidenceInterval | ||
| ) |
Calculate the student_t value for the selected degrees of freedoms and the desired confidence interval.
| nFreedoms | int |
| dConfidenceInterval | double |
Definition at line 35 of file student_t.cpp.
Referenced by calcStats(), and parser_studentFactor().