The OpenD Programming Language

invStudentsTCDF

Inverse of Student's t distribution

Given probability p and degrees of freedom df, finds the argument t such that the one-sided studentsDistribution(nu,t) is equal to p. Used to test whether two distributions have the same standard deviation.

double
invStudentsTCDF
(
double p
,
double df
)

Parameters

df double

degrees of freedom. Must be >1

p double

probability. 0 < p < 1

Meta